Get a Card-on-File from a PSP token
Use this endpoint to query a Card on File for a customer, identified by the PSP token and name.
Path parameters
Name of Payment Service Provider (PSPs).
Please see PSP Integrations for a list of possible PSPs.
The identifier for the Payment Service Provider (PSP) associated with the token.
The token generated by the Payment Service Provider (PSP).
Query parameters
The leading six digits of a cards PAN are the issuer identification number (IIN) sometimes referred to as the "bank identification number (BIN)" which may be required for some use cases.
By default this information is not provided, but you can opt-in by setting this flag to true if you specifically need it.
E.g. 1234 56## #### 7890 instead of the default #### #### #### 7890
Response
Returns the matching obfuscatedCard with associated multi-use token.
Example response
{
"tokenType": "CARD",
"cardType": "VISA",
"nameOnCard": "John F Doe",
"pan": "#### #### #### 1111",
"expiryDate": "05-25",
"startDate": "01-20",
"customerId": "example-customer-id",
"pspTokens": [
{
"pspName": "Checkout.com",
"tokenProvisioningStatus": "PROVISIONED",
"additionalData": {
"customerToken": "20C17E0D04D14D26E063A2598D0A4024",
"instrumentIdentifierToken": "7010000000016241111"
}
}
],
"fingerprint": "63c8563d876b993878e1b5506b5fc5826e9e46266daaadac018a71ed307748c6",
"cardArtUri": "https://example.com/card-art/09a29968-f53f-4bdb-9744-6033996ee55f",
"metadata": {
"cardBrand": "MASTERCARD",
"category": "CLASSIC",
"countryIsoA2": "GB",
"commercial": true,
"bin": "48321456"
},
"networkTokenProvisioningStatus": "PROVISIONED",
"networkToken": {
"id": "WXdfRANqUrBalltlBKaaWHVGrFoWrIHsZAK",
"token": "5186151969968300",
"expiryDate": "08-26",
"issuer": "MASTERCARD",
"status": "ACTIVE",
"tokenUniqueReference": "DM4MMC0000000001cd2826c715b7475bb089b7622366ebe4",
"paymentAccountReference": "5001EUMYTT3AESCZGUEC77KPCLETI",
"lastFour": "1234",
"cardBin": "00123456",
"cardLastFour": "1234",
"cardExpiryDate": "08-26",
"cardIssuer": "Bank of BR-DGE",
"cryptogram": {
"cryptogram": "Qwertyuio0987654321asdfghjklpois",
"eci": "07"
},
"cryptogramProvisioningStatus": "PROVISIONED"
},
"associatedMultiUseToken": "4fg0498a-98cb-42ha-9g6a-06c7e63uc38f"
}