1
votes

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

1 Answers

1
votes

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_.