Skip to main content

Muti level account or Cashier

muti_level_account01

Ksher support muti-level account, but only one level. Multi level account use for merchants have Many branches/cashier and want to limited access transection for each branches/cashier.

  • Used when the branch uses the same information such as business type / bank account / tax invoice address. So you don't have to open a new account ccoun with ksher.
  • Only used for checking the balance of transactions made from Sub MID.
  • You can used for transactions Accept payments.

The name of sub account we call Cashier Account.

  • Used when all account information is the same, there are many branches that want to know where the money came from.
  • Sub MID account holder can add Cashier Account by themselves through KsherBoss Pro APP.
  • You can add an unlimited amount of Cashier Account.
  • Main Account can see the total amount of incoming transactions from all Cashier Accounts.
  • Cashier Account can only see the transaction amount that itself is accepting the payment, unable to see the transaction balance of other cashier.

How to check cashier account#

Ksher Boss Pro#

muti_level_account_ksherbosspro_01

  • Login to ksher boss pro. Click at menu name Cashier management.

muti_level_account_ksherbosspro_02

  • It will display available cashiers. Click to look at the cashier who wants to check.

muti_level_account_ksherbosspro_03

  • It will display username, password, operator ID. you can use to login

keep Operator ID to use in API

How to call API#

By add "operator_id": "operator_id number at cashier"

Example request at C scan B API#

{
"mid": "mch35005",
"operator_id": "38888",
"amount": 100,
"channel": "truemoney",
"merchant_order_id": "test_truemoney3",
"note": "string",
"signature": "5BB4D52997FA2B96985EFED7C78335E8171778F40D521F007356EAE62A367CBD",
"timestamp": "1629189071"
}

Example request at B scan C API#

{
"mid":"mch35005",
"operator_id": "38888",
"amount": 100,
"auth_code":"00003030015998",
"channel": "truemoney",
"merchant_order_id": "bscanc_truemoney",
"note": "string",
"signature": "5BB4D52997FA2B96985EFED7C78335E8171778F40D521F007356EAE62A367CBD",
"timestamp": "1629189071"
}

Example request at Redirect API#

{
"mid": "mch35005",
"operator_id": "38888",
"amount": 100,
"merchant_order_id": "mc_1626690643",
"redirect_url": "http://www.baidu.com",
"redirect_url_fail": "http://www.baidu.com",
"signature": "9B66029E2530B98EFE75121862D4269ABD67058DD3DEFC015D99FD9FFEE9F91A",
"timestamp": "1626690643",
"note": "这是一个测试订单, 这里是备注信息"
}