| RETURN PARAMETER DESCRIPTION |
Output:
Returned if no unreconciled charges exist for the specified user
in file 440.6
Successful Completion: array of caret-delimited charge data from
file 440.6 in format:
DSSORET(n)= piece 1 ^ piece 2 ^ piece 3 ^ piece 4 ^ piece 5
^-piece 1: 440.6 IEN
^-piece 2: TRANSACTION DATE (file 440.6 field #6)
^-piece 3: AMOUNT (file 440.6 field #13)
^-piece 4: MERCHANT NAME (file 440.6 field #31)
Error Message format: "-1^"_error message
^-piece 5: CREDIT CARD NUMBER (file 440.6 field #3) -
last 4 digits
If the end of the data for this user was not reached, a final node
formatted as follows is returned:
"$$MORE$$^File 440.6 IEN" where File 440.6 IEN is to be passed
into the next call of this RPC until all data has been
processed.
When the end of the data for the specified user has been reached,
this node is returned whether data is returned or not on the last
call:
"-1^User is required."
"1^COMPLETE"
"-1^Invalid User"
"-1^Unknown error occurred"
"-1^DSSOROH1-NULLVPO 440.6 IEN "_ien_ "-"_FileMan error text
Warning Message format: "0^"_warning message
"0^No Credit Card Transactions with Null VPO found for this user."
|