Update digital wallet
Updates the values a digital wallet was registered with.
This endpoint requires the digital-wallets.write
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.
Body
Request body to update a registered digital wallet's details.
The name of the merchant. This is used to update the value initially used to register with a digital wallet provider and this name is not displayed to the buyer.
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.
The consumer facing name of the merchant.
The country code where the merchant is registered.
2
The main URL of the merchant.
Response
A digital wallet (e.g. Apple Pay) that has been registered.
digital-wallet
.
digital-wallet
The ID of the registered digital wallet.
The unique ID for a merchant account.
The name of the digital wallet provider.
apple
, google
The name of the merchant the digital wallet is registered to.
The main URL of the merchant.
The consumer facing name of the merchant.
The country code where the merchant is registered.
2
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.
Custom attributes for some digital wallets. Currently only used by Click to Pay.
The date and time when this digital wallet was registered.
The date and time when this digital wallet was last updated.
The number of active custom certificates registered for this digital wallet (Apple Pay only).
The number of pending custom certificates registered for this digital wallet (Apple Pay only).
The number of expired custom certificates registered for this digital wallet (Apple Pay only).
Was this page helpful?