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"=>{"companyName"=>"{{$randomCompanyName}}", "email"=>"{{$randomEmail}}", "phone"=>"{{$randomPhoneNumber}}", "address"=>"Rambla Presidente Wilson 1234, 20100 Punta del Este", "document"=>{"type"=>"RUT", "number"=>"216543210012"}, "bankAccount"=>{"number"=>"1234567", "type"=>2, "codeBank"=>"113"}}, "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. |