Skip to content

MehmetKaplan/tamed-stripe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripe registration

  1. Generate your account and get your publishable key and secret key from here.
  2. Make sure you have correct icon, logo, business name, etc from https://dashboard.stripe.com/settings/connect
  3. Configure your webhook events from following links
    • Production: https://dashboard.stripe.com/webhooks
    • Test: https://dashboard.stripe.com/test/webhooks
    • Scope for both:
      • Account webhook
         subscription_schedule.updated
         invoice.paid
         payout.failed
         payout.paid
         checkout.session.async_payment_failed
         checkout.session.async_payment_succeeded
         checkout.session.completed
         checkout.session.expired
         payment_intent.succeeded
         account.updated
        
      • Connect webhook
         account.updated
        
  4. Before production, you'll need your Stripe account to be approved. You can do this by following this link.

Sub libraries

License

The license is MIT and full text here.

Used Modules

  • stripe license here
  • fetch-lean license here
  • tamed-pg license here
  • tick-log license here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published