Create a new payout
This endpoint create a new payout to a beneficiary. The payout only supported the same currency between payer and beneficiary.
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-DD
ID of the beneficiary.
Whether the current user is a payer.
One of Y
, N
ID of the payer.
Payer’s entity type.
One of individual
, company
Payer’s company name.
required
, if entity_type
= company
Payer’s first name.
required
, if entity_type
= individual
Payer’s last name.
required
, if entity_type
= individual
Payer’s date of birth.
Format: YYYY-MM-DD
required
, if entity_type
= individual
Payer’s country.
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.