Wallet
Where to submit a payout by Wallet in Colombia.
Last updated
{
"code": 200,
"msg": "success",
"time": 1628580845,
"data": {
"id": "TS202108100734054iRiUZFPXfQWC",
"custom_code": "custom_code9982674851738108",
"arrival_amount": "100",
"arrival_currency": "COP",
"source_amount": "0.07",
"source_currency": "USD",
"status": "IN_PROCESSING"
}
}{
"code": 4001000,
"msg": "invalid parameter",
"time": 1637224716,
"data": {}
}{
"code": 4004003,
"msg": "permission denied",
"time": 1637224716,
"data": {}
}{
"code": 5001000,
"msg": "system error",
"time": 1637224716,
"data": {}
}{
"code": 5001003,
"msg": "fee not configured",
"time": 1637224716,
"data": {
... ...
}
}{
"code": 5001102,
"msg": "balance insufficient",
"time": 1637224716,
"data": {
... ...
}
}curl --location --request POST 'https://sandbox.transfersmile.com/api/payout' \
--header 'AppId: 94FAC**********************68548' \
--header 'Authorization: d6181db0d6548b94b162e75d095b59147172d914699f83b2bd17951a671b6302' \
--header 'Content-Type: application/json' \
--data-raw '{
"name" : "GUILHERME ****** SOUZA",
"phone" : "468****068",
"email" : "g******me@gmail.com",
* "account" : "+57317****412",
* "account_type" : "PHONE",
"document_id" : "************",
"document_type" : "***",
* "method" : "WALLET",
* "channel" : "Tpaga", //Choose Tpaga or Nequi
* "custom_code" : "custom_code9982674851738108",
* "fee_bear" : "merchant",
* "amount" : "100", //Amount must be an integer, the fraction is not supported (e.g. 100 or 100.00 is acceptable, but 100.01 is not)
* "source_currency" : "COP",
* "arrival_currency" : "COP",
* "notify_url" : "https://notify.url",
* "additional_remark" : "pagsmile payout test",
* "country": "COL"
}'