#m.x.m_

1 messages · Page 1 of 1 (latest)

undone umbraBOT
#

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.

nimble root
#

what's the payment intent ID?

velvet raven
#

No I know I think

#

I create a intent everytime the customer goes to the specific page but There only can e a list of 10 I think in stripe so I now only create a new paymentintent to the customer when he doesnt already have 1 that is not succeeded

#

But how can I display more than 10 payment intents

nimble root
#

You can see up to 20 payments in the Dashboard payment page, if you want to view more, click the "Next" button

velvet raven
#

No when I request It through the API

#

the paymentIntents linked to a customer id

#

I can see only 10

nimble root
#

What APi?

velvet raven
#
res = (await stripe.paymentIntents.list({
            customer: user.customer
        })).data
#

This is the way I request the paymentIntents linked to a customerId

#

Only the last 10 will be displayed

#

It will only display the last payment intent because the other does not include by the last 10

nimble root
#

this explains why it returns 10 items only