代收模拟

请求地址

环境名称
URL

SandBox

POST

http://39.101.1.175:8900/api/supefina/transactions/sandbox/callback/payin

请求参数

请求头

Key
Value

Content-Type

application/json

请求体

变量名
必填
类型
描述

countryId

String

国家编号 参照:字典表-国家编号 智利,CHL

supefinaOrderId

String

Supefina订单号

payProduct

String

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

  • 03:Cash

  • 12:Transfer

  • 21:Card

  • 23:Wallet

  • 05:All-Checkout

请求示例

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

响应参数

变量名
字段名
类型
描述

code

响应编码

String

  • 200:成功

  • 500:失败

msg

响应信息

String

响应示例

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

最后更新于