#Max4637 - requests
1 messages · Page 1 of 1 (latest)
Can you expand on your question a bit more? Are you asking about how to switch from the test environment to live to take payments from really users
And what are you expecting to see in your bank account?
I am doing live payments. Should I use my PK or SK in cart.component.ts
?
My card that I paid with from my website was successful through the Developer API, but it does not show in my bank. I created a website using Angular and Node.JS
SK = secret key
Thanks for the clarification. So those charges moved money in to your account balance, to get the money in your bank account you will need to set up a payout https://stripe.com/docs/payouts
Thank you. I will try that
Also I removed your screenshot because it had your live secret keys in it. I would recommend rolling your API keys to replace the current ones in your app https://stripe.com/docs/keys#rolling-keys
Your screenshot was helpful but next time it will be better to redact them from your screenshot before sending. This server is public so if someone grabbed that image, they could make API calls as your account
Thank you for doing that. I will roll my secret key again
Also, where would I put my secret key in the Angular or Node.JS code?
Would it be the same location the pk_test code was in?
Secret key goes on your server so in the Node.js part. Publishable key is used client-side in Angular. How/where to store the keys is really up to you and your infrastructure
I see. Does that mean I should create a server.JS?
Not really, I mean it means you're already supposed to have an entire server as the developer building a website
You might want to hire a freelancer to help you build of this if you're new to it
I am new to Stripe
I don’t know where to hire one
If you have sources you could give me to hire on that would be great
I have my website developed though
I don't have specific resources to hire a freelancer sorry, you'd have to search online