customer-wallets.read_write- Customer Wallet Read & WriteAuthorization: Bearer ********************{
"customer_id": 1994632444,
"amount": 22
}curl --location --request POST 'https://api.salla.dev/admin/v2/customers/wallets/withdraw' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_id": 1994632444,
"amount": 22
}'{
"status": 200,
"success": true,
"data": {
"status": "confirmed",
"amount_float": -12,
"date": {
"date": "2025-11-27 13:45:54.321280",
"timezone_type": 3,
"timezone": "Asia/Riyadh"
},
"wallet": {
"id": 1337429619,
"balance": 468,
"created_at": "2025-11-26 10:28:13"
}
}
}