Skip to content
Languages
Servers
Mock Server

https://docs.solarisgroup.com/_mock/api-reference/digital-banking/cards-tokenization/

Operations
Operations
Operations

Request

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.

Bodyapplication/json
card_idArray of stringsrequired

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

Example: ["8febdba4912a747808ccc6f95f82bpcrd"]
token_requestorstringrequired

The token requester.

Enum"APPLE""GOOGLE""SAMSUNG"
Example: "APPLE"
application/json
{ "card_id": [ "8febdba4912a747808ccc6f95f82bpcrd" ], "token_requestor": "APPLE" }

Responses

OK

Bodyapplication/json
uuidstring

The unique ID of the created allowlist.

Example: "8febdba4912a747808ccc6f95f82bb2b"
Response
application/json
{ "uuid": "8febdba4912a747808ccc6f95f82bb2b" }

Request

Returns an allowlist of cards created for production testing on Apple or Google Pay.

Query
token_requestorstringrequired

The token requester.

Enum"APPLE""GOOGLE""SAMSUNG"
No request payload

Responses

OK

Bodyapplication/jsonArray [
card_idArray of strings

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

Example: ["8febdba4912a747808ccc6f95f82bpcrd"]
partner_idstring

Your partner ID.

Example: "8febdba4912a747808ccc6f95f82bpar"
token_requestorstring

The token requester.

Enum"APPLE""GOOGLE""SAMSUNG"
Example: "APPLE"
uuidstring

The unique ID of the created allowlist.

Example: "8febdba4912a747808ccc6f95f82bb2b"
]
Response
application/json
[ { "card_id": [], "partner_id": "8febdba4912a747808ccc6f95f82bpar", "token_requestor": "APPLE", "uuid": "8febdba4912a747808ccc6f95f82bb2b" } ]

Request

Deletes an allowlist of cards production testing on Apple or Google Pay.

Path
token_risk_control_idstringrequired

The ID of the tokenization configuration.

Example: 8febdba4912a747808ccc6f95f82bb2b
No request payload

Responses

Successful deletion

Response
No content