Card

Web Push Provision card (Digital Wallet)

Allow your cardholders to directly add payment cards to the device's digital wallet from a browser on the web.

This requires some additional setup and configuration. Please Contact Us or your Customer Success representative for more information.

post/v1/cards/{card_token}/web_provision

Path parameters

card_tokenstring uuid required

The unique token of the card to add to the device's digital wallet.

Request body

digital_wallet'APPLE_PAY' | 'GOOGLE_PAY'

Name of digital wallet provider.

server_session_idstring uuid

Only applicable if digital_wallet is GOOGLE_PAY. Google Pay Web Push Provisioning session identifier required for the FPAN flow.

client_device_idstring uuid

Only applicable if digital_wallet is GOOGLE_PAY. Google Pay Web Push Provisioning device identifier required for the tokenization flow

client_wallet_account_idstring uuid

Only applicable if digital_wallet is GOOGLE_PAY. Google Pay Web Push Provisioning wallet account identifier required for the tokenization flow

Response

OK

WebPushProvisioningResponse required— unresolved $ref

Changes