whalet-platform
  1. webhooks
whalet-platform
  • Introduction
  • Shop Bind
    • Shop Account Bind
      POST
    • Shop Account Bind Query
      POST
  • Payment
    • Payment Apply
      POST
    • Payment Query
      POST
  • Trade Materials Upload
    • Trade Materials Upload
      POST
  • Balance
    • Balance Query
      POST
  • webhooks
    • Shop Account Bind Notify
      POST
    • Bulk Payments Received Notify
      POST
    • Payment Apply Notify
      POST
  1. webhooks

Payment Apply Notify

开发中
POST
paymentNotify

请求参数

Body 参数application/json

示例
{
    "paymentId": "string",
    "shopId": "string",
    "amount": "string",
    "currency": "string",
    "status": "string",
    "transDate": "string",
    "memo": "string"
}

返回响应

🟢200成功
application/json
Body

示例
{}
上一页
Bulk Payments Received Notify
Built with