Pay-out (Kolombia)smilepayz teams Sekitar 3 menit Pay-out di Kolombia (COP ) ke rekening bank/dompet lokal; lihat Payment methods . Kirim cashAccount , cashAccountType (CORRIENTE / AHORROS ), paymentMethod (kode bank/dompet), dan receiver (name , email , phone , idType CC / CE , identity ). Nominal peso COP bulat.
Request POST /v2.0/disbursement/pay-out
Request Path: sandbox: https://sandbox-gateway.smilepayz.com/v2.0/disbursement/pay-out production: https://gateway.smilepayz.com/v2.0/disbursement/pay-out
Field Required Type Description Content-TypeM String application/json X-TIMESTAMPM String Format: yyyy-MM-ddTHH:mm:ss±HH:mm (e.g. COT −05:00 ). X-SIGNATUREM String Request signature; Signature Generation . X-PARTNER-IDM String merchantID (alphanumeric).
Body Parameters Field Required Type Description orderNoM String(32) 6–32 alphanumeric; unique per merchant. purposeM String(64) UTF-8; length 1–64. merchantM Object Merchant routing and settlement. merchantId M String Platform merchant ID. merchantName O String UTF-8 display name. subMerchantId O String Sub-merchant ID. subMerchantName O String Sub-merchant name (UTF-8). moneyM Object Amount and currency. currency M String COP only. amount M Number Integer COP pesos . paymentMethodM String Bank / wallet code (e.g. BANCOLOMBIA ); Payment methods . cashAccountM String(32) Beneficiary account number (max 32). cashAccountTypeM String(32) CORRIENTE or AHORROS .receiverM Object Receiver Model . name M String Beneficiary full name (UTF-8). email M String Valid email. phone M String Colombian mobile / local format (e.g. 3001234567 ). idType M String CC (citizen ID) or CE (foreigner ID). identity M String Document number. callbackUrlO String(256) Webhook URL; HTTP(S); max 256.
Example Body – Disbursement Request: Header Min Body
Content-type: application/json
X-TIMESTAMP: 2020-12-17T10:55:00-05:00
X-SIGNATURE: 7MHd9v5/m9JeqmDZVwWBZUZ5J5...7120QnFEny7Qm7uQR1G0TWCh10fsU6nVxiRoeoQ==
X-PARTNER-ID: 20001
{
"cashAccount" : "12532481501" ,
"cashAccountType" : "CORRIENTE" ,
"receiver" : {
"idType" : "CC" ,
"identity" : "12345678909" ,
"name" : "Maria Rodriguez Lopez" ,
"phone" : "3001234567" ,
"email" : "[email protected] "
} ,
"merchant" : {
"merchantId" : "20001"
} ,
"money" : {
"amount" : 10000 ,
"currency" : "COP"
} ,
"orderNo" : "2000102900000000000001" ,
"paymentMethod" : "BANCOLOMBIA" ,
"purpose" : "Salary payment for March 2024"
}
Responses HTTP Request Field Required Type Description Content-TypeM String application/json X-TIMESTAMPM String Format: yyyy-MM-ddTHH:mm:ss±HH:mm
Body Parameters Field Required Type Description codeM String 00 = success; other codes = error.messageM String Result text (UTF-8). orderNoM String Echo of orderNo . merchantM Object Merchant Model . merchantId M String Merchant ID. merchantName O String Display name. subMerchantId O String Sub-merchant ID. subMerchantName O String Sub-merchant name. accountNo O String Merchant account number when returned. moneyM Object Money Model . currency M String COP . amount M Number Integer COP pesos. disbursementTimeM String When disbursement was accepted (yyyy-MM-ddTHH:mm:ss±HH:mm). channelM Object Channel Model . paymentMethod M String Echo bank / wallet code. cashAccount M String Echo cashAccount . accountName O String Beneficiary display name when returned. tradeNoO String Platform trade ID. statusO String Status Model .
Example Body – Disbursement Response: Header Body
Content-type: application/json
X-TIMESTAMP: 2020-12-17T10:55:00-05:00
{
"code" : "00" ,
"message" : "Successful" ,
"orderNo" : "2000102900000000000001" ,
"merchant" : {
"merchantId" : "20001" ,
"merchantName" : "test" ,
"accountNo" : "2000124234782342"
} ,
"money" : {
"currency" : "COP" ,
"amount" : 10000
} ,
"disbursementTime" : "2024-12-17T10:55:00-05:00" ,
"channel" : {
"paymentMethod" : "BANCOLOMBIA" ,
"cashAccount" : "12532481501" ,
"accountName" : "Maria Rodriguez Lopez"
} ,
"tradeNo" : "1622000109e998347483949" ,
"status" : "PROCESSING"
}
Notification/Callback HTTP Request Field Required Type Description Content-TypeM String application/json X-TIMESTAMPM String Format: yyyy-MM-ddTHH:mm:ss±HH:mm X-SIGNATUREM String Callback signature; verify .
Body Parameters Field Required Type Description orderNoM String Same orderNo as payout request. tradeNoM String Platform tradeNo . merchantIdM String Merchant ID. merchantNameM String Display name. subMerchantIdO String Sub-merchant ID. subMerchantNameO String Sub-merchant name. paymentMethodM String Settled bank / wallet code. transactionTimeM String Completion time. moneyM Object Final amount; Money Model . currency M String COP . amount M Number Integer COP pesos. Note: may differ from the request for fees/partials—reconcile on tradeNo . statusM String Status Model .
Return Important
Respond with the string SUCCESS only.
Request Response
{
"orderNo" : "2000102900000000000001" ,
"tradeNo" : "1622000109e998347483949" ,
"merchantId" : "20001" ,
"merchantName" : "test" ,
"subMerchantId" : "" ,
"subMerchantName" : "" ,
"paymentMethod" : "BANCOLOMBIA" ,
"transactionTime" : "2024-12-17T10:55:00-05:00" ,
"money" : {
"currency" : "COP" ,
"amount" : 10000
} ,
"status" : "SUCCESS"
}
Sebelumnya
Pembayaran masuk (Pay-In · Kolombia)