Retrieves masked credit card details for display purposes such as showing saved payment methods to customers.
projectId (guid, required) — Project identifier for authentication.paymentInfoId (guid, required) — Payment information ID to retrieve.CreditCardInfoQueryResponse containing masked card information for display.
The access token received from the authorization server in the OAuth 2.0 flow.
The project identifier for authentication.
The stored payment information ID to retrieve.
Always returned. Check the success property in the response body to determine if the operation succeeded.
Standard response structure containing operation status and error information. Represents a response that bundles a short credit card summary with related payment info records.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null
The summarized credit card details associated with the query.
The related payment information records for the card.