Digital wallets
New Google Pay session
Initiates a new session with Google Pay. This can be used when implementing Google Pay without our SDK.
POST
/
digital-wallets
/
google
/
session
This endpoint requires the digital-wallets.write
or embed
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Initiates a new session with Google Pay.
origin_domain
string
requiredFully qualified domain name of the merchant.
Response
200 - application/json
gateway_merchant_id
string
Your merchant ID.
token
string
The JWT for the current Google Pay session.
Was this page helpful?