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
Is your feature request related to a problem? Please describe.
Stripe for India require: name, billing address, shipping address or description in paymentIntent
Describe the solution you'd like
Can be define it in init plugin. Example
Describe alternatives you've considered
I had fork payment plugin and hard in code.
So if I understand correctly, we need to be able to:
Customize the API call to Stripe which creates the customer to include additional fields
Customize the API call to Stripe which creates the payment intent to include additional fields.
I propose that we expose this functionality in a similar way to how metadata is handled: you can provide a custom function which returns the extra fields to be added. This can be an async function so you can look up any other data you need.
Is your feature request related to a problem? Please describe.
Stripe for India require: name, billing address, shipping address or description in paymentIntent
Describe the solution you'd like
Can be define it in init plugin. Example
Describe alternatives you've considered
I had fork payment plugin and hard in code.
Additional context
Document here: https://stripe.com/docs/india-accept-international-payments
"@vendure/core": "^2.0.6"
The text was updated successfully, but these errors were encountered: