Export Collection
Export "Production Payments" in different formats for sharing or LLM use.
Markdown Preview
# Production Payments
> A curated stack collection by [@builtonrails](https://builtonrails.com/@builtonrails)
Stripe integration the Rails way - subscriptions, one-time payments, and webhooks.
## LLM Context
```markdown
You are implementing payments in a Rails app. Use Stripe for processing and Pay gem for subscriptions. Handle webhooks properly and store customer/subscription records locally.
```
## Stacks
1. **Stripe** (Payments)
- The payment processor - handles everything
2. **Pay** (Payments)
- Subscriptions and payments for Rails - wraps Stripe beautifully
3. **Paddle** (Payments)
- Alternative to Stripe with built-in tax handling
## Machine-Readable Data
```json
{
"name": "Production Payments",
"slug": "production-payments",
"description": "Stripe integration the Rails way - subscriptions, one-time payments, and webhooks.",
"llm_prompt": "You are implementing payments in a Rails app. Use Stripe for processing and Pay gem for subscriptions. Handle webhooks properly and store customer/subscription records locally.",
"visibility": "public",
"author": {
"username": "builtonrails",
"name": "BuiltOnRails"
},
"forked_from": null,
"stats": {
"likes": 0,
"forks": 0,
"views": 204
},
"stacks": [
{
"name": "Stripe",
"category": "Payments",
"position": 0,
"note": "The payment processor - handles everything"
},
{
"name": "Pay",
"category": "Payments",
"position": 1,
"note": "Subscriptions and payments for Rails - wraps Stripe beautifully"
},
{
"name": "Paddle",
"category": "Payments",
"position": 2,
"note": "Alternative to Stripe with built-in tax handling"
}
],
"created_at": "2026-01-22T02:27:33Z",
"updated_at": "2026-01-22T02:27:33Z",
"exported_at": "2026-09-20T01:50:59Z"
}
```
---
_Exported from [BuiltOnRails](https://builtonrails.com) on September 20, 2026_