Wallet
Where to submit a payout by Wallet in Colombia.
Submit a payout by Wallet in Colombia
POST
https://sandbox.transfersmile.com/api/payout
This endpoint allows you to submit a payout by e-Wallet in Colombia.
Headers
Name | Type | Description |
---|---|---|
Content-Type* | string | application/json; charset=UTF-8 |
AppId* | string | Your App ID in payout platform |
Authorization* | string | SHA256($sorted_params + $app_key) |
Request Body
Name | Type | Description |
---|---|---|
document_id | string | Beneficiary document id |
channel* | string | Tpaga or Nequi |
phone | string | Beneficiary's phone. - 0 ~ 15 digits - |
string | Beneficiary's email - Max.64 - | |
document_type | string | Beneficiary document type |
name | string | Beneficiary's name - Min.5 Max.100 - |
account* | string | Beneficiary Tpaga account. - 11 ~ 14 chars - |
method* | string | Fixed Value: WALLET |
account_type* | string | Fixed Value: PHONE |
custom_code* | string | Merchant's order id - Max. 50 - |
fee_bear* | string | One of [beneficiary | merchant] |
amount* | string | Payout Amount, should be an Integer. - Tpage: Min 1 ~ Max 2,000,000; Nequi: Min 1,000 ~ Max 2,000,000 - |
source_currency* | string | Merchant's account currency - supported: USD, GBP, EUR, COP - |
arrival_currency* | string | Beneficiary's account currency. - Fixed Value: COP - |
notify_url* | string | Where pagsmile will callback to |
additional_remark* | string | Additional Remark - Max length: 40 - |
country* | string | Beneficiary's Country - Fixed Value: COL - |
amount_type | string | Specify the amount value is fixed for merchant or beneficiary - One of: source_amount, arrival_amount(default) - |
Example
Note: 94FAC**********************68548 is Pagsmile's test App ID for sandbox, and d6181db0d6548b94b162e75d095b59147172d914699f83b2bd17951a671b6302 is authorization token associated with the test App ID.
In sandbox environment, please use +57311111111 as Tpaga account for testing Failed payout, any other Tpaga account will be successful.
Last updated