{
"allowed_payment_methods": [
"pix",
"bank_transfer"
],
"amount": 125.5,
"country": "BR",
"currency": "BRL",
"merchant_customer_id": "customer@email.com",
"merchant_order_reference": "ORDER-2026-0001",
"merchant_transaction_reference": "TRX-2026-0001",
"predefined_fields": [
{
"fields": {
"document_number": "12345678909"
},
"payment_method": "pix"
}
],
"return_urls": {
"failure_url": "https://merchant.com/payment-failure",
"pending_url": "https://merchant.com/payment-pending",
"success_url": "https://merchant.com/payment-success"
}
}