1. Home
  2. Docs
  3. 授權扣款 Authorized Payment
  4. API列表 (API Lists)
  5. 授權終止 Cancellation on Authorization

授權終止 Cancellation on Authorization

位置:https://{Please update according to test/production path provided by JKOPAY}/platform/authpay/cancel

Method:POST

說明:電商平台呼叫此API,解除該筆平台授權序號的授權綁定

Online merchant platform merchant calls Cancellation API to cancel the merchant’s authorization binding.

整合流程 (Integration Workflow)

Merchant platform authorization cancellation workflow

請求參數 (Request Parameter)

參數名稱
Parameter
資料型態
Data Type
最大長度
Maximum
必要
Required
說明Description
auth_noString30Y街口端授權編號 JKOPay authorization number

範例 (Example):

https://{domain}/platform/authpay/cancel?auth_no=02412421xxxx

返回範例 (Example):

{
    "result": "000",
    "message": null,
    "result_object": null
}