English
curl https://api.sandbox.zafapay.com/v1/payments/tx_abc123 \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "id": "tx_abc123", "status": "completed", "amount": 1000, "currency": "usd", "capture_method": "automatic", "connector": "stripe", "psp_reference": "pi_xxxxx", "external_id": "order_12345", "amount_refunded": 0, "refunds": [], "metadata": { "customer_name": "John Doe" }, "created_at": "2024-01-15T10:30:00Z", "updated_at": "2024-01-15T10:31:00Z" }
Retrieve payment details
tx_abc123
stripe
ifc