Skip to main content
After initiating a payment and redirecting the customer, poll this endpoint to determine when the payment is confirmed and the order is created.

Check Payment Status

This is a public endpoint. It does not require the X-Embed-Key header or authentication.

Path Parameters

Example Request

Success Response (200)

Payment completed:
Payment pending:

Response Fields

Error Response

Checkout not found (404)

Polling Strategy

After redirecting the customer to the payment page, poll this endpoint to detect when payment completes:
Poll every 2-3 seconds. For card payments (Mada, Visa, Apple Pay), confirmation is typically near-instant after the customer completes the payment page. For bank transfers and cryptocurrency, it may take longer.
This endpoint does not require authentication or an embed key, so the checkout URL should be treated as a secret. Do not expose it in URLs that could be shared publicly.