SA-starpago-en
  1. webhook
SA-starpago-en
  • Access Guidelines
  • Accessory Code Table
  • Signature Example
  • Solutions to common problems with signatures
  • Indonesia - BankCodes Table
  • Thailand - BankCodes Table
  • Pakistan - BankCodes Table
  • Philippines - BankCodes Table
  • Bengal - BankCodes Table
  • payin
    • Pakistan - Create payin
      POST
    • Thailand - Create payin
      POST
    • Philippines - Create payin
      POST
    • Bengal - Create payin
      POST
    • Payment Order Query
      GET
  • payout
    • Pakistan - Create payout
      POST
    • Thailand - Create payout
      POST
    • Philippines - Create payout
      POST
    • Bengal - Create payout
      POST
    • Payout Order Query
      GET
  • account
    • Balance Query
      GET
  • webhook
    • payin webhook
    • payout webhook
  1. webhook

payin webhook

通知参数如下#

字段说明
orderStatus订单状态(pending 0 1 -4, success 2 3, failed -1 -2 -3 )
orderNo交易订单号
merOrderNo商户订单号
amountorder no
realAmountThe actual amount paid by the user (Bangladesh field, please be sure to add this field to your system's credit logic)
currency金额币种
attach附加信息(商户附加信息,原样返回)
createTime创建时间
updateTime更新时间
message描述信息(订单异常时会返回此字段,用作异常描述)
sign签名

数据格式示例(post 请求)#

{
  "sign": "7ddc6814cd75cef1042036035e202f82c26293b9257e2eab810fe0ccfbc20c03",
  "amount": 10,
  "attach": "starpago",
  "orderNo": "20220915100624412166427270",
  "currency": "IDR",
  "createTime": 1663236384416,
  "merOrderNo": "20220915070621327792",
  "updateTime": 1663236430613,
  "orderStatus": 2
}
Modified at 2025-06-08 10:36:08
Previous
Balance Query
Next
payout webhook
Built with