Skip to content

NCCC Pay Upload

Description

手動上傳NCCC請款檔。

Resource

GET /v1/payment/nccc/upload

Authorization

採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login

Request Body Parameters

Name Type Description
company_id string 公司編號
shop_id string 門市編號
merchant_id string NCCC特店代號
terminal_id string 終端機代號
trans_date string 交易日期

Request Example

GET /v1/payment/nccc/upload?company_id=89826011&merchant_id=6600800020&terminal_id=70502876&trans_date=20211108

Response

{
    "message": "%2fe7eFc3R3D6YgSLEHjkTCQ%3d%3d",
    "notify_url": "https://balance.lafresh.com.tw",
    "nccc_response": {
        "message": "ReponseCode=00 ReponseMsg=交易金鑰產生.",
        "data": "%2fe7eFc3R3D6YgSLEHjkTCQ%3d%3d"
    }
}