USD to ARS

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

Request Body

{"country"=>"AR", "amount"=>1000, "currency"=>"USD", "destinationCurrency"=>"ARS", "reason"=>"string", "reference"=>"{{Reference}}", "type"=>2, "payee"=>{"firstName"=>"{{$randomFirstName}}", "lastName"=>"{{$randomLastName}}", "email"=>"{{$randomEmail}}", "phone"=>"{{$randomPhoneNumber}}", "address"=>"Av. Corrientes 1234, CABA, Argentina", "document"=>{"type"=>"CUIL", "number"=>"12345678901"}, "bankAccount"=>{"number"=>"0000053600000000000566", "type"=>1, "codeBank"=>"7"}}, "notification_Url"=>"{{NotificationUrl}}"}

HEADERS

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