{
"token": "pp_abc123",
"status": "active",
"expires_at": "2026-04-24T12:00:00.000Z",
"deep_links": {
"web": "https://payment.example/checkout",
"android": "intent://...",
"ios": "upi://pay?..."
},
"return_urls": {
"success_url": "https://merchant.example/success",
"cancel_url": "https://merchant.example/cancel"
},
"payment": {
"transaction_id": "pay_1234567890abcdef",
"status": "pending",
"amount_minor": 125000,
"amount": 1250,
"currency": "ARS",
"method": "bank_transfer",
"type": "deposit_pp",
"reference": "order-123",
"created_at": "2026-04-24T10:30:00.000Z",
"customer": {
"name": "Jane Doe",
"email": "jane@example.com",
"phone": "+5491155551234"
},
"instructions": {
"bank_name": "Banco de la Nacion Argentina",
"account_number": "012345678901234567",
"cbu": "2850590940090418135201",
"clabe": "646180157000123456",
"beneficiary": "QuadPay LATAM S.A."
}
}
}