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