Skip to main content
GET
/
v4
/
customer
/
{customerId}
Get cards given customerId
curl --request GET \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/card/v4/customer/{customerId}' \
  --header 'Authorization: Bearer <token>'
{
  "embossing": {
    "companyName": "string",
    "firstName": "string",
    "lastName": "string"
  },
  "productCode": "MC_CARD_2, VISA_CARD1, VISA_VIRTUAL_3, MC_VIRTUAL_2, VISA_CARD"
}
{
  "embossing": {
    "companyName": "string",
    "firstName": "string",
    "lastName": "string"
  },
  "productCode": "MC_CARD_2, VISA_CARD1, VISA_VIRTUAL_3, MC_VIRTUAL_2, VISA_CARD"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerId
string<biginteger>
required

The customer id to fetch list of cards for

Query Parameters

auditUser
string
required

The audit user to log the request

page
integer
default:0

Current page

size
integer
default:30

How many cards should be returned per page, default is 30. Cannot be more than 100.

Required range: 1 < x < 100

Response

Successful lookup of cards