#procodecrafter

1 messages · Page 1 of 1 (latest)

shrewd hawkBOT
#

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.

vestal ether
#

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

jade pollen
#

I already tried there

#

But no luck

vestal ether
#

Do you have the ID of the payment intent that you made a successful payment with?

jade pollen
#

Let me check ...i have no idea

#

I am working over it

#

Just hang on

jade pollen
#

Hello

#

Where can i find publishAbleKey

vestal ether
jade pollen
#

Ok

shrewd hawkBOT
jade pollen
#

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?

craggy verge
#

👋 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?

jade pollen
#

Google pay

#

Payment

craggy verge
#

Yes, but where do you see that error? Do you have a screenshot?

jade pollen
#

I am seeinf it as a exception

#

In stripe mobile sdk

craggy verge
#

Did you grab the payment intent ID like pompey asked earlier? Can you copy-paste the exact exception you're getting?

jade pollen
#

I am trying to run the

#

Type script codei

#

It throws api key should be provided in the server

#

Headrr

craggy verge
#

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.

jade pollen
#

Plz check

craggy verge
#

You're geting this code from yout backend server that's trying to create a payment intent, right?

jade pollen
#

Yes

craggy verge
#

How is your backend code currently setting the secret key (sk_123) ?

jade pollen
#

Yup

#

Already set key inside the environment but still no luck

craggy verge
#

Can you show me how your code is setting it with the key redacted?

jade pollen
craggy verge
#

Have you actually logged the secret key (after pulling it from the environment variables) to confirm it's correct?

jade pollen
#

Yes

craggy verge