1. Create Payout
Request URL
{domain}/open-api/philippines/disbursement/transfer
Request Method
Parameter name | Required | Type of data | Description |
Content-Type | Y | string | application/json |
Request Param
Parameter name | Required | Type of data | Length | Example | Description |
appId | Y | string | - | - | Application ID |
param | Y | string | - | - | Parameter Body |
sign | Y | string | - | 45eebd745dcf0b5f6d6f9fcde28cd9fe8116a892 | Sign |
param
Parameter name | Required | Type of data | Length | Example | Description |
timestamp | Y | long | - | 1678356680000 | Current timestamp |
mchOrderId | Y | string | 1-32 | CCP20220428011068111 | Merchant order id (unique for merchant), 1-32 characters |
idempotencyId | Y | string | 10-30 | - | Idempotency ID KEY, format:letter + space,10-30 characters |
amount | Y | long | - | 50000 | Payout amount (unit: cents) PHP:500.10, should set 50010 cents |
accountNo | Y | string | 1-50 | - | Beneficiary account. if payMethodCode is EWALLET, the accountNo format is 09xxxxxxxxx(Moblie) |
accountName | Y | string | 1-128 | - | Payee Name format:"firstName middleName lastName" (middleName optional, Special characters are only supported '.-) |
payMethodCode | Y | string | - | Reference List | Platform payMethodCode |
transferCode | Y | string | - | Reference List | Transfer code |
remark | N | string | 1-256 | - | Remark |
Request Example
Request Body
How to construct request body
Response Param
Parameter Name | Type | Description |
code | integer | response code |
message | string | response message |
data | Object | data |
data
Parameter Name | Type | Example | Description |
mchOrderId | String | - | mch order id |
transactionId | String | D1656505190221611009 | Platform transaction id |
transactionStatus | String | Reference List | transaction status |
transactionTime | String | 2023-05-04 11:43:08 | transaction create time |
Response Example
Code Collection
Failed Response Example