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

1. Relationship Proof File Upload

POST
/open-api/v1/file/upload

Request

Body Params application/json

Example
{
    "appId": "your appid",
    "sign": "sign by param",
    "param": "{\"countryCode\":\"ID\",\"timestamp\":\"1677482490058\",\"fileName\":\"20251220-143705.jpg\",\"file\":\"xxxxxxxxx\",\"businessType\":\"SPLIT_PAYMENT_RECEIVER_EXTERN\"}"
}

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/file/upload' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appId": "your appid",
    "sign": "sign by param",
    "param": "{\"countryCode\":\"ID\",\"timestamp\":\"1677482490058\",\"fileName\":\"20251220-143705.jpg\",\"file\":\"xxxxxxxxx\",\"businessType\":\"SPLIT_PAYMENT_RECEIVER_EXTERN\"}"
}'

Responses

🟢200Success
application/json
Body

Example
{
  "code": 10000,
  "message": "Success",
  "data": {
    "filePath": "idpay_new/merchant/split/payment/receiver/extern/0bc0d889bf838875573d1241800a8f1b.jpg"
  }
}
Modified at 2026-01-12 03:32:27
Previous
Split Payment Enumeration
Next
2. Add Split Payment Receiver
Built with