问题
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