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 POST /dev/v1/customers//wallet/debit.
cURL
curl --request POST \ --url https://api.shoppex.io/dev/v1/customers/{id}/wallet/debit \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "amount": "4.50", "description": "Manual adjustment" } '
{ "data": { "transaction_id": "txn_debit_1", "amount": 4.5, "currency": "EUR", "new_balance": 10.5, "available_balance": 8, "wallet_id": "wallet_1" } }
Use your Shoppex API key in the Authorization header.
Successful response