POST
/
v1
/
cards
/
{cardId}
/
provision
/
apple
curl --request POST \
  --url https://api.chron.com/v1/cards/{cardId}/provision/apple \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "clientDeviceID": "<string>",
  "clientWalletProvider": "<string>",
  "clientWalletAccountID": "<string>"
}'
{
  "primaryAccountNumberPrefix": "<string>",
  "activationData": "<string>",
  "authenticationData": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cardId
string
required

Unique identifier for the card.

Body

application/json

Response

200
application/json

Card provisioned to Apple successfully.

The response is of type object.