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
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. |