SAR, AED, QAR, KWD, BHD, or OMR.Customer wallets is only available for GCC countries.Customer Wallet write operations. Approval is reviewed as part of the app review process.curl --location 'https://api.zid.sa/v1/customer-wallets/customers/987654/debit/' \
--header 'Store-Id: 123456' \
--header 'X-manager-Token: {{Access-Token}}' \
--header 'Content-Type: application/json' \
--data '{
"amount": 50,
"reason": "Manual wallet adjustment"
}'{
"message": "Customer wallet debited successfully.",
"transaction_id": "transaction_12345",
"amount": "50.00"
}