1. Tradesettle
PayKKa OpenAPI Documentation
英文(EN)
  • 中文(CN)
  • 英文(EN)
  • Overview
  • Interface rules
  • SDK
  • Communication security
    • Signature Generation & Verification
  • API list
    • Merchant Onboarding
      • Apply for Onboarding
      • Update Onboarding Info
      • Query Onboarding Status
      • Onboarding Notification
    • Risk Assessment
      • Submit Assessment
      • Update Assessment Info
      • Get Assessment Result
      • Assessment Notification
    • VA
      • apply
      • inquiry
      • notification
    • Remittance
      • notification
    • Order
      • create
      • update
      • inquiry
      • supplement
    • Tradesettle
      • apply
        POST
      • inquiry
        POST
      • notification
        POST
    • Balance
      • inquiry
    • Payee
      • create
      • update
      • inquiry
      • notification
    • Forex
      • pre-order
      • confirm
      • inquiry
      • notification
    • Payment
      • apply
      • inquiry
      • notification
    • file service
      • upload
  • appendix
    • Open the collection account code table
    • Product Category
    • Business categories
    • Province and city code
    • Bank code
    • industry
    • new industry
    • Country code
  1. Tradesettle

apply

POST
/api/v2/trade-settle/apply
You can apply when the status of the receipt is [PENDING_RELATE|CHECK_REJECTED]

Request

Header Params

Body Params application/json

Example
{
    "relate_list": [
        {
            "amount": 0,
            "contract_order_no": "string"
        }
    ],
    "recv_order_no": "string"
}

Request Code 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 'http://prod-cn.your-api-server.com/api/v2/trade-settle/apply' \
--header 'X-Merch-Id;' \
--header 'X-Merch-Id: M24061911365700670' \
--header 'Content-Type: application/json' \
--data '{
    "relate_list": [
        {
            "amount": 0,
            "contract_order_no": "string"
        }
    ],
    "recv_order_no": "string"
}'

Responses

🟢200success
*/*
OK
Body*/*

Example
{
    "status": "PENDING_RELATE"
}
🟠400Wrong request
🟠401permission denied
🟠404Record does not exist
🟠429429
🔴500Server error
Modified at 2026-04-16 08:38:47
Previous
supplement
Next
inquiry
Built with