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"=>{"email"=>"{{$randomEmail}}"}, "payee"=>{"firstName"=>"{{$randomFirstName}}", "lastName"=>"{{$randomLastName}}", "email"=>"{{$randomEmail}}", "phone"=>"{{$randomPhoneNumber}}", "address"=>"55489-272, Travessa Eduardo, 90 Esteves do Norte - CE", "document"=>{"type"=>"CPF", "number"=>"54562271779"}}, "notification_Url"=>"{{NotificationUrl}}"}

HEADERS

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