#TBM
1 messages · Page 1 of 1 (latest)
Publishable key is for client/frontend authentication whereas secret key is for server/backend/API authentication
can the publishable key be used for backend?
No, you should use secret key for backend as publishable key has limited functionalities
I remember now, it just come back to me.
do you have a link so that i can refresh my memory even more?
You may refer to this link for more information: https://stripe.com/docs/keys#obtain-api-keys
thanks
No problem! Happy to help 😄
I want to check to make sure stripe is connected to the correct bank how do i do that?
Which bank are you referring to? Do you mean the bank account for payout?
yes. When a customer pays me, i want to know if the money will find its way to the correct bank account.
You can set and check the bank account for payout in the Dashboard: https://dashboard.stripe.com/settings/payouts
thanks.