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

KeyDatatypeRequiredDescription
AuthorizationstringBasic + your BambooPayment private account key
Content-Typestring
DigitalSignaturestringSignature to validate the transaction using the HmacSHA256 algorithm.