Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST /electronic/receipt/query
out_trade_no
receipt_no
merchant_code
{ "merchant_code": "226801000000865319122", "out_trade_no": "ea51203e1a0146d7954b39ac88aecaf7", "receipt_no": "202309120303723529" }
pdf_download_url
{ "pdf_download_url": "" }
XftMybankClient client = new DefaultXftMybankClient( "https://xhj-sit.91xft.cn", "111111111111", "xvnYAUWB00jEdIrkdrt5CtQQNB1x4Jhl"); XftElectronicReceiptQueryRequest request = new XftElectronicReceiptQueryRequest(); request.setOutTradeNo("ea51203e1a0146d7954b39ac88aecaf7"); request.setReceiptNo("202309120303723529"); request.setMerchantCode("226801000000865319122"); XftElectronicReceiptQueryResponse response = client.execute(request);