Skip to main content
GET
/
dev
/
v1
/
customers
/
{id}
/
wallet
Get customer wallet
curl --request GET \
  --url https://api.shoppex.io/dev/v1/customers/{id}/wallet \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "wallet": {
      "id": "wallet_1",
      "balance": 15,
      "hold_balance": 2.5,
      "available": 12.5,
      "currency": "EUR",
      "is_active": true
    }
  }
}

Authorizations

Authorization
string
header
required

Use your Shoppex API key in the Authorization header.

Path Parameters

id
string
required

Response

200 - application/json

Successful response

data
object