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"=>{"companyName"=>"{{$randomCompanyName}}", "email"=>"{{$randomEmail}}", "phone"=>"{{$randomPhoneNumber}}", "address"=>"Av. Corrientes 1234, CABA, Argentina", "document"=>{"type"=>"CUIT", "number"=>"30123456789"}, "bankAccount"=>{"number"=>"0000053600000000000566", "type"=>1, "codeBank"=>"7"}}, "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. |