{ "success": false, "error": { "status": 404, "code": "PAYMENT_NOT_FOUND", "message": "Payment not found" }, "data": null }
Get payment status and details
curl -X GET "https://api.transaction.gg/payment/status?paymentId=pay_abc123def456"
{ "success": true, "data": { "id": "pay_abc123def456", "status": "completed", "amountCrypto": "0.00012345", "crypto": "BTC", "address": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa", "incomingTxHash": "abc123...", "completedAt": "2024-01-01T00:30:00Z", "customerId": "cus_V6n6SN2KnsIFCuQU", "orderId": "order_123", "metadata": { "description": "Premium subscription" } } }