v6

latestOpenAPI 3.1.02026-07-311856741.1 MB
customer_portal
wallets
public

Get Wallet

Get a wallet by ID for the authenticated customer.

get/v1/customer-portal/wallets/{id}

Path parameters

idstring uuid4 required

The wallet ID.

The wallet ID.

Response

Successful Response

idstring uuid4 required

The ID of the object.

created_atstring date-time required

Creation timestamp of the object.

modified_atstring date-time nullable required

Last modification timestamp of the object.

customer_idstring uuid4 required

The ID of the customer that owns the wallet.

balanceinteger required

The current balance of the wallet, in cents.

currencystring required

The currency of the wallet.

Example response

{
  "customer_id": "992fae2a-2a17-4b7a-8d9e-e287cf90131b",
  "balance": 5000,
  "currency": "usd"
}