Stripe Secret and Publishable key validation

走远了吗. 提交于 2021-01-29 04:59:00

问题


Is there any validation like length of key or any else for secret key and publishable key in Stripe account.

I want in Php, jQuery, javascript.


回答1:


Stripe secret API keys start with either sk_live_ (for live keys) or sk_test_ (for test keys).

Similarly, Stripe publishable API keys start with pk_live_ or pk_test_.



来源:https://stackoverflow.com/questions/33407871/stripe-secret-and-publishable-key-validation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!