#walled-save-card
1 messages · Page 1 of 1 (latest)
hello, where are you seeing the saved card appear/not appear? On Stripe Dashboard? somewhere else?
on my custom form
well then that depends on how your custom form is polling the API to fetch the new card. Let's talk in API terms, what requests is your custom form making to fetch the new saved card?
paymentService List method
can you share lots of logs?
like what I'm looking for is:
the PaymentIntent ID of a payment succeeding
request IDs for when you list payment methods
logged out results for which PaymentMethods you see in those list() calls
sure