You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the file CreditResponse.java, package com.global.api.terminals.pax.responses; (Looks like it only parsing the response objects if deviceresponseCode.equals("000000")). What's the reason for it only map the CreditResponse when its approved? Will it not map it if its a partially approval or declined? I mean even if its declined I guess we still need to know like the card number, entry method, etc?
The text was updated successfully, but these errors were encountered:
nuynait
changed the title
Partially Approval for PAX Devices
Partially Approval Didn't Parse CreditResponse for PAX Devices
Apr 17, 2024
Looking at the file
CreditResponse.java, package com.global.api.terminals.pax.responses;
(Looks like it only parsing the response objects ifdeviceresponseCode.equals("000000")
). What's the reason for it only map theCreditResponse
when its approved? Will it not map it if its a partially approval or declined? I mean even if its declined I guess we still need to know like the card number, entry method, etc?The text was updated successfully, but these errors were encountered: