/v1/payments/card/status/{id} - GET

Retrieves the current status of a specific card payment using its unique identifier. This endpoint is used to check the processing state of a card payment, including whether it is pending, completed, failed, or requires additional action. It is particularly useful for monitoring the status of payments in real-time and providing updates to users or systems.

To access this endpoint, you must include a valid access token in the Authorization header. This token should be obtained from the /v1/auth endpoint after successful authentication. Refer to the authentication guide for detailed instructions on how to retrieve the access token.

Language
Click Try It! to start a request and see the response here!