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
Hi @azazellj - you can solve this without adding it on the Stripe side by passing this data to your callback, or storing it in a centralized place that it has access to.
We can't pass the PaymentIntent because not all integrations use Payment Intents, and some integrations don't provide us the Payment Intent in this flow.
Is your feature request related to a problem? Please describe.
When payment is initialized, PaymentIntent is not passed to the callback, I must do API call to retrieve needed data.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
I'm doing an external payment and I must pass amount & currency into it.
The text was updated successfully, but these errors were encountered: