Skip to main content

Balance

endpoints

GET /api/v1/balance
POST /api/v1/balance

get

get current balance simple by passing customer id

i.e

{
"cuctomer:"djdjjdj",
}

withdraw

{
"cuctomer:"djdjjdj",
"amount":100
}