Transferência bancária
Como usar a Transferência Bancária para criar um payout no Equador.
Criar um payout por transferência bancária no Ecuador.
POST
https://sandbox.transfersmile.com/api/payout
This endpoint allows you to submit a payout by Bank Transfer in Ecuador.
Headers
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*
string
Beneficiary's name, length must between 5 and 100
amount_type
string
Specify the amount value is fixed for merchant or beneficiary
- One of: source_amount, arrival_amount(default) -
amount*
string
Payout amount
- Min 0.01, Max 500,000 -
fee_bear*
string
One of [beneficiary | merchant]
custom_code*
string
Merchant's order id.
method*
string
Fixed Value: BankTransfer
document_type*
string
Beneficiary document type, should be one of CEDULA, RUC, PAS.
document_id*
string
Beneficiary document id
account_type*
string
Should be one of CHECKING, SAVINGS, VIRTUAL.
account*
string
Account, max length is 20
bank_code*
string
string
Beneficiary's email
phone
string
Beneficiary's phone
additional_remark*
string
Additional Remark - Max Length: 40 -
notify_url*
string
Where pagsmile will callback to
arrival_currency*
string
Beneficiary's account currency.
- Fixed Value: USD -
source_currency*
string
Merchant's account currency
- supported: USD, GBP, EUR -
country*
string
Fixed value: EUC, for Ecuador.
Exemplo
Nota: 94FAC********************** 68548 é o App Id de teste Pagsmile para o ambiente de sandbox, e d6181db0d6548b94b162e75d095b59147172d914699f83b2bd17951a671b6302 é o token de autorização associado ao App Id de teste.
Last updated