Returns the wallet URL for the current user
GET
/api/users/current/wallets/{walletType}
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
walletType*
Typestring
RequiredValid values
"google""apple"Pattern
"google|apple"Responses
Success
application/json
JSON
{
"url": "https://pay.google.com/gp/v/save/eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ..."
}