#muhammadawais
1 messages · Page 1 of 1 (latest)
Hello muhammadawais, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• muhammad-paymentintent-returnurl, 1 day ago, 11 messages
• muhammadawais, 1 day ago, 7 messages
You can't, that's a dashboard feature
If a payment intent is tied to an Invoice, the invoice property will have that invoice id: https://stripe.com/docs/api/payment_intents/object#payment_intent_object-invoice
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you can't "set" this, its determined by how the payment intent was created (directly vs by an invoice)
What's the diff between invoice id and number?
And sorry I forgot its the invoice id. I was confusing it with invoice id field used in our system
If we set a custome field in metadata, we can search with that field correct?
the id is a unique object id for that invoice, the number is a customer facing number you have some control over
Yes, metadata is generally a supported field for the search api: https://stripe.com/docs/search#query-fields-for-payment-intents
I was asking if we can search a payment from stripe dashboard using a field set in metadata?