代付提单
JSON
POST /api/order/withdraw/create
Request Body
Name
Type
Description
merchant_id*
String
商户编号id
order_id*
String
商户订单号,订单唯一
amount*
Long
订单金额,单位(分)
withdraw_type*
String
默认:1
notify_url*
String
商户接受回调通知地址
name*
String
姓名
phone*
String
手机号
email*
String
邮箱
bank_code*
String
根据账号填写 "Nequi" 或 "Bancolombia"
currency*
String
COP
sign*
String
验签值
account*
String
Nequi收款账号或Bancolombia账号
identity_card_num*
String
证件号
{
"code": 200,
"data": {
"amount": 20000,
"fee": 1950,
"id": 679128,
"merchant_id": "202366100",
"order_id": "2023660160001"
},
"message": "SUCCESS"
}Last updated