Split Payment Asynchronous Notification


  • Notification Example:
{
    "sign": "130c5418e739de9f04f14c3a95e066eafb2638418cb9e20213ceee7e6ac58d53",
    "data": {
        "user": "9212776037",
        "split_id": "20231229110618372777",
        "trade_id": "67943b0b-ca6b-aa96-5fb1-e354975f1ec4",
        "state": "Processing",
        "merchant_mid": "123",
        "merchant_name": "123",
        "reference_id": "123456",
        "split_solution_id": "104",
        "split_completed": 1,
        "created_at": "1703819178",
        "notify_url": "https://www.yabandpay.com/notify",
        "currency": "EUR",
        "receivers": [
            {
                "merchant_mid": "222",
                "merchant_name": "222",
                "detail_reference_id": "123456-2",
                "split_detail_id": "20231229110618372777-2",
                "split_type": "Split",
                "split_amount": "5.00",
                "role": "1",
                "result": "Processing",
                "description": "分账描述2",
                "error_msg": null
            },
            {
                "merchant_mid": "111",
                "merchant_name": "111",
                "detail_reference_id": "123456-1",
                "split_detail_id": "20231229110618372777-1",
                "split_type": "Split",
                "split_amount": "10.00",
                "role": "2",
                "result": "Processing",
                "description": "分账描述1",
                "error_msg": null
            }
        ],
        "type": "splitPayment"
    }
}
  • Response Parameters
Parameter Type Description
user String UID of the super admin account
split_id String ID of the split payment created by the request
trade_id String trade_id of the YabandPay order
split_solution_id String ID of the split solution
state String Status: Processing, Success, Failed, or Cancelled
merchant_mid String MID of the splitting merchant
merchant_name String Name of the splitting merchant
created_at String Creation timestamp
currency String Settlement currency of the order
notify_url String Asynchronous notification URL
split_completed String Whether the split is completed: 0 = No, 1 = Yes
reference_id String Merchant-defined split ID (max 32 characters)
reference String Description (max 128 characters)
type String Type: splitPayment or splitRefund
receivers String Receiver information in JSON format
receivers.merchant_mid String MID of the split receiver
receivers.merchant_name String Name of the split receiver
receivers.split_detail_id String Split detail ID created by the request
receivers.detail_reference_id String Merchant-defined split detail ID
receivers.split_type String Split type: Split or Return
receivers.split_amount String Split amount
receivers.role String Role of the split receiver
receivers.result String Status: Processing, Success, Failed, or Cancelled
receivers.description String Description of the split detail
receivers.error_msg String Error message (only present if result is Failed)

results matching ""

    No results matching ""