Get One Card's Details
Get the masked details of a single saved card for a user.
Pass the user’s ID and the card’s payment-method ID. Only card information is returned (last 4 digits, brand such as Visa, expiry, cardholder name); bank account details are never included.
If the ID does not belong to a card owned by this user, you get a 404.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique ID of the user the card belongs to.
"b3a9b622-cc63-4d3c-aad6-2d8e29e6f9d4"
The unique ID of the saved card you want the details of.
"632cc69a-ef84-4026-80fb-4ea563bf3da0"
Response
Successful Response
Standard response wrapper for single-object responses and errors.
Generic over the payload type. A route that declares
CommonResponse[SomeModel] gets the real data schema rendered in
OpenAPI/Swagger; a bare CommonResponse leaves data untyped.

