PayKKa OpenAPI Documentation
v2.0.0
  • v2.0.0
  • v2.0.1
  1. 商户入网
PayKKa OpenAPI Documentation
v2.0.0
  • v2.0.0
  • v2.0.1
  • 概述
  • 接口规则
  • SDK
  • 通信安全
    • 签名生成与验证
  • API列表
    • 商户入网
      • 商户入网申请
        POST
      • 商户资料更新
        POST
      • 商户入网结果查询
        POST
      • 商户入网结果(通知)
        POST
    • 收款账户
      • 收款账户开通申请
      • 收款账号开通申请结果查询
      • 收款账号开通结果(通知)
    • 汇入汇款
      • 汇入汇款(通知)
    • 订单
      • 订单创建
      • 订单更新
      • 订单查询
      • 补充物流(发货)信息
    • 解付入账
      • 创建解付入账流程
      • 解付入账状态查询
      • 解付入账结果(通知)
    • 账户余额
      • 查询账户余额
    • 收款人
      • 收款人创建
      • 修改收款人(用于被驳回时修改收款人信息)
      • 收款人创建结果查询
      • 收款人创建结果(通知)
    • 换汇
      • 换汇预下单(询价)
      • 换汇确认
      • 查询换汇结果
      • 换汇结果通知
    • 付款
      • 付款
      • 付款状态查询
      • 付款结果通知
    • 文件服务
      • 文件上传接口参数说明
      • 文件上传
  • 附录
    • 开通收款账户码表
    • 商品品类
    • 经营品类
    • 省市编码
    • 银行编码
    • 行业
    • 国家地区代码
  1. 商户入网

商户资料更新

POST
/api/v2/merch/onboard/update
商户信息更新
特殊说明:该接口不要传请求头参数X-Merch-Id

请求参数

Header 参数

Body 参数application/json

示例
{
    "request_id": "string",
    "contact_person": {
        "phone_prefix": "strin",
        "phone": "string",
        "email": "string"
    },
    "license": {
        "region": "st",
        "ent_name": "string",
        "ent_name_en": "string",
        "found_date": "2019-08-24",
        "registered_currency": "str",
        "registered_capital": 0,
        "address": {
            "province": "string",
            "city": "string",
            "zipcode": "string",
            "address1": "string",
            "address2": "string"
        },
        "legal_rep_name": "string",
        "license_file_id": 0,
        "ent_type": "string",
        "uni_social_credit": "string",
        "busi_from": "2019-08-24",
        "busi_end": "2019-08-24",
        "long_term": true,
        "br_no": "string",
        "br_file_id": 0,
        "annual_return_file_id": 0,
        "incorporation_form_file_id": 0,
        "br_expiry_date": "2019-08-24",
        "cr_issue_date": "2019-08-24",
        "company_article_file_id": 0,
        "cr_file_id": 0,
        "cr_no": "string",
        "share_structure_file_id": 0,
        "cr_expiry_date": "2019-08-24",
        "other_file_ids": [
            0
        ]
    },
    "business": {
        "industry": 0,
        "employee_number": "string",
        "address": {
            "province": "string",
            "city": "string",
            "zipcode": "string",
            "address1": "string",
            "address2": "string"
        },
        "export_country": [
            "string"
        ],
        "export_type": [
            "string"
        ],
        "trade_volume": "string",
        "website": "string"
    },
    "stakeholder_list": [
        {
            "identity_type": "string",
            "name": "string",
            "nationality": "st",
            "birth_date": "2019-08-24",
            "address_proof_file_id": 0,
            "doc_type": "string",
            "id_number": "string",
            "doc_address": "string",
            "doc_non_portrait_side_file_id": 0,
            "doc_portrait_side_file_id": 0,
            "eff_date_start": "2019-08-24",
            "eff_date_end": "2019-08-24",
            "long_term": true,
            "share": 0,
            "resident_address": {
                "province": "string",
                "city": "string",
                "zipcode": "string",
                "address1": "string",
                "address2": "string"
            }
        }
    ]
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open-fat.cb.paykka.com/api/v2/merch/onboard/update' \
--header 'X-Merch-Id: M24061911365700670' \
--header 'Content-Type: application/json' \
--data-raw '{
    "request_id": "string",
    "contact_person": {
        "phone_prefix": "strin",
        "phone": "string",
        "email": "string"
    },
    "license": {
        "region": "st",
        "ent_name": "string",
        "ent_name_en": "string",
        "found_date": "2019-08-24",
        "registered_currency": "str",
        "registered_capital": 0,
        "address": {
            "province": "string",
            "city": "string",
            "zipcode": "string",
            "address1": "string",
            "address2": "string"
        },
        "legal_rep_name": "string",
        "license_file_id": 0,
        "ent_type": "string",
        "uni_social_credit": "string",
        "busi_from": "2019-08-24",
        "busi_end": "2019-08-24",
        "long_term": true,
        "br_no": "string",
        "br_file_id": 0,
        "annual_return_file_id": 0,
        "incorporation_form_file_id": 0,
        "br_expiry_date": "2019-08-24",
        "cr_issue_date": "2019-08-24",
        "company_article_file_id": 0,
        "cr_file_id": 0,
        "cr_no": "string",
        "share_structure_file_id": 0,
        "cr_expiry_date": "2019-08-24",
        "other_file_ids": [
            0
        ]
    },
    "business": {
        "industry": 0,
        "employee_number": "string",
        "address": {
            "province": "string",
            "city": "string",
            "zipcode": "string",
            "address1": "string",
            "address2": "string"
        },
        "export_country": [
            "string"
        ],
        "export_type": [
            "string"
        ],
        "trade_volume": "string",
        "website": "string"
    },
    "stakeholder_list": [
        {
            "identity_type": "string",
            "name": "string",
            "nationality": "st",
            "birth_date": "2019-08-24",
            "address_proof_file_id": 0,
            "doc_type": "string",
            "id_number": "string",
            "doc_address": "string",
            "doc_non_portrait_side_file_id": 0,
            "doc_portrait_side_file_id": 0,
            "eff_date_start": "2019-08-24",
            "eff_date_end": "2019-08-24",
            "long_term": true,
            "share": 0,
            "resident_address": {
                "province": "string",
                "city": "string",
                "zipcode": "string",
                "address1": "string",
                "address2": "string"
            }
        }
    ]
}'

返回响应

🟢200成功
*/*
OK
Body

示例
{
    "authorize_link": "string",
    "merch_id": "string"
}
🟠400请求有误
🟠401没有权限
🟠404记录不存在
🟠429429
🔴500服务器错误
修改于 2025-07-02 09:44:06
上一页
商户入网申请
下一页
商户入网结果查询
Built with