Check Payment Status
Payments API
Check Payment Status
Lightweight endpoint for polling payment status.
PATCH
Check Payment Status
Use this endpoint to poll the current status of a PaymentIntent. It is optimized for high-frequency polling from frontends or mobile apps while a customer is completing a payment.Documentation Index
Fetch the complete documentation index at: https://docs.pavewaygroup.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The payment_ref or the merchant_reference of the PaymentIntent to check.
Response
Returns the current status and basic transaction info.The current status:
requires_action, processing, succeeded, failed, canceled.The transaction amount.
The currency code.
The unique transaction ID.

