corsair.stripe.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.
New to Corsair? See database operations, data synchronization, and multi-tenancy.
Balance
Path:stripe.db.balance.search
Searchable filters
Every
.search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.
Charges
Path:stripe.db.charges.search
Searchable filters
Every
.search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.
Coupons
Path:stripe.db.coupons.search
Searchable filters
Every
.search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.
Customers
Path:stripe.db.customers.search
Searchable filters
Every
.search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.
Payment Intents
Path:stripe.db.paymentIntents.search
Searchable filters
Every
.search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.
Prices
Path:stripe.db.prices.search
Searchable filters
Every
.search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.
Sources
Path:stripe.db.sources.search
Searchable filters
Every
.search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.