1. VA
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
        POST
      • inquiry
        POST
      • notification
        POST
    • Remittance
      • notification
    • Order
      • create
      • update
      • inquiry
      • supplement
    • Tradesettle
      • apply
      • inquiry
      • notification
    • 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. VA

inquiry

POST
/api/v2/merch/va/inquiry
Check the application results for opening a payment account

Request

Header Params

Body Params application/json

Example
{
    "request_id": "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/merch/va/inquiry' \
--header 'X-Merch-Id: M24061911365700670' \
--header 'Content-Type: application/json' \
--data '{
    "request_id": "string"
}'

Responses

🟢200success
*/*
OK
Body*/*

Example
{
    "request_id": "string",
    "type": "LOCAL",
    "country_code": "string",
    "currencies": [
        "EUR"
    ],
    "account_no": "string",
    "status": "ENABLED",
    "bank_name": "string",
    "bank_address": "string",
    "account_holder_name": "string",
    "bic_swift_code": "string",
    "routing_number": "string"
}
🟠400Wrong request
🟠401permission denied
🟠404Record does not exist
🟠429429
🔴500Server error
Modified at 2026-04-16 08:37:36
Previous
apply
Next
notification
Built with