latestOpenAPI 3.0.12026-08-10122864.6 KB

15f03804be72

Testing allowlists

Retrieve a card allowlist

Returns an allowlist of cards created for production testing on Apple or Google Pay.

get/v1/tokenization_risk_controls/partner_tokenization_configurations

Query parameters

token_requestor'APPLE' | 'GOOGLE' | 'SAMSUNG' required

The token requester.

Response

OK

card_idstring[]

An array containing a list of cards to be included in the allowlist.

partner_idstring

Your partner ID.

token_requestor'APPLE' | 'GOOGLE' | 'SAMSUNG'

The token requester.

uuidstring

The unique ID of the created allowlist.

Example response

[
  {
    "card_id": [
      "8febdba4912a747808ccc6f95f82bmcrd"
    ],
    "partner_id": "8febdba4912a747808ccc6f95f82bpar",
    "token_requestor": "APPLE",
    "uuid": "8febdba4912a747808ccc6f95f82bb2b"
  }
]