API Doc
languages
languages
  • English
  • 简体中文
languages
languages
  • English
  • 简体中文
  1. 7. Split Payment
  • API Signature Process
  • API General Code
  • 1. Account
    • 1. Check Account Balance
      POST
  • 2. Payout
    • Disbursement Product Flow Chart
    • Disburse Channel List
    • 1. Disburse
      POST
    • 2. Check Disburse Status
      POST
    • 3. Disburse Notification
      POST
  • 3. Static VA
    • VA ChannelCode List
    • 1. Static VA Create
      POST
    • 2. Static VA Collection Query
      POST
    • 3. Static VA Collection Notification
      POST
    • 4. Static VA Collection Verification
      POST
  • 4. Dynamic VA
    • Payment ChannelCode List
    • 1. Collection Request
      POST
    • 2. Collection Transaction List
      POST
    • 3. Collection Notification
      POST
  • 5. Payment QR
    • QR Code ChannelCode List
    • 1. QR Code Create
    • 2. QR Code Detail
    • 3. QR Code Payment List
    • 4. QR Code Payment Notification
  • 6. Web Payment
    • Payment Channel List
    • 1. Create Payment
    • 2. Check Payment Status
    • 3. Payment Notification
  • 7. Split Payment
    • Split Payment Enumeration
    • 1. Relationship Proof File Upload
      POST
    • 2. Add Split Payment Receiver
      POST
    • 3. Query Split Payment Receiver
      POST
    • 4. Delete Split Payment Receiver
      POST
    • 5. Query Unsplit Amount
      POST
    • 6. Split Payment
      POST
    • 7. Query Split Payment Result
      POST
    • 8. Split Payment Return
      POST
    • 9. Query Split Payment Return Result API
      POST
languages
languages
  • English
  • 简体中文
languages
languages
  • English
  • 简体中文
  1. 7. Split Payment

3. Query Split Payment Receiver

POST
/open-api/v1/splitPaymentReceiver/list

Request

Body Params application/json

Example
{
    "appId": "your appid",
    "sign": "sign by param",
    "param": "{\"timestamp\":\"1677482490058\"}"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/open-api/v1/splitPaymentReceiver/list' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appId": "your appid",
    "sign": "sign by param",
    "param": "{\"timestamp\":\"1677482490058\"}"
}'

Responses

🟢200Success
application/json
Body

Example
{
  "code": 10000,
  "message": "Success",
  "data": [
    {
      "bindNo": "SPR6393329486424",
      "receiverAccount": "test receiverAccount",
      "receiverName": "test receiverName",
      "remarkName": "test remarkName",
      "relationType": "HEADQUARTER",
      "relationProofUrl": "idpay_new/merchant/split/payment/receiver/xxx.png"
    },
    {
      "bindNo": "SPR6399254769418",
      "receiverType": "PAYCOOLS_MCH",
      "receiverAccount": "test receiverAccount",
      "receiverName": "test receiverName",
      "remarkName": "test remarkName",
      "relationType": "CUSTOM",
      "customRelation": "test customRelation",
      "relationProofUrl": "idpay_new/merchant/split/payment/receiver/xxx.png"
    }
  ]
}
Modified at 2026-01-12 03:32:36
Previous
2. Add Split Payment Receiver
Next
4. Delete Split Payment Receiver
Built with