Get Store Setting
Description
取得門市管控金流。
Resource
GET /v1/
Authorization
採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login。
Request Example
GET /v1/231003/setting
Response
{
"payment": {
"creditcard": {
"nccc": {
"enable_nccc_pay_app": 0,
"merchant_id": "",
"terminal_id": "",
"mac_key": ""
},
"newebpay": {
"enable_neweb_pay": 0,
"neweb_pay_merchant_id": "",
"neweb_pay_key": "",
"neweb_pay_iv": ""
},
"kiosk": {
"enable_nccc_pay": 0,
"enable_nccc_easy_card": 0,
"enable_nccc_ipass": 0,
"enable_nccc_icash": 0,
"enable_nccc_happy_cash": 0
}
},
"easycard": {
"kiosk": {
"enable_easy_card_pay": 0
}
},
"mwdpay": {
"enable_mwd_pay": 0,
"mwd_pay_api_key": "",
"mwd_pay_ap_pos_id": "",
"mwd_pay_ec_api_key": "",
"mwd_pay_ec_ap_pos_id": "",
"mwd_pay_request_payment_id": ""
},
"easypay": {
"easypay_account": ""
},
"pipay": {
"enable_pi_pay_kiosk": 0
}
},
"einvoice": {
"omni": {
"enable_upload_invoice": 2,
"is_invoice": 1,
"email": "[email protected]",
"invoice_title": "龍1",
"next_period": 0,
"invoice": 1,
"type": 2,
"save_qry": 1,
"company_store_number": "231003"
}
},
"external": {
"uber_eats": {
"uuids": [
{
"uber_eats_store_id": "111111",
"uber_eats_store_name": "1",
"parea_id": "1",
"webhook_status": 0,
"shop_sno": 0,
"is_open": 0
},
{
"uber_eats_store_id": "2222222",
"uber_eats_store_name": "2",
"parea_id": "2",
"webhook_status": 0,
"shop_sno": 1,
"is_open": 0
}
]
},
"foodpanda": {
"enable": 0,
"integration_type": 1,
"enable_discount": "0",
"discount_codes": [
{
"code": "",
"type": "0"
}
],
"delay_millisecond": "0"
},
"nidin": {
"enable": 1,
"store_id": "231003",
"account": "231003",
"password": "231003"
},
"quick_order": {
"enable": 0
},
"fse": {
"enable": 0
}
}
}