Push Card to Google Wallet (GQL)

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

Use this GraphQL API to seamlessly push a card to Google Wallet.

Please check this link for Wallet Tutorial

This endpoint allows you to initiate the process of adding a card to Google Wallet, ensuring secure and convenient mobile payments.

Body Params

Following are the details on the GraphQL fields :

ParameterDescriptionMandatoryData TypeExample
idThe unique identifier associated with the card.YesString1234567890
walletProviderThe wallet provider to which the card is being added. In this case, it is 'GOOGLE_PAY'.YesStringGOOGLE_PAY
deviceIDThe unique identifier for the device.YesString1232
walletAccountIDThe unique identifier for the wallet account.YesString1232
activationDataThe data required to activate the card in the wallet.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!