业务类型
概述
关于业务类型的重要性与作用
-
明确业务流程
业务类型是系统用来识别、分类和追踪交易场景的关键字段。每一笔收款都会携带一个业务类型,用于标识该笔交易属于哪种业务流程。 -
优化通道路由选择
按业务类型挑选更合适的收款通道,显著提升通过率与经营效率。
Endpoint
Sandbox
POST https://preapi.futurepay-develop.com/api/v1/reference/va-business-type-listProduction
POST https://api.futurepay.global/api/v1/reference/va-business-type-listRequest Parameters
None
Request Example
{}Response
| Field | Type | Description |
|---|---|---|
| businessTypeId | integer | Business type ID |
| name | string | Business type name |
Business types are grouped by category in the response.
Response Example
{
"code": "0",
"msg": "succeeded",
"serverTime": 1761819143023,
"success": true,
"data": {
"B2B贸易": [
{
"businessTypeId": 188,
"name": "服务贸易-其他"
},
{
"businessTypeId": 187,
"name": "服务贸易-佣金"
}
],
"Electronic business platform": [
{
"businessTypeId": 125,
"name": "Amazon"
}
],
"Independent station": [
{
"businessTypeId": 120,
"name": "Shopify自建站"
},
{
"businessTypeId": 10000003,
"name": "Stripe"
}
]
}
}Updated 14 days ago
Did this page help you?