#harshitbhargava
1 messages · Page 1 of 1 (latest)
You can use the search API:
https://stripe.com/docs/api/payment_intents/search
and search by metadata:
https://stripe.com/docs/search#query-fields-for-payment-intents
Actually in metadata key name is “name” and value us separated by comma that us Jack, mark
Now i want to search on the basis of jack only
So in input field i will give only jack
You can use the substring operator ~
https://stripe.com/docs/search#search-syntax
Ah sorry, I missed that, metadata is token actually and only match operator is supported
So we cant search like that?
for metadata no, unfortunately.