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

獲取Settlement列表

测试环境
https://test-api.chingchingpay.com/gateway
测试环境
https://test-api.chingchingpay.com/gateway
GET
https://test-api.chingchingpay.com/gateway
/api/v1/settlements
Last modified:2025-07-15 16:02:05
獲取Settlement列表

Request

Query Params
page
integer 
optional
page
page_size
integer 
optional
page_size
is_transferred
string 
optional
is_transferred
start_time
string 
optional
start_time 時間戳
end_time
string 
optional
end_time 時間戳
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' \
--header 'x-api-key: ' \
--header 'x-signature;'

Responses

🟢200OK
application/json
OK
Body
object {0}
Example
{}
Modified at 2025-07-15 16:02:05
Previous
創建PaymentLink H5 頁面
Next
Merchant/下載Settlement文件
Built with