Requery Payment

Requery a payment request

/ request
https://staging-eagle.kongapay.com/request/payment-service/requery-payment-request?identifier=7Bpayment_link_identifier7D

This endpoint allows you to re-query the status of payment on the the payment link.

# Headers

Name
Type
Description

Integration-Secret-Key

string

Unique integration key for merchant

Content-Type

string

Set value to application/json

Response

```
{
    "status": "success",
    "message": "Payment Request Requery request successful",
    "data": {
        "status": "success",
        "data": {
            "id": 19,
            "identifier": "AC15A",
            "merchant_id": null,
            "integration_id": 2,
            "title": "Test 02",
            "description": "Testing for unreusable link",
            "amount": 50000,
            "status": "enabled",
            "reusable": 0,
            "url": "https://staging-kongapay-pg.kongapay.com/pay/AC15A",
            "callback_url": null,
            "success_message": "DONE",
            "expires_at": "2026-03-14T00:00:00.000Z",
            "created_at": "2026-03-13T12:23:29.000Z",
            "updated_at": "2026-03-13T12:23:29.000Z",
            "bearer": null,
            "totalAmount": 0,
            "charges": [
                {
                    "id": 262,
                    "amount": 50000,
                    "merchant_id": "106934",
                    "integration_id": 2,
                    "identifier": "CH_2026313122712_EMGX3",
                    "charge_info_id": 502,
                    "reference": null,
                    "customer_id": "Q@yopmail.com",
                    "email": "Q@yopmail.com",
                    "phone": "09035500374",
                    "livemode": 1,
                    "currency": "566",
                    "description": "Testing for unreusable link",
                    "logo_url": null,
                    "callback": "https://staging.kongapay.com",
                    "merchant_channel_config": null,
                    "status": "pending",
                    "successful": 0,
                    "channel_id": 1,
                    "service": "kongapay",
                    "source": "web_sdk",
                    "original_amount": 50000,
                    "otp_count": null,
                    "otp_last_sent": null,
                    "merchant_name": "KongaPay Integration",
                    "created_at": "2026-03-13T12:27:33.000Z",
                    "updated_at": "2026-03-13T12:27:33.000Z",
                    "settled": 0,
                    "discount_info": null,
                    "payment_request_identifier": "AC15A",
                    "metadata": [
                        {
                            "name": "sphinx_keyboard",
                            "value": "8faa2e0e-499d-48bf-870c-9fce56f9ed58"
                        },
                        {
                            "name": "sphinx_user",
                            "value": "{\"userId\":\"57305\",\"userType\":\"client\",\"name\":\"Joe Leo\",\"email\":\"anthony@yopmail.com\",\"phone\":\"2348128374660\",\"accountNumber\":\"1001780392\"}"
                        },
                        {
                            "name": "customer_name",
                            "value": "Joe Leo"
                        },
                        {
                            "name": "customer_phone",
                            "value": "2348128374660"
                        },
                        {
                            "name": "customer_email",
                            "value": "anthony@yopmail.com"
                        }
                    ],
                    "merchant_reference": "PR-AC15A-2YZJ6"
                }
            ],
            "livemode": "live"
        }
    },
    "request_id": 548546
}
```

Last updated