#mike-charges-legacy
1 messages · Page 1 of 1 (latest)
mike-charges-legacy
@ember swallow only the total. You could use metadata maybe, see https://stripe.com/docs/api/metadata but that's it, otherwise you store it in your own database
Is there a different payment API that also lets you submit order details to Stripe? Should I be using something else?
No there's absolutely no reason to change your API.
I'm sorry, what's unclear in what I explained? charges has been removed, because it wasn't really useful in most cases and caused a lot of extra latency. All the information still exists, you can get to it.
So what exactly is the problem?
I appreciate your response. I'm using the charges API, but you mention it is removed. Is there an alternative API I should use for paying for an order where I could also pass the order items?
The person requesting Stripe is hoping to use the Stripe dashboard to track per-item sales performance.
The Charges API was deprecated back in 2018 when we built the PaymentIntents API. So this is our newer API. See https://stripe.com/docs/payments/accept-a-payment
But it will not support line items either. This is not something we have an API for at the moment