USD to CLP

POST {{BaseUrl-PayOut}}/api/payout

Request Body

{"country"=>"CL", "amount"=>1000, "currency"=>"USD", "destinationCurrency"=>"CLP", "reason"=>"{{$randomLoremWords}}", "reference"=>"{{Reference}}", "type"=>2, "payee"=>{"companyName"=>"{{$randomCompanyName}}", "email"=>"{{$randomEmail}}", "phone"=>"{{$randomPhoneNumber}}", "address"=>"Av. Apoquindo 3500, Las Condes, Santiago", "document"=>{"type"=>"RUT", "number"=>"765432109"}, "bankAccount"=>{"number"=>"1234567890123450", "type"=>1, "codeBank"=>"1"}}, "notification_Url"=>"{{NotificationUrl}}"}

HEADERS

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