#Codex

1 messages · Page 1 of 1 (latest)

half parcelBOT
rustic ridge
#

Sorry, I thought I saw a reference to the Payment Element in your message, but am not seeing it now. Are you working with the Payment Element in your integration?

vagrant kernel
#

Yes Payment Element (supporting Cards, Apple Pay, etc)

#

Ahh so technically right now we can't do it. But may be available in the future

rustic ridge
#

Correct. The tricky part of that flow is making sure the frontend can still handle any customer authentication actions that are required, which is typically part of the confirmation step so it can't be completed from backend code since the customer isn't present there.

If you wanted something similar now, the flow would be to use a Setup Intent with the Payment Element to collect Payment Method details. Then you could create a Payment Intent that uses the Payment Method created by the Setup Intent. There is a possible caveat if the customer's bank requires authentication on for the Payment Intent, in which cause the confirmation would need to be attempted again from frontend code.

vagrant kernel
#

I see, thank you. That was very helpful, and it''ll be more clearer for our integration

#

Have a great day!