#crabzzzzz_79515
1 messages · Page 1 of 1 (latest)
Hello
You need to use Stripe Checkout or Elements to safely collect card details here.
good morning bimarck
Our basic integration guide is here: https://stripe.com/docs/payments/accept-a-payment
I have not used delphi, no.
It seems, there is no logical way with delphi and stripe. If I can submit a request. It would be to create a compoent that would create tokens for delphi. This way we could create tokens or payments and then send them. As a side note. Is there a way to send to strip the intent customer secret, and then get back a link to the payment page? If so I might be able to imbed a browser in the app to open the payment page?
Yeah you could use Stripe Checkout for that with an embedded form: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=embedded-checkout
That seems to return an stripe element instead of a link?
Well you can either embed that hosted UI in your frontend, or if you use the non-embedded Stripe Checkout (https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout) then it will just give you a link