v1

latestOpenAPI 3.0.02026-07-24126202516.7 KB
Card Accounts

Show Card Account

Show details of a specific Credit Card Account using a given :id. You can toggle the card account number display to show the first 6 digits in addition to the last 4 digits. Contact Assembly if you want to toggle the card account display.

get/card_accounts/{id}

Path parameters

idstring required

Card account ID

Response

OK

Example response

{
  "card_accounts": {
    "active": true,
    "id": "46deb476-c1a6-41eb-8eb7-26a695bbe5bc",
    "currency": "AUD",
    "cvv_verified": true,
    "verification_status": "not_verified",
    "card": {
      "type": "visa",
      "full_name": "Bella Buyer",
      "number": "XXXX-XXXX-XXXX-1111"
    },
    "links": {
      "self": "/users/buyer-71439598/card_accounts",
      "users": "/card_accounts/35977230-7168-0138-0a1d-0a58a9feac07/users"
    }
  }
}