USD to MXN

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

Request Body

{"country"=>"MX", "amount"=>1000, "currency"=>"USD", "destinationCurrency"=>"MXN", "reason"=>"{{$randomLoremWords}}", "reference"=>"{{Reference}}", "type"=>2, "payee"=>{"companyName"=>"{{$randomCompanyName}}", "email"=>"{{$randomEmail}}", "phone"=>"{{$randomPhoneNumber}}", "address"=>"Av. Reforma 222, Col. Juárez, 06600, Ciudad de México", "document"=>{"type"=>"RFC", "number"=>"TAZ901231AB2"}, "bankAccount"=>{"number"=>"123456789012345678", "type"=>1, "codeBank"=>"2"}}, "notification_Url"=>"{{NotificationUrl}}"}

HEADERS

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