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.
Cards tokenization (1.0)
Download OpenAPI description
Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/cards-tokenization/
Bodyapplication/json
An array containing a list of cards to be included in the allowlist.
Example: ["8febdba4912a747808ccc6f95f82bpcrd"]
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/cards-tokenization/v1/tokenization_risk_controls/partner_tokenization_configurations
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
application/json
{ "card_id": [ "8febdba4912a747808ccc6f95f82bpcrd" ], "token_requestor": "APPLE" }
Response
application/json
{ "uuid": "8febdba4912a747808ccc6f95f82bb2b" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/cards-tokenization/v1/tokenization_risk_controls/partner_tokenization_configurations
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Response
application/json
[ { "card_id": [ … ], "partner_id": "8febdba4912a747808ccc6f95f82bpar", "token_requestor": "APPLE", "uuid": "8febdba4912a747808ccc6f95f82bb2b" } ]
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/cards-tokenization/v1/tokenization_risk_controls/partner_tokenization_configurations/{token_risk_control_id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload