Push Provisioning
Push Provisioning (or In-App Provisioning) of a funding debit card to a wallet with the schemes requires encrypted card data. (without Thales SDK)
The debiX API provides the necessary endpoints to deliver this data out-of-the-box, so that the issuer does not have to be concerned with encryption or key management.
debiX encrypts the necessary data and provides an authorization code, which is valid for 60 seconds. The calls are different for Apple Pay and Google/Samsung Pay, so each has their own endpoint:
Apple Pay
POST /cards/apple-pay/provisioning-data
The returned data needs to be passed to the Apple Wallet.
Google/Samsung Pay
POST /cards/google-pay/provisioning-data
POST /cards/samsung-pay/provisioning-data
The returned data needs to be passed to Google resp Samsung Wallet. The provided objects within are the same for here, so only Google Pay types are provided.
NOTE: currently only Mastercard is supported.