Get digital wallet
Returns a registered digital wallet.
This endpoint requires the digital-wallets.read
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the registered digital wallet.
"fe26475d-ec3e-4884-9553-f7356683f7f9"
Response
A digital wallet (e.g. Apple Pay) that has been registered.
digital-wallet
.
digital-wallet
"digital-wallet"
The ID of the registered digital wallet.
"8d3fe99b-1422-42e6-bbb3-932d95ae5f79"
The unique ID for a merchant account.
"default"
The name of the digital wallet provider.
apple
, google
"apple"
The name of the merchant the digital wallet is registered to.
"Gr4vy"
The main URL of the merchant.
"https://example.com"
The consumer facing name of the merchant.
"Gr4vy"
The country code where the merchant is registered.
2
"US"
The list of domain names that a digital wallet can be used on. To use a digital wallet on a website, the domain of the site is required to be in this list.
["example.com"]
Custom attributes for some digital wallets. Currently only used by Click to Pay.
The date and time when this digital wallet was registered.
"2012-12-12T10:53:43+00:00"
The date and time when this digital wallet was last updated.
"2012-12-12T10:53:43+00:00"
The number of active custom certificates registered for this digital wallet (Apple Pay only).
1
The number of pending custom certificates registered for this digital wallet (Apple Pay only).
1
The number of expired custom certificates registered for this digital wallet (Apple Pay only).
1
Was this page helpful?