Дансны үлдэгдэл
Энэ сервисээр та өөрийн харилцах дансны үлдэгдэлийг татаж авахад ашиглана.
Сервис дуудах
curl -X POST -H "Content-Type: application/json" -d $PARAMS https://open.capitronbank.mn/v1/balance
Оролтын утга
{
token: 'STRING',
account_no: 'STRING(10)'
}
Өгөгдөл | Төрөл | Тайлбар |
---|---|---|
token | String | User authorization token /v1/authenticate |
account_no | String(10) | Account number |
Гаралтын утга
{
status: '',
message: '',
response: {
current_bal: 'DECIMAL'
}
}
Өгөгдөл | Төрөл | Тайлбар |
---|---|---|
status | String | Indicates the request's status. ( :success, :failed ) |
message | Hash | Error messages. Presents only failed requests |
response | Hash | Response hash. Presents only successfull requests |
current_bal | Decimal | Current Balance |