代付模拟

请求地址

环境名称
URL

SandBox

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

请求参数

请求头

Key
Value

Content-Type

application/json

请求体

变量名
必填
类型
描述

countryId

String

国家编号 参照:字典表-国家编号 巴西,BRA

supefinaOrderId

String

Supefina订单号

payProduct

String

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

请求示例{

{
    "countryId": "BRA",
    "supefinaOrderId": "20240303000101021f693f67bf64a",
    "payProduct": "24"
}

响应参数

变量名
字段名
类型
描述

code

响应编码

String

  • 200:成功

  • 500:失败

msg

响应信息

String

响应示例

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

最后更新于