Skip to content

ob-stripe/example-stripe-php-ideal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripe iDEAL PHP example

This is a simple example project illustrating how to implement Stripe's iDEAL payment method to accept iDEAL payments with a PHP backend.

Use with Heroku

Deploy the project on your Heroku account:

Deploy

When deploying, you'll be prompted for your publishable and secret API keys (you can find both of these in the API keys tab of your account settings).

Once the app is running on Heroku, head back to your webhooks settings and add a test webhook endpoint with your app's URL followed by /webhooks.php. E.g. if the URL of the Heroku app is https://thawing-crag-63114.herokuapp.com, set the endpoint's URL to be https://thawing-crag-63114.herokuapp.com/webhooks.php. The webhook must be set to receive at least source.chargeable events.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published