#boldt71
1 messages · Page 1 of 1 (latest)
Hello! Basically you can't do it without a UI component. The alternative is to handle the raw card details yourself, which requires you to be fully PCI compliant and get approval to pass raw PANs to the API, which I do not recommend. Why can't you use a UI component?
The UI is all on the partner's side. The goal is to allow them to allow them to sell our product but still collect payment ourselves directly. I've been resistant to the payment requirement for all the obvious reasons, but it hasn't been my call and I got seduced by the fact that generating the token myself worked in the test environment. Just spitballing, but can I generate a PaymentElement or some other kind of UI component and send it to them for display? Does that even make sense? Thanks for the reply.
You could have a page on your server which displays the Payment Element and then have them show it in an iframe on their site, for example.