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

payout webhook

通知参数如下#

字段说明
orderStatus订单状态(pending 0 1 -4, success 2 3, failed -1 -2 -3 )
orderNo交易订单号
merOrderNo商户订单号
amount订单金额
currency金额币种
attach附加信息(商户附加信息,原样返回)
receiptUrl凭证信息(动态数据,视订单情况存在)
createTime创建时间
updateTime更新时间
message描述信息(订单异常时会返回此字段,用作异常描述)
sign签名

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

{
  "sign": "1c3765bafbeb0c8444a65ed42b131e879a7e330a811d60c33dc8bde0ccc33d66",
  "amount": 10,
  "attach": "starpago",
  "orderNo": "20220915100750727264644701",
  "currency": "IDR",
  "createTime": 1663236470727,
  "merOrderNo": "20220915170750DF066059",
  "updateTime": 1663236477922,
  "orderStatus": 2
}
Modified at 2025-01-02 08:01:52
Previous
payin webhook
Built with