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
If status is not 200 is not actually an error, in docs of Banorte you can find status codes
200 - enrolled or passthrough
if is 200 you need to check ECI flag and XID CAVV presence.
for example
1.sometimes bancomer can return 'null' in both fields, this transaction will not be protected by 3DS
some cards may passthrough (HSBC Debit) , it will return you Status 200 but XID and CAVV will not be sent
201 - system down
423 - client did not autenticate
Also you know what i did in order to hide a bit the initial form - you can submit form to 3dsecure with curl and output result, the rest of 3d secure will be loaded with JS and there's no problem. Also Banorte has a Hosted API which is weird :)
The text was updated successfully, but these errors were encountered:
The intention of this example is to process any transaction (enrolled or not). As this is an example only for process the user implmenenting it shold manage the errors according to the manual.
BTW. Never tried to submit the form with CURL but sounds interesting, I'll try it.
Hi there. You have few errors here
200 - enrolled or passthrough
for example
1.sometimes bancomer can return 'null' in both fields, this transaction will not be protected by 3DS
201 - system down
423 - client did not autenticate
Also you know what i did in order to hide a bit the initial form - you can submit form to 3dsecure with curl and output result, the rest of 3d secure will be loaded with JS and there's no problem. Also Banorte has a Hosted API which is weird :)
The text was updated successfully, but these errors were encountered: