#Dooing - Java
1 messages · Page 1 of 1 (latest)
Hi there!
I'm not familiar with Java based frontend. Is the frontend HTML+JavaScript in this case, or something else?
the end result of the frontend is html and javascript yes
but it is generated by server side java code
so using html is possible, but using java that generates html is much probably much nicer
what's your specific question exactly?
ultimately you need to use a form with Javascript and our stripe.js library, that's required. You can't use anything else or have your own inputs for card details or it won't be PCI compliant
my question is, if there is another library then the html/javascript library.
e.g. the java stripe library I am using in the backend already - could that be used somehow for the frontend also?
no
no, since then you would be touching card details yourself and would have to be PCI certified.