Push Card to Apple Wallet (GQL)

Note: All the cards API's have the endpoint: /graphql

Use this GraphQL API to seamlessly push a card to Apple Wallet. This operation allows you to add a card to an Apple Wallet, making it ready for use with Apple Pay.

The API ensures a smooth integration process, enabling your cardholders to conveniently add their cards to their Apple Wallets for quick and secure payments.

Please check this link for Wallet Tutorial

Behaviour: A successful response from this API indicates that the card has been successfully added to the user's Apple Wallet.

Body Params

It is a mutation. The fields of this GraphQL are:

ParameterDescriptionMandatoryData TypeExample
idThe unique identifier associated with the card.YesString1234567890
walletProviderThe wallet provider to which the card is being added. For this case, it is 'APPLE_PAY'.YesStringAPPLE_PAY
certificate1The first certificate used for securing the card data.YesString308203fd308203a3a003020102
certificate2The second certificate used for securing the card data.YesString08202f73082027ca0030201020208
nonceA unique nonce used to ensure the security of the transaction.YesStringb2dfff53
nonceSignatureThe unique signature for the nonce, used to verify its authenticity.YesString40ac2a1b3950ee2850d1f2e283432bf
activationDataData required to activate the card in Apple Wallet.YesString
encryptedCardDataThe card data encrypted for secure transmission.YesString
ephemeralPublicKeyThe ephemeral public key used for encryption and decryption processes.YesString
Headers
string
required
Defaults to z01j3e71zd6zkq908vyf5861a8

The ID of your banking instance visible in the MBANQ Console.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!