curl --location 'https://api.paypaga.com/v2/transactions/pay-out' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "BR",
"currency": "BRL",
"payment_method": "pix",
"merchant_transaction_reference": "TRX-2026-0026",
"merchant_order_reference": "ORDER-2026-0001",
"merchant_customer_id": "customer@mail.com",
"customer_ip": "120.29.48.92",
"amount": 125.5,
"fields": {
"name": "Rafael Beaty",
"person_type": "individual",
"document_number": "123.456.789-09",
"document_type": "CPF",
"account_number": "43000000000"
}
}'