Cards

Get card by card_id

Get card by card_id

get/v1/cards/{card_id}

Path parameters

card_idstring required

Response

The record has been successfully getted

seller_idstring required

Seller id

buyer_idstring required

Associated buyer id

card_idstring required

Card id

created_atstring required

Date/Time when the card was created

updated_atstring

Date/time the card was updated

card_brandstring required

Card brand

first4_digitsstring required

First 4 digits of the card

last4_digitsstring required

Last 4 digits of the card

expiration_monthstring required

Expiration Month of the card

expiration_yearstring required

Expiration Year of the card

holder_namestring required

Card holder name

is_activeboolean

Active card

is_validboolean

Valid card

Example response

{
  "created_at": "2026-09-01T23:59:59+00:00",
  "updated_at": "2026-10-01T23:59:59+00:00",
  "card_brand": "MasterCard",
  "first4_digits": "1234",
  "last4_digits": "6789",
  "expiration_month": "12",
  "expiration_year": "2030",
  "holder_name": "Julio Alvarenga"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.