Skip to content

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
Required
Valid values
"google""apple"
Pattern"google|apple"

Responses

Success

application/json
JSON
{
"url": "https://pay.google.com/gp/v/save/eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ..."
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python