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
Is there a way to use this app with payment nonce (dataValueDescriptor) retrieved by accept.js? That seems like the most logic way instead of passing sensitive information like credit card from frontend to backend via network.
I am using accept.js to validate credit card information on the frontend, auth.net returns DataValueDescriptor which lets me use it to charge the card within 15 minutes. I pass the DataValueDescriptor on form submission to the backend (instead of CC information) and ready to charge the card. How do I do that?
Is there a way to use this app with payment nonce (
dataValueDescriptor
) retrieved by accept.js? That seems like the most logic way instead of passing sensitive information like credit card from frontend to backend via network.I am using accept.js to validate credit card information on the frontend, auth.net returns
DataValueDescriptor
which lets me use it to charge the card within 15 minutes. I pass theDataValueDescriptor
on form submission to the backend (instead of CC information) and ready to charge the card. How do I do that?Reference:
https://developer.authorize.net/api/reference/features/acceptjs.html#response-handling
The text was updated successfully, but these errors were encountered: