代付提单

sign签名使用了更加安全的 RSA进行加密,请注意区别

JSON

POST /api/order/withdraw/create/v2

Request Body

Name
Type
Description
是否参与签名

merchant_id*

String

商户编号id

参与

order_id*

String

商户订单号,订单唯一

参与

amount*

Long

订单金额,单位(分)

参与

withdraw_type*

String

银行转账:1 UPI转账:2

不参与

notify_url*

String

商户接受回调通知地址

不参与

name*

String

姓名

参与

phone*

String

手机号

不参与

email*

String

邮箱

不参与

bank_code*

String

IFSC,11位(UPI代付可以随便填)

参与

currency*

String

INR

不参与

sign*

String

验签值

不参与

account*

String

银行账号或者UPI账号

参与

{
    "code": 200,
    "data": {
        "amount": 20000,
        "fee": 1950,
        "id": 679128,
        "merchant_id": "202366100",
        "order_id": "2023660160001"
    },
    "message": "SUCCESS"
}

Last updated