Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Developer API operation for GET /dev/v1/customers//wallet.
cURL
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 } } }
Use your Shoppex API key in the Authorization header.
Successful response