v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Digital Wallet Endpoints

google-pay/set-my-google-pay

This endpoint allows you to identify a Google Pay credit card as belonging to the VoPay account holder. Optionally, you can use this endpoint to identify a Google Pay credit card as being the VoPay account holder's default Google Pay credit card. Note, a VoPay account can only have one default Google Pay credit card.

post/google-pay/set-my-google-pay

Response

Successboolean required

true if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

GooglePayTokenstring required

Google Pay token

IsDefaultboolean required

Is this the VoPay account holder's default Google Pay credit card

Example response

{
  "Success": true,
  "GooglePayToken": "ACBDF-GAFSHD-AHBS-123456",
  "IsDefault": true
}