cURL
curl --request GET \ --url https://api.dompetx.com/v1/payments/checkout/detail/{id} \ --header 'X-DOMPAY-API-Key: <api-key>' \ --header 'X-DOMPAY-Signature: <api-key>' \ --header 'X-DOMPAY-Timestamp: <api-key>'
{ "id": "7f3e4175-9f9c-49f5-947e-5b65b0c509e3", "reference": "ORDER16JAN2026", "providerPaymentId": null, "status": "pending", "amount": 5000, "fee": 0, "additionalFee": 0, "getBalance": 0, "totalAmount": 0, "isFeeIncluded": false, "currency": "IDR", "type": "", "createdAt": "2026-01-16T10:33:15+07:00", "expiresAt": "2026-01-16T11:33:15+07:00", "history": null }
Checkout details retrieved successfully