#resolveai
1 messages · Page 1 of 1 (latest)
metadata
Yep metadata is the way to go
yea i know
but how can i check how many people etc
You can list all PaymentIntents and look at the metadata, no?
how
in python
To List PaymentIntents: https://stripe.com/docs/api/payment_intents/list
To Search PaymentIntent by metadata: https://stripe.com/docs/api/payment_intents/search
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.