USD to USD
POST {{BaseUrl-PayOut}}/api/payout
Request Body
{"country"=>"PE", "amount"=>1000, "currency"=>"USD", "destinationCurrency"=>"USD", "reason"=>"{{$randomLoremWords}}", "reference"=>"{{Reference}}", "type"=>2, "payee"=>{"firstName"=>"{{$randomFirstName}}", "lastName"=>"{{$randomLastName}}", "email"=>"{{$randomEmail}}", "phone"=>"{{$randomPhoneNumber}}", "address"=>"Cl. Jesús Bueno # 64 Dpto. 229", "document"=>{"type"=>"DNI", "number"=>"12345678"}, "bankAccount"=>{"number"=>"11487349", "type"=>1, "codeBank"=>"2"}}, "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. |