Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

crazymonster's avatar

Braintree project - stripe response?

I have installed Braintree project, but when i tried to validate any account i have followed message:

No API key provided. (HINT: set your API key using "Stripe::setApiKey(<API-KEY>)". You can generate API keys from the Stripe web interface. See https://stripe.com/api for details, or email support@stripe.com if you have any questions.

What is the problem here? My composer file is including cachier for braintree... I'm using useBraintree()? I can't develop the problem?

Thank you for your time.

0 likes
3 replies
Spoowy's avatar

This issue can be resolved by removing

"laravel/cashier": "~7.0"

from your package dependencies, and using

"laravel/cashier-braintree": "^2.0"

instead (not as well).

Please or to participate in this conversation.