| Identification type | Description | Validation |
|---|---|---|
| CPF | Cadastro de Pessoas Físicas | ^\d{11}$ |
curl --location --request POST 'https://api.v2.stg.paypaga.com/payout' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"country_code": "BR",
"currency": "BRL",
"payment_method_code": "BNKTR",
"transaction": {
"beneficiary": {
"beneficiary_name": "Pedro Lopes",
"beneficiary_type": "INDIVIDUAL",
"beneficiary_id": "43000000000",
"beneficiary_id_type": "CPF",
"beneficiary_pix_key": "43000000000"
},
"transaction_data": {
"payout_concept": "brazil payout transaction",
"merchant_transaction_reference": "10000",
"transaction_total": 100.25
}
}
}'{
"datetime": "2024-04-09 18:47:07.960978",
"message": "Payment processing initiated",
"details": {
"result": "success",
"transaction_processed": {
"transaction_id": "20240409-1847-0783-90cc-133c988ef5c6",
"merchant_transaction_reference": "150267"
}
},
"version": "0.1"
}