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.
Purpose code of transfer .
Purpose code | direction |
---|---|
audio_visual_services | Audiovisual services |
bill_payment | Bill payment |
business_expenses | Business expenses |
construction | Construction |
donation_charitable_contribution | Donation/charitable contribution |
education_training | Education/training |
family_support | Family support |
freight | Freight |
goods_purchased | Goods purchased |
investment_capital | Investment capital |
investment_proceeds | Investment proceeds |
living_expenses | Living expenses |
loan_credit_repayment | Loan/credit repayment |
medical_services | Medical services |
pension | Pension |
personal_remittance | Personal remittance |
professional_business_services | Professional/business services |
real_estate | Real estate |
taxes | Taxes |
technical_services | Technical services |
transfer_to_own_account | Transfer to own account |
travel | Travel |
wages_salary | Wages/salary |
other_services | Other services |
Bank payment reference to be shown on beneficiary’s bank transaction history.
Charge type of transfer . One of shared
, ours
Date when payment should be made.
Format: YYYY-MM-DD
ID of the beneficiary.Use this interface to query List all beneficiaries.
Whether the current user is a payer.
One of Y
, N
ID of the payer.
If is_payer
is Y
, payer_id
is empty, if is_payer
is N
, payer_id
is required.
payer_id
is queried from this interface Get list of payers.
This field is required when is_payer
= N
.
Payer’s entity type.
One of individual
, company
Payer’s company name.
This field is required when entity_type
= company
Payer’s first name.
This field is required when entity_type
= individual
Payer’s last name.
This field is required when entity_type
= individual
Payer’s date of birth.
Format: YYYY-MM-DD
This field is required when entity_type
= individual
This field is required when is_payer
= N
.
Payer’s country.
Two-letter ISO 3166-2 country code.
This field is required when is_payer
= N
.
Payer’s address.
This field is required when is_payer
= N
.
Payer’s city.
This field is required when is_payer
= N
.
Payer’s state or province.
This field is required when is_payer
= N
.
Payer’s postal code.
This field is required when is_payer
= N
.
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 |
This field is required when is_payer
= N
.
Payer’s identification value.
Response
Indicates whether the call was successful. 200 if successful, 400 if not.
Response Message. “Success” if successful, others not.