Skip to main content

Poll payment status

KODIPAY callbacks are the primary integration mechanism.

Polling remains the official fallback when the merchant callback was not received or confirmed.

Use the KODIPAY orderNumber to query the status endpoint, and use your own reference to reconcile the result inside your system.

Typical use cases for polling:

  • your callback endpoint was temporarily unavailable
  • you want to confirm the latest state after a timeout
  • you need a support or reconciliation check from your backend

Use the public status endpoint documented in API Reference.