Push Card to Google Wallet

Use this API to provision a card into Google Wallet, enabling the cardholder to make contactless payments using their Android phone, Wear OS watch, or other Google Pay-supported devices.

Pass the card_Id as a path parameter to identify the card to be provisioned, and include the required Google Wallet integration details in the request body.

Note: This operation initiates the card provisioning flow with Google. The cardholder must complete the in-app or device-level verification step on their Android device to finalize the card addition.

A successful response confirms that the card has been provisioned to Google Wallet and is ready for use in digital transactions.

Path Params
integer
required
Defaults to 1

The unique identifier of the card.
Example: 1

Body Params
string
enum
required
Defaults to GOOGLE_PAY

The digital wallet provider where the card will be added. For Google Pay provisioning, this should be set to "GOOGLE_PAY".
Allowed values: APPLE_PAY, GOOGLE_PAY, SAMSUNG_PAY
Example: GOOGLE_PAY

Allowed:
string
required
Defaults to 1232

A unique identifier for the device where the card will be provisioned. This is used to link the card to a specific device within the Google Pay ecosystem.
Example: 1232

string

The unique identifier for the wallet account within Google Pay to which the card will be added. This ensures the card is added to the correct wallet account.
Example: 1232

Headers
string
required

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

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json