USD to COP
POST {{BaseUrl-PayOut}}/api/payout
Request Body
{"country"=>"CO", "amount"=>1000, "currency"=>"USD", "destinationCurrency"=>"COP", "reason"=>"{{$randomLoremWords}}", "reference"=>"{{Reference}}", "type"=>2, "payee"=>{"companyName"=>"{{$randomCompanyName}}", "email"=>"{{$randomEmail}}", "phone"=>"{{$randomPhoneNumber}}", "address"=>"Carrera 7 # 71-21, Bogotá, Colombia", "document"=>{"type"=>"NIT", "number"=>"8901234567"}, "bankAccount"=>{"number"=>"2288", "type"=>1, "codeBank"=>"1007"}}, "notification_Url"=>"{{NotificationUrl}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | Basic + your BambooPayment private account key | |
Content-Type | string | ||
DigitalSignature | string | Signature to validate the transaction using the HmacSHA256 algorithm. |