v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB

Google Pay Push Provisioning

This documentation outlines the necessary steps and parameters required for implementing Google Pay Push Provisioning within your application. Push Provisioning allows your users to seamlessly add their payment cards to Google Pay, enhancing their checkout experience.

post/card/google-pay/push-provisioning

Headers

api-keystring

api-key is available on the dashboard

Authorizationstring

Request body

cardIdstring

The unique Id of the card

clientWalletAccountIdstring

A unique identifier for the client's wallet account, obtained from the SDK. This identifier facilitates the accurate mapping and management of the user's wallet account during the provisioning process

clientDeviceIdstring

A unique identifier for the client device, obtained from the SDK. This identifier is crucial for ensuring the security and integrity of the provisioning process.

Response

200

encryptedDatastring

Example response

{
  "encryptedData": "string"
}