USD to BRL

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

Request Body

{"country"=>"BR", "amount"=>100, "currency"=>"USD", "destinationCurrency"=>"BRL", "reason"=>"string", "reference"=>"{{Reference}}", "type"=>4, "InstantPaymentData"=>{"PixEmail"=>"{{$randomEmail}}"}, "payee"=>{"companyName"=>"{{$randomCompanyName}}", "email"=>"{{$randomEmail}}", "phone"=>"{{$randomPhoneNumber}}", "address"=>"Av. Paulista, 1000 - Bela Vista, São Paulo - SP", "document"=>{"type"=>"CNPJ", "number"=>"12345678000199"}}, "notification_Url"=>"{{NotificationUrl}}"}

HEADERS

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