USD to CLP
POST {{BaseUrl-PayOut}}/api/payout
Request Body
{"country"=>"CL", "amount"=>1000, "currency"=>"USD", "destinationCurrency"=>"CLP", "reason"=>"{{$randomLoremWords}}", "reference"=>"{{Reference}}", "type"=>2, "payee"=>{"firstName"=>"{{$randomFirstName}}", "lastName"=>"{{$randomLastName}}", "email"=>"{{$randomEmail}}", "phone"=>"{{$randomPhoneNumber}}", "address"=>"Camino Franco, 13, Atico 4, 93631, L Garay", "document"=>{"type"=>"CI", "number"=>"26068762K"}, "bankAccount"=>{"number"=>"1234567890123450", "type"=>1, "codeBank"=>"1"}}, "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. |