Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripe Integration With CRM

  1. Register an account on Stripe
  2. Create a payment page with a credit card
  3. Stripe gives you access to Webhook to perform integration. The webhooks lets you choose triggers to fire your webhook when an action (payment) is performed.
  4. Create an Azure function that accepts this json when a webhook is fired.
  5. Parson the JSON file in your Azure function and create/update invoices in CRM

Rough Architecture:

StripeIntegrationWithCRMArchitecture

Azure function receives the JSON from Stripe:

AzureFunction_StripePayment

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages