Download Response File
Download response file using rspfId from status inquiry.
CRITICAL: Files available for 4 calendar days only. After removal, files cannot be recovered and request must be resubmitted.
Success: Returns file data with Content-Disposition header indicating filename.
Error: Returns URL-encoded error response (rspCode + rspMessage).
Client must detect response type by checking for Content-Disposition header.
Query Parameters
Required4 fields
userIdstringUser login name for ME web system
maxLength=75
userPassstringUser login password for ME web system
format=password · maxLength=32
merchIdstringME merchant number, must be linked to userId in AUS system
maxLength=32
rspfIdstringID of response file to download (from status inquiry response)
pattern=^\d{1,12}$ · maxLength=12
Responses
200
Either response file data (success) or error response (failure)
Either response file data (success) or error response (failure).
Success: Content-Disposition header present with filename. Error: No Content-Disposition header; body contains rspCode and rspMessage.
Example Response
H1100000941000057778 D1VISA4111111111111111 1101VISA4111111111111111 1207NEWEXP 02 T1000001
Code samples
Copy-paste ready code in your preferred language.
API call
Copy/paste friendly
curl -X GET "https://test.merchante-solutions.com/srv/api/ausDownload?userId=ausmerchant&userPass=SecureP%40ss123&merchId=941000057778"