addCard
mutation. This mutation used the accountMembershipId
as an identifier. To get it you need to use the following query.addCard
mutation. Replace {{YOUR_ACCOUNTMEMBERSHIP_ID}}
with the last ID you obtained and {{YOUR_REDIRECT_URL}}
with the URL you want to redirect the user to.consentUrl
so that they can give their approval. Once consent is given, the card is created.viewCardNumbers
. The web banking uses this mutation when the Reveal card numbers button is clicked on.{{YOUR_CARD_ID}}
with the last ID obtained and {{YOUR_REDIRECT_URL}}
with the URL you want to redirect the user to.consentUrl
.This URL will redirect the user to a page with the card numbers displayed with the card design.{{YOUR_CARD_ID}}
and {{YOUR_REDIRECT_URL}}
with the URL you want to redirect the user to.alletproviderwalletProvider
corresponding to the user Authenticator. Use GooglePay for Android and ApplePay for iOS.digitalCard.id
you got with the addDigitalCard
mutation. Use the other tab (Manual Provisioning) to simulate a user adding a card manually to Google Pay or Apple Pay.printPhysicalCard
mutation. Replace {{YOUR_CARD_ID}}
and {{YOUR_REDIRECT_URL}}
with the URL you want to redirect the user to.choosePINCode
variable is planned for the future and should be set as false for the moment. Choosing a pin code is a sensitive operation, and we need the user to consent to it.viewPhysicalCardPin
mutation.{{YOUR_CARD_ID}}
and {{YOUR_REDIRECT_URL}}
with the URL you want to redirect the user to.activatePhysicalCard
mutation.updateCard
mutation. Replace {{YOUR_CARD_ID}}
and {{YOUR_REDIRECT_URL}}
with the URL you want to redirect the user to.