We refreshed our doc site!

Bookmarked links may have changed

Read release notes

getCard

Circle Mint

Get a card

GEThttps://api.circle.com/v1/cards/{id}

Path parameters
id
uuid
Required

Universally unique identifier (UUID v4) of a resource.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": {
3    "id": "b8627ae8-732b-4d25-b947-1df8f4007a29",
4    "status": "pending",
5    "billingDetails": {
6      "name": "Satoshi Nakamoto",
7      "city": "Boston",
8      "country": "US",
9      "line1": "100 Money Street",
10      "line2": "Suite 1",
11      "district": "MA",
12      "postalCode": "01234"
13    },
14    "expMonth": 1,
15    "expYear": 2020,
16    "network": "VISA",
17    "last4": "0123",
18    "bin": "401230",
19    "issuerCountry": "US",
20    "fundingType": "credit",
21    "fingerprint": "eb170539-9e1c-4e92-bf4f-1d09534fdca2",
22    "errorCode": "verification_failed",
23    "verification": {
24      "avs": "D",
25      "cvv": "not_requested"
26    },
27    "riskEvaluation": {
28      "decision": "approved",
29      "reason": "3000"
30    },
31    "metadata": {
32      "email": "[email protected]",
33      "phoneNumber": "+14155555555"
34    },
35    "createDate": "2020-04-10T02:13:30.000Z",
36    "updateDate": "2020-04-10T02:13:30.000Z"
37  }
38}
Did this page help you?
© 2023-2024 Circle Technology Services, LLC. All rights reserved.