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
The form with the card details appears without problems and is also submitted, but the callback is never executed, so I have no information about the result of the HPP form submission. I need to do actions inside that callback, based on the call result.
The text was updated successfully, but these errors were encountered:
So unfortunately card details are still not being returned if the Realex
library is initialized with the sandbox url. (
*RealexHpp.setHppUrl(GLOBAL_PAYMENTS_API)* )
I've noticed that the problem has nothing to do with the *globalpayments-api
*library that we use on the backend, as it works as expected, even in that
library is configured in sandbox mode.
This is the data that we pass to the Realex library to initialize the HPP
form.
We want to store cards without charging them.
Could there be something wrong with this data?
[image: Screenshot 2024-01-15 at 11.47.18.png]
Thank you,
Darius
I am using embedded iframe like this, similar to the example.
The form with the card details appears without problems and is also submitted, but the callback is never executed, so I have no information about the result of the HPP form submission. I need to do actions inside that callback, based on the call result.
The text was updated successfully, but these errors were encountered: