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
Example response
[
{
"card_id": [
"8febdba4912a747808ccc6f95f82bmcrd"
],
"partner_id": "8febdba4912a747808ccc6f95f82bpar",
"token_requestor": "APPLE",
"uuid": "8febdba4912a747808ccc6f95f82bb2b"
}
]