#sarah-node-search
1 messages · Page 1 of 1 (latest)
sarah-node-search
@dry trellis https://stripe.com/docs/api/customers/search?lang=node is our API reference with all you need. Make sure you are on a recent version of stripe-node
const customer = await stripe.customers.search({
query: metadata['MongoUID']:'${user.id}'
});
Is this the correct way to interpolate the search query?