get https://$host.com/api/v1/v1/payments/card/info/
Retrieves detailed information about a specific card payment using its unique identifier. This endpoint is used to fetch the full status and metadata of a card payment, including transaction details, payment method, timestamps, and current processing state. It is particularly useful for monitoring the status of payments, handling support cases, or reconciling transactions in your application.
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.
