Last updated 1 year ago
Was this helpful?
/wallet/deposit
cash
paymob
curl -L \ --request POST \ --url 'https://cm.test/api/wallet/deposit' \ --header 'Content-Type: application/json' \ --data '{"amount":1,"payment_method":"cash"}'
{ "status": true, "message": "Deposit successfully" }
/wallet/transactions
deposit
withdraw
transfer
curl -L \ --url 'https://cm.test/api/wallet/transactions'
{ "status": true, "message": "Transactions loaded successfully", "data": "text" }