Skip to content

Getting Started

Environment Setup

Before you begin, make sure you have completed the Set Up Test Environment step.

Testhttps://p-gate-uat.checus.com/aggregate-pay/api/gateway/<PATH>
Productionhttps://pay-gate-hk-prod.checus.com/aggregate-pay/api/gateway/<PATH>

Integration Steps

1. Dispute Async Notification

When Checus risk control operations perform any of the following actions, the system will push async notifications to merchants through the Dispute Async Notification/chargeBaclNotifyUrl API:

  • Initiate retrieval request
  • Deliver judgment results
  • Close case

Callback Address Configuration

Log in to Merchant Management Platform to configure callback address, path: 'Settings' > 'Config'.

2. Case Status Query

When Checus risk control operations initiate retrieval, update judgment, or close cases, you can use the Case Query/caseSearch API to actively query case status.

Case Status Description

StatusDescription
DISPUTE_INQUIRYRetrieval Pending: Waiting for merchant feedback and evidence submission
DISPUTE_RECEIVEDEvidence materials received
DISPUTE_ENDRetrieval Complete: Issuing bank reviewed appeal and made judgment
CASE_CLOSEDCase closed
CASE_CANCELCase cancelled

3. Retrieval Response

After receiving a retrieval request initiated by Checus, you can submit order-related supporting materials through the Case Reply/caseReplay API.

Released under the MIT License.