Community
Transaction Retrieve > Fetch accurate Processing Fees
Hello! 👋
Is enhancedResponse needed for production?
The [3D Secure Lookup API call](https://developers.tabapay.com/reference/3dslookup lists the enhancedResponse query parameter as required, and says that in the Sandbox Environment it provides more details. The query parameter is required in the Sandbox Environment. Is it acceptable to use the parameter for the Production Environment, or is it only intended for the Sandbox?
Sandbox AVS test cards
Are there any sandbox cards to test AVS card query to test error validation for cvv and expiry date errors? Also do we always get AVS networkRC 85 in sandbox? How to get 00 for networkRC?
push to card
does push to card required Address Verification services (AVS) ?
Query Card with AVS expiry date validation
Query Card with AVS validates CVV properly but it doesn't validates expiry date. I tried query card with correct account number, cvv and wrong expiry date but it didn't give any error. I thought we were suppose to get error regarding invalid expiry in networkRC but it has 00 value in all cases. Does Query card with AVS validates expiry date? If yes, where is it represented?
is the address and zip code are required for a push transaction ?
is the address & zip code fields are required for a push to debit transaction ?
Query card Push/Pull reponse
Does the push and pull enabled response from query card api actually represent if the customer is eligibile for push and pull transactions? Will there be a scenario when pull enabled is true but the pull transaction being failed? If yes, what scenario?
Purchase-Reversal on the csv file
The entries for purchase-reversal always come with “Source” = “Settlement” ?
Transaction Successful, but upstream processing was delayed
Hello 👋,
3-D Secure browser info from mobile app
The 3-D Secure lookup API requires a browser
object. We're processing in a mobile app and not within a browser. We're using the Cardinal Mobile SDK to perform the device data collection, but it does not appear to return data that can be used to populate the browser
object. Is the expectation that we should create a browser
object with only the deviceChannel
field (set to SDK
)?