#lucasgerroir-search-payment-intents

1 messages · Page 1 of 1 (latest)

signal rose
#

Does the first page have the page field included in it's returned results?

abstract plank
#

only has has_more and next_page

#

data: [],
has_more: true,
next_page: "WzE2NTU0NzQxMDYuMDc2Njc1Ml0=",
object: "search_result",
url: "/v1/payment_intents/search",

signal rose
#

Just tested on my end. I think the only option to get the other page is to make the API request again

abstract plank
#

using the previous page cursor?