USD to USD

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

Request Body

{"country"=>"UY", "amount"=>1000, "currency"=>"USD", "destinationCurrency"=>"USD", "reason"=>"{{$randomLoremWords}}", "reference"=>"{{Reference}}", "type"=>2, "payee"=>{"firstName"=>"{{$randomFirstName}}", "lastName"=>"{{$randomLastName}}", "email"=>"{{$randomEmail}}", "phone"=>"{{$randomPhoneNumber}}", "address"=>"12900 Montevideo", "document"=>{"type"=>"CI", "number"=>"38067788"}, "bankAccount"=>{"number"=>"1234567", "type"=>2, "codeBank"=>"113"}}, "notification_Url"=>"{{NotificationUrl}}"}

HEADERS

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