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
Example response
[
{
"card_id": [
"8febdba4912a747808ccc6f95f82bmcrd"
],
"partner_id": "8febdba4912a747808ccc6f95f82bpar",
"token_requestor": "APPLE",
"uuid": "8febdba4912a747808ccc6f95f82bb2b"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.