Chingchingpay Payment Gateway
  1. 支付網關
Chingchingpay Payment Gateway
  • 支付網關
    • 查詢交易狀態
      POST
    • 發起支付交易
      POST
    • 發起退款交易
      POST
    • 創建PaymentLink H5 頁面
      POST
    • 獲取Settlement列表
      GET
    • Merchant/下載Settlement文件
      GET
  1. 支付網關

Merchant/下載Settlement文件

测试环境
https://test-api.chingchingpay.com/gateway
测试环境
https://test-api.chingchingpay.com/gateway
GET
https://test-api.chingchingpay.com/gateway
/api/v1/settlements/{settlementID}/download
Last modified:2025-07-15 16:02:25
Merchant/下載Settlement文件

Request

Path Params
settlement_id
string 
required
settlement_id
settlementID
string 
required
Header Params
x-api-key
string 
optional
Default:
{{API_KEY}}
x-signature
string 
optional

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://test-api.chingchingpay.com/gateway/api/v1/settlements//download' \
--header 'x-api-key: ' \
--header 'x-signature;'

Responses

🟢200OK
application/json
OK
Body
object {0}
Example
{}
Modified at 2025-07-15 16:02:25
Previous
獲取Settlement列表
Built with