代付模拟

请求地址

环境名称
URL

SandBox

POST http://39.101.1.175:8900/api/supefina/transactions/sandbox/callback/payout

请求参数

请求头

Key
Value

Content-Type

application/json

请求体

变量名
字段名
必填
类型
描述
示例值

countryId

国家编号

String

  • 智利

  • CHL

supefinaOrderId

Supefina订单号

String

payProduct

模拟支付时使用的支付产品

String

  • supefina代付:12

  • 12

请求示例{

{
    "countryId": "CHL",
    "supefinaOrderId": "20240303000101021f693f67bf64a",
    "payProduct": "12"
}

响应参数

变量名
字段名
类型
描述

code

响应编码

String

  • 200:成功

  • 500:失败

msg

响应信息

String

响应示例

{
    "code": "200",
    "msg": "success"
}

最后更新于