Payout
Create a new payout
This endpoint create a new payout to a beneficiary. The payout only supported the same currency between payer and beneficiary.
POST
Header
x-client-id.Bearer
YOUR_TOKEN_HERE.Parameters
Amount to be paid.
Reason for the payment instruction.
Bank payment reference to be shown on beneficiary’s bank transaction history.
Date when payment should be made.
Format: YYYY-MM-DDID of the beneficiary.
Whether the current user is a payer.
One of
One of
Y, NID of the payer.
Payer’s entity type.
One of
One of
individual, companyPayer’s company name.
required, if entity_type = companyPayer’s first name.
required, if entity_type = individualPayer’s last name.
required, if entity_type = individualPayer’s date of birth.
Format: YYYY-MM-DDrequired, if entity_type = individualPayer’s country.
Two-letter ISO 3166-2 country code.
Two-letter ISO 3166-2 country code.
Payer’s address.
Payer’s city.
Payer’s state or province.
Payer’s postal code.
Payer’s identification type. Depends on the value of
entity_type.| entity_type | identification_type |
|---|---|
| individual | One of passport, drivers_license, national_id |
| company | Only incorporation_number |
Payer’s identification value.
Response
Indicates whether the call was successful. 200 if successful, 400 if not.
Response Message. “Success” if successful, others not.