#rinaldohack-price

1 messages · Page 1 of 1 (latest)

fresh briar
#

hi! it means you used a live mode key but your code is using a Price ID you created in test mode.

neon bolt
#

I copied the test key from the example

#

\Stripe\Stripe::setApiKey('sk_test_51KjIyUFrRMKMLTuM5xxxxxxxx');

#

the products are also in test mode

#

where do I miss?

#

nvm the server actually being stupid and didn't accept my upload in time -,-

fresh briar
#

somewhere in your code you are using a livemode key despite what you thnk

neon bolt
#

okay, now how do I redirect to stripe to the customer to do the transaction instead?

#

I want stripe to accept the card number and stuff (not on my website)

fresh briar
#

you'd use the Low Code tab of the guide you linked above as that integrates with our Checkout hosted page

neon bolt
#

damn how do I miss the 303 redirect lol

#

thanks!