Last updated 1 year ago
Was this helpful?
deposit
withdraw
transfer
GET /api/wallet/transactions HTTP/1.1 Host: cm.test Accept: */*
{ "status": true, "message": "Transactions loaded successfully", "data": "text" }
cash
paymob
POST /api/wallet/deposit HTTP/1.1 Host: cm.test Content-Type: application/json Accept: */* Content-Length: 36 { "amount": 1, "payment_method": "cash" }
{ "status": true, "message": "Deposit successfully" }