Automates payment link creation and customer notification:
- Generates a Stripe payment link for $99
- Emails the link to the customer via Resend
Built with LangGraph and Swytchcode.
-
Python 3.9+
-
Swytchcode CLI: install with the verified script for your platform:
npm install -g swytchcode
- Clone the repo:
git clone https://github.com/swytchcodehq/Create-And-Send-Payment-Langgraph.git cd Create-And-Send-Payment-Langgraph - Install dependencies:
pip install -r requirements.txt
- Copy the example env file and fill in your keys:
cp .env.example .env
python main.py| Service | Canonical ID |
|---|---|
| Stripe | prices.price.create |
| Resend | resend.email.create |
| Stripe | stripe.payment_link.create |
Runnable LangGraph + Swytchcode examples:
- Bug-Escalation-Langgraph
- Create-And-Send-Payment-Langgraph
- Customer-Onboarding-Langgraph
- Fintech-Compliance-Langgraph-Demo
- Lead-Qualification-Langgraph
- Weekly-Reporting-Langgraph
MIT. See LICENSE.