测试环境商家账户是用来进行支付业务体验的账号,交易中产生的一切信息均为生产环境数据,由于体验业务特点,不会产生清算资金划拔,所以使用测试商家账号时请务必使用小额支付(建议:小于0.1元)。
{ "messageType": "string", "termTermcode": "string", "orderId": "string", "clientCode": "string", "pepDate": "string", "version": "string", "MAC": "string" }
curl --location --request POST 'https://mtest.eycard.cn:4443/AG_MerchantManagementSystem_Core/agent/api/gen?version=&messageType=QUERYTRADE&termTermcode=30000656&orderId=21070214511280199908&clientCode=88888888&pepDate=20230214&MAC=1C536401977D301DDF4021D8CA4F17AC' \ --header 'Content-Type: application/json' \ --data-raw '{ "messageType": "string", "termTermcode": "string", "orderId": "string", "clientCode": "string", "pepDate": "string", "version": "string", "MAC": "string" }'
{ "messageType": "QUERYTRADE", "clientCode": "88888888", "retCode": "6052", "retMsg": "交易记录不存在", "version": "1.0", "MAC": "1B2FEED01113F19947F583C5D6B9F3D0" }