Skip to main content

Wallet API (v2)

Download OpenAPI specification:Download

API for managing wallet tokens

Widget Wallet API

API for managing wallet sessions and tokens in the widget context

Create a widget wallet session

Authorizations:
NoneNone
header Parameters
x-merchant-id
required
string

Specific id of the merchant

Request Body schema: application/json
required
owner_reference
required
string

Reference or Id of the customer

Responses

Request samples

Content type
application/json
{
  • "owner_reference": "string"
}

Get tokens of an owner

Authorizations:
NoneNone
path Parameters
customer_id
required
string

Reference or Id of the customer

wallet_session_id
required
string <uuid>

Id of the wallet Session

query Parameters
status
string
Enum: "ACTIVE" "INACTIVE"
header Parameters
x-merchant-id
required
string

Specific id of the merchant

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Delete one single token of an owner

Authorizations:
NoneNone
path Parameters
customer_id
required
string

Reference or Id of the customer

token_id
required
string <uuid>

Id of the token

header Parameters
x-merchant-id
required
string

Specific id of the merchant

Responses

Set a token as favorite

Authorizations:
NoneNone
path Parameters
customer_id
required
string

Reference or Id of the customer

wallet_session_id
required
string <uuid>

Id of the Wallet Session of the customer

token_id
required
string <uuid>

Id of the token

header Parameters
x-merchant-id
required
string

Specific id of the merchant

Responses