get https://$host.com/api/v1/v1/payments/card/status/
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.
