cURL
curl --request POST \ --url https://jamquest-dev.techboo.net/api/v1/deposit/card \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "amount": 2 }'
{ "status": "ok", "data": { "payment_link": "<string>" } }
Allows users to deposit funds into their wallet using card.
Access token obtained during login or registration. Use this token in the Authorization header for authenticated requests.
x >= 1
Card deposit initiated
"ok"
Show child attributes