#jamie_97274
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- jamie_97274, 2 hours ago, 25 messages
You could use this flow then: https://stripe.com/docs/payments/accept-a-payment-deferred
I see, so no way to add the statement descriptor at another date post creation of the payment intent
Why do you need to do it after creation?
In the above flow, you collect payment details before creation
I get what you're saying but our whole flow is based on the clientSecret in the stripe elements, so we are creating the payment intent at that stage
we update the payment intent afterwards with metadata and customer
it seems the statement_descriptor is not able to be added at that point, but to throw our whole flow around is not great for us
Ok
Well you could do separate capture so that your payment intent will be in a requires_capture status after they submit payment info
And you'll be able to set statement descriptor
Can you link some docs related to this separate capture or clarify? I am not 100% sure what you mean by that
Ah thanks, sadly that is not an option for us, we use iDeal
Ah then there's not really another way
Not without changing your flow up a bit