cashier【支付服务】

 

请求 URL(Request URL)

 
 
 

请求参数(Request Params)

 
字段名
Field Name
是否必填
Required
描述
Descriptions
merNo 是(Y)
商户编号
【Merchant number】
billNo 是(Y)
商户的唯一订单 ID
【Merchant's unique order ID】
currency 是(Y)
订单货币,大写形式,如:USD
【Order currency in upper case. ex:USD】
amount 是(Y)
浮点数,保留两位小数,如:10.01
【Float 2 Ex:10.01】
returnUrl 是(Y)
支付成功后的重定向 URL
【The URL to redirect to when the payment is successful.】
notifyUrl 是(Y)
订单通知 URL,必须以 http 或 https 开头
【The URL for order notification, can only start with http or https.】
productInfo 是(Y)
商品信息,示例:[{"sku":"123456789","name":"MacBook Pro","price":"11000.00","quantity":"2"},{"sku":"987654321","name":"Iphone11","price":"5400.00","quantity":"1"}]
ip 是(Y)
提交订单时客户端设备的 IP
【IP of the client device when submit the order】
tradeUrl 否(N) -
firstName 是(Y) -
lastName 是(Y) -
email 是(Y) -
phone 是(Y) -
country 是(Y) -
state 是(Y) -
city 是(Y) -
address 是(Y) -
zipCode 是(Y) -
shipping_last_name 否(N) -
shipping_first_name 否(N) -
shipping_email 否(N) -
shipping_phone 否(N) -
shipping_country 否(N) -
shipping_city 否(N) -
shipping_address 否(N) -
shipping_zip_code 否(N) -
dataTime 是(Y)
日期时间格式为 YmdHis,如:20220118182223
【YmdHis ex:20220118182223】
md5Info 是(Y)
签名
【signature】

 

响应参数(Response Params)

 

字段名
Field Name
是否必填
Required
描述
Descriptions
merNo 是(Y)
商户编号
【Merchant number】
status 是(Y)
API 请求状态,如 P0001、P0002、Q0001
【status of the API request,P0001,P0002,Q0001】
orderNo 是(Y)
系统生成的唯一 ID
【unique id generated by system】
amount 是(Y)
浮点数,保留两位小数,如:10.01
【float 2 ex:10.01】
currency 是(Y)
订单货币,大写形式,如:USD
【order currency in upper case. ex:USD】
billNo 是(Y)
商户的唯一订单 ID
【Merchant's unique order ID】
info 是(Y)
返回消息
【return message】
cashierUrl 是(Y)
收银台页面 URL
【cashier page url】
billAddr 是(Y)
描述信息
【Descriptor】
dataTime 是(Y)
日期时间格式为 YmdHis,如:20220118182223
【YmdHis ex:20220118182223】
md5Info 是(Y)
签名
【signature】

 

 

 


上次更新时间:5月14日
一切内容解释权贵Tranxplay所有