createTradeOrder需要签名验签
入参
requestId String REQUIRED
针对本次创建订单请求,由集成商指定的唯一请求号。
更多信息:
- 最大长度:64 字符
totalAmount Amount REQUIRED
订单总金额。
更多信息:
- 值范围: 0 - 1000000000 USD
orderProductType String REQUIRED
订单类型。可取值范围:
-
PRODUCT_INFO
:产品类型
productList Array<Product> REQUIRED
产品信息。
sellerInfo Participant REQUIRED
卖家信息。
buyerInfo Participant REQUIRED
买家信息。
paymentTerm PaymentTerm REQUIRED
交易条款信息。
shippingTerm ShippingTerm REQUIRED
物流条款信息。
payResultNotifyUrl String REQUIRED
支付结果通知地址。
orderResultNotifyUrl String REQUIRED
订单扫描拒绝通知地址。
deliveryResultNotifyUrl String REQUIRED
发货审核结果通知地址。
memo String
附言。
该字段不支持以下特殊字符:
:
和 /
出参
result Result REQUIRED
代表接口调用结果。
tradeId String REQUIRED
WorldTrade系统生成的订单ID。
此字段只有当 result.resultStatus = S
时才会按需返回。
更多信息:
- 最大长度:64 字符
orderLink String REQUIRED
WolrdTrade返回给买家的订单链接信息。
此字段只有当 result.resultStatus = S
时才会按需返回。
orderPaymentLink String REQUIRED
WolrdTrade返回给买家的订单支付链接信息。
此字段只有当 result.resultStatus = S
时才会按需返回。
请求
响应
响应处理
集成商调用接口后,万里汇返回集成商API调用结果。result.resultStatus 字段取值范围为:
result.resultCode:系统结果码
结果码 | 值 | 结果码信息 | 行动建议 |
---|---|---|---|
SUCCESS | S | Success | |
PROCESS_FAIL | F | A general business failure occurred. Do Not retry. | 需要人工介入,联系万里汇技术支持以解决此问题 |
PARAM_ILLEGAL | F | Illegal parameters exist. For example, a non-numeric input, or an invalid date. | 确认请求正确加签 |
INVALID_SIGNATURE | F | The signature is invalid. | 确认请求正确加签 |
REPEAT_REQ_INCONSISTENT | F | Repeated requests are inconsistent. | 重试请求不一致,需保证所有请求参数均相同 |
UNKNOWN_EXCEPTION | U | API failed due to unknown reason. | 服务器错误,若稍后重试问题依旧,联系万里汇技术支持以解决问题 |
FILE_SIZE_EXCEED_LIMIT | F | The file size has exceeded the limit. | 文件大小需在允许范围内 |
CONTRACT_CHECK_FAIL | F | The contract check has failed. | 检查合约状态后重试 |
result.resultCode:业务结果码
结果码 | 值 | 结果码信息 | 行动建议 |
---|---|---|---|
PARAM_ILLEGAL | F | Illegal parameters exist. For example, a non-numeric input, or an invalid date. | 请检查参数后重试 |
SYSTEM_EXCEPTION | F | System exception. | 需要人工介入,联系WorldTrade客户服务经理以解决此问题 |
USER_INFO_ERROR | F | The user information is incorrect. | 确认买家及卖家相关信息无误后重试 |
WRONG_DELIVERY_ORIGIN | F | The delivery origin value is incorrect. | 确认shippingTerm.deliveryOrigin 参数传值正确后重试 |
ORDER_REJECTED | F | The order is rejected due to security concerns. | 需要人工介入,联系WorldTrade客户服务经理以解决此问题 |
AMOUNT_ERROR | F | Incorrect order amount. | 请修改订单相关金额后重试 |
EMAIL_ERROR | F | The seller's email and buyer's email cannot be identical . | 使用不同的买家及卖家邮箱后重试 |
UNSUPPORTED_BUYER_EMAIL | F | The buyer's email is not supported. | 需要人工介入,联系WorldTrade客户服务经理以解决此问题 |
REPEATED_REQUEST | F | Repeated request. | 幂等请求,无需重试 |
FILE_NOT_EXIST | F | The file does not exist. | 使用正确的文件信息后重试 |
DELIVERY_COUNTRY_ERROR | F | The country of shipment is wrong. | 修改发货相关参数后重试 |
SELLER_COUNTRY_ERROR | F | The seller's country is wrong | 确认sellerInfo.companyAddress.countryCode 参数传值正确后重试 |