#procodecrafter
1 messages · Page 1 of 1 (latest)
Hello! 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.
- procodecrafter, 4 hours ago, 6 messages
- procodecrafter, 7 hours ago, 36 messages
- procodecrafter, 1 day ago, 18 messages
- procodecrafter, 1 day ago, 21 messages
- procodecrafter, 2 days ago, 12 messages
- procodecrafter, 2 days ago, 5 messages
and 3 more
Your dashboard will have a record of it:
https://dashboard.stripe.com/payments
https://dashboard.stripe.com/test/payments
API-wise you can list your successful payment intents
https://stripe.com/docs/api/payment_intents/list
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Do you have the ID of the payment intent that you made a successful payment with?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Ok
I recieved invalid payment intent
What shouldd be passed
What is a merchant identifier and where can i get thus
@craggy verge
@shrewd hawk
Is there any one?
👋 Sorry I'm catching up - give me a minute
I recieved invalid payment intent -> Where are you seeing this? Is it an error you're seeing on the dashboard? In your console logs?
Yes, but where do you see that error? Do you have a screenshot?
Did you grab the payment intent ID like pompey asked earlier? Can you copy-paste the exact exception you're getting?
I am trying to run the
Type script codei
It throws api key should be provided in the server
Headrr
Again, can you show me the exact exception you're getting? Right now you're giving me a lot of general information, but it's going to be way more productive for you to give me details - things like the code that's throwing the error, the specific exception, etc.
You're geting this code from yout backend server that's trying to create a payment intent, right?
Yes
How is your backend code currently setting the secret key (sk_123) ?
Can you show me how your code is setting it with the key redacted?
Have you actually logged the secret key (after pulling it from the environment variables) to confirm it's correct?
Yes
Can you give me your exact code showing me how you're doing that? Are you logging it right before you initialize stripe (like here: https://github.com/flutter-stripe/flutter_stripe/blob/main/example/server/src/index.ts#L118)