国际站信保订单TT账号查询
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
e_trade_id | String | 必须 | 12345643 | 订单号 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
value | TradeEcologyCashierTtView | {} | 对象 |
|
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaOrderTradeTtGetRequest req = new AlibabaOrderTradeTtGetRequest(); req.setETradeId( "12345643" ); AlibabaOrderTradeTtGetResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | < alibaba_order_trade_tt_get_response > < value > < pay_amount > < amount >12.00</ amount > < currency >USD</ currency > </ pay_amount > < default_tt_account > < beneficiary_account_no >1029200038060</ beneficiary_account_no > < bank_code >006</ bank_code > < beneficiary_bank >Citibank,N.A.,Hong Kong Branch</ beneficiary_bank > < destination >Hong Kong, China</ destination > < beneficiary_bank_address >Citibank Tower,Citibank Plaza,3 Garden Road,Central,Hong Kong</ beneficiary_bank_address > < beneficiary_address >26/F TOWER ONE TIME SQUARE 1 MATHESON STREET CAUSEWAY BAY HK</ beneficiary_address > < payment_transaction_fee >USD 40.00 (estimated)</ payment_transaction_fee > < branch_code >391</ branch_code > < beneficiary_name >testcompanyEn</ beneficiary_name > < currency >USD</ currency > < beneficiary_bank_swift_code >CITIHKHXXXX or CITIHKHX</ beneficiary_bank_swift_code > < estimated_payment_receipt >3-7 business days</ estimated_payment_receipt > </ default_tt_account > < us_tt_account > < beneficiary_account_no >1029200038060</ beneficiary_account_no > < bank_code >006</ bank_code > < beneficiary_bank >Citibank,N.A.,Hong Kong Branch</ beneficiary_bank > < destination >Hong Kong, China</ destination > < beneficiary_bank_address >Citibank Tower,Citibank Plaza,3 Garden Road,Central,Hong Kong</ beneficiary_bank_address > < beneficiary_address >26/F TOWER ONE TIME SQUARE 1 MATHESON STREET CAUSEWAY BAY HK</ beneficiary_address > < payment_transaction_fee >USD 40.00 (estimated)</ payment_transaction_fee > < branch_code >391</ branch_code > < beneficiary_name >testcompanyEn</ beneficiary_name > < currency >USD</ currency > < beneficiary_bank_swift_code >CITIHKHXXXX or CITIHKHX</ beneficiary_bank_swift_code > < estimated_payment_receipt >3-7 business days</ estimated_payment_receipt > < aba_no >IAT</ aba_no > < ach_payment_code >031100209</ ach_payment_code > </ us_tt_account > < guide_content >demo</ guide_content > < remark >Please include the order number 123432</ remark > </ value > </ alibaba_order_trade_tt_get_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|