extensionКапитрон Опен Банкинг Үйлчилгээ
Монгол ХэлEnglish
Дансны дэлгэрэнгүй
Энэ сервисээр та өөрийн харилцах дансны дэлгэрэнгүйг татаж авахад ашиглана.
Сервис дуудах
curl -X POST -H "Content-Type: application/json" -d $PARAMS https://open.capitronbank.mn/v1/detail
Parameters
{
  token: 'STRING',
  account_no: 'STRING(10)'
}
ParameterTypeDescription
tokenStringUser authorization token /v1/authenticate
account_noString(10)Account number
Response
{
  status: '',
  message: '',
  response: {
    account_detail: {
        i_ban: 'STRING',
        acnt_code: 'STRING',
        name: 'STRING',
        brch_code: 'STRING(4)',
        brch_name: 'STRING',
        cust_code: 'STRING'.
        cust_name: 'STRING',
        prod_code: 'STRING',
        prod_name: 'STRING',
        current_bal: 'DECIMAL',
        avail_bal: 'DECIMAL',
        blocked_bal: 'DECIMAL',
        cur_code: 'STRING(3)', // MNT, USD, CNY ...
        acnt_typename: 'STRING',
        acr_int_bal: 'INTEGER',
        daily_int: 'INTEGER',
        open_date: 'DATE',
        closed_date: 'DATE',
        status_sys_name: 'STRING'
      }
    }
  }
}
ParameterTypeDescription
statusStringIndicates the request's status. ( :success, :failed )
messageHashError messages. Presents only failed requests
responseHashResponse hash. Presents only successfull requests
account_detailHashAccount detail hash wrapper
i_banStringIBAN
acnt_codeStringAccount number
nameStringAccount name
brch_codeString(4)Branch code
brch_nameStringBranch name
cust_codeStringCustomer code
cust_nameStringCustomer name
prod_codeStringProduct code
prod_nameStringProduct name
current_balDecimalCurrent balance
avail_balDecimalAvailable balance
blocked_balDecimalBlocked balance
cur_codeString(3)Currency
acnt_typenameStringAccount type name
acr_int_balStringAcr Int Bal
daily_intStringDaily Int
open_dateDate(YYYY-MM-DDTHH:MI:SS+Z)Open date ( 2019-06-02T21:43:34+08:00 )
closed_dateDate(YYYY-MM-DDTHH:MI:SS+Z)Closed date ( 2019-06-02T21:43:34+08:00 )
status_sys_nameStringAccount status