Update digital wallet
Update a digital wallet.
This endpoint requires the digital-wallets.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The ID of the merchant account to use for this request.
"default"
Path Parameters
The ID of the digital wallet to edit.
"1808f5e6-b49c-4db9-94fa-22371ea352f5"
Body
Response
Successful Response
The ID for the digital wallet.
"1808f5e6-b49c-4db9-94fa-22371ea352f5"
The ID of the merchant account this digital wallet belongs to.
"default"
The name of the digital wallet provider.
apple
, google
, click-to-pay
The name of the merchant the digital wallet is registered to.
"ACME Inc."
The list of domain names that a digital wallet can be used on (deprecated).
"example.com"
The date this buyer was created at.
"2013-07-16T19:23:00.000+00:00"
The date this buyer was last updated at.
"2013-07-16T19:23:00.000+00:00"
Always digital-wallet
.
"digital-wallet"
"digital-wallet"
The consumer facing name of the merchant.
"ACME"
The main URL of the merchant.
"https://example.com"
The country code where the merchant is registered.
"US"
The number of active custom certificates registered for this digital wallet (Apple Pay only).
2
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).
0
Custom attributes for some digital wallets. Currently only used by Click to Pay.
{
"digital_payment_application_id": "8faebf73-5b43-4514-b170-cbfb50c99fff",
"digital_payment_application_name": "ACME"
}