latestOpenAPI 3.0.12026-08-10122864.6 KB

15f03804be72

Testing allowlists

Create a card allowlist

Creates an allowlist of cards for production testing on Apple or Google Pay before market launch with the payment service. You can include up to 100 cards in a single list using this endpoint.

post/v1/tokenization_risk_controls/partner_tokenization_configurations

Request body

card_idstring[] required

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

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

The token requestor.

Example request

{
  "card_id": [
    "8febdba4912a747808ccc6f95f82bmcrd"
  ],
  "token_requestor": "APPLE"
}

Response

OK

uuidstring

The unique ID of the created allowlist.

Example response

{
  "uuid": "8febdba4912a747808ccc6f95f82bb2b"
}