-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2537cdf
commit f6ad4be
Showing
76 changed files
with
4,060 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"id": "53e12229-1cef-4313-9f97-e5f75b98af841", | ||
"license": [ | ||
"lite", | ||
"personal", | ||
"plus", | ||
"professional", | ||
"ultimate", | ||
"elite" | ||
], | ||
"categories": [ | ||
"business" | ||
], | ||
"keywords": [ | ||
"stripe checkout" | ||
], | ||
"slug": "payment-button", | ||
"name": "Payment Button", | ||
"description": "Display a single button and collect payments with Stripe Checkout.", | ||
"url": "", | ||
"data": { | ||
"title": "Payment Button", | ||
"description": "Collect a payment with Stripe Checkout", | ||
"type": "stripe_checkout", | ||
"payment_methods": [ | ||
"card" | ||
], | ||
"fields": [ | ||
{ | ||
"type": "plan_select", | ||
"label": "Price Options" | ||
}, | ||
{ | ||
"type": "checkout_button" | ||
}, | ||
{ | ||
"type": "payment_button", | ||
"text": "Pay Now", | ||
"processing_text": "Processing..." | ||
} | ||
], | ||
"prices": [ | ||
{ | ||
"unit_amount": 1000 | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"id": "20746d04-3d3d-45cd-9681-445c8bfac479", | ||
"license": [ | ||
"lite", | ||
"personal", | ||
"plus", | ||
"professional", | ||
"ultimate", | ||
"elite" | ||
], | ||
"categories": [ | ||
"non-profit" | ||
], | ||
"keywords": [ | ||
"stripe checkout", | ||
"donate" | ||
], | ||
"slug": "donate-button", | ||
"name": "Donate Button", | ||
"description": "Display a single button and collect donations with Stripe Checkout.", | ||
"url": "", | ||
"data": { | ||
"title": "Donate", | ||
"description": "Help support our cause", | ||
"type": "stripe_checkout", | ||
"payment_methods": [ | ||
"card" | ||
], | ||
"fields": [ | ||
{ | ||
"type": "plan_select", | ||
"label": "Price Options" | ||
}, | ||
{ | ||
"type": "checkout_button" | ||
}, | ||
{ | ||
"type": "payment_button", | ||
"text": "Donate" | ||
} | ||
], | ||
"prices": [ | ||
{ | ||
"unit_amount": 1000 | ||
} | ||
], | ||
"extra": { | ||
"_enable_billing_address": "yes", | ||
"_enable_shipping_address": "yes", | ||
"_checkout_submit_type": "donate" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"id": "ec0e97c2-6dda-4a7a-9f85-83969ff452eb", | ||
"license": [ | ||
"personal", | ||
"plus", | ||
"professional", | ||
"ultimate", | ||
"elite" | ||
], | ||
"categories": [ | ||
"business" | ||
], | ||
"keywords": [ | ||
"on-site" | ||
], | ||
"slug": "payment-form", | ||
"name": "Payment Form", | ||
"description": "Collect credit card payments with a basic form.", | ||
"url": "", | ||
"data": { | ||
"title": "Payment Form", | ||
"description": "Collect credit card payments", | ||
"type": "embedded", | ||
"payment_methods": [ | ||
"card" | ||
], | ||
"fields": [ | ||
{ | ||
"type": "email", | ||
"label": "Email Address" | ||
}, | ||
{ | ||
"type": "plan_select", | ||
"label": "" | ||
}, | ||
{ | ||
"type": "card", | ||
"label": "Credit Card" | ||
}, | ||
{ | ||
"type": "checkout_button" | ||
} | ||
], | ||
"prices": [ | ||
{ | ||
"unit_amount": 1000 | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{ | ||
"id": "46c15e72-102c-4dfa-8855-f19919eab18f", | ||
"license": [ | ||
"plus", | ||
"professional", | ||
"ultimate", | ||
"elite" | ||
], | ||
"categories": [ | ||
"non-profit", | ||
"recurring" | ||
], | ||
"keywords": [ | ||
"service", | ||
"subscription" | ||
], | ||
"slug": "donation-optional-recurring-form", | ||
"name": "Donation Form with Recurring Option", | ||
"description": "Offer the option to donate on a recurring basis.", | ||
"url": "", | ||
"data": { | ||
"title": "Donate", | ||
"description": "Help support our cause", | ||
"type": "embedded", | ||
"payment_methods": [ | ||
"card" | ||
], | ||
"fields": [ | ||
{ | ||
"type": "email", | ||
"label": "Email Address" | ||
}, | ||
{ | ||
"type": "customer_name", | ||
"label": "Full Name" | ||
}, | ||
{ | ||
"type": "plan_select", | ||
"label": "Donation Amount", | ||
"display_type": "buttons" | ||
}, | ||
{ | ||
"label": "Custom Amount", | ||
"type": "custom_amount" | ||
}, | ||
{ | ||
"type": "recurring_amount_toggle" | ||
}, | ||
{ | ||
"type": "card", | ||
"label": "Credit Card" | ||
}, | ||
{ | ||
"type": "checkout_button" | ||
} | ||
], | ||
"prices": [ | ||
{ | ||
"unit_amount": 100, | ||
"can_recur": true, | ||
"default": true | ||
}, | ||
{ | ||
"unit_amount": 500, | ||
"can_recur": true | ||
}, | ||
{ | ||
"unit_amount": 1000, | ||
"can_recur": true | ||
}, | ||
{ | ||
"label": "Other", | ||
"unit_amount": 100, | ||
"unit_amount_min": 100, | ||
"can_recur": true | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
{ | ||
"id": "1add317a-7318-439c-b4b0-c18cfe557436", | ||
"license": [ | ||
"personal", | ||
"plus", | ||
"professional", | ||
"ultimate", | ||
"elite" | ||
], | ||
"categories": [ | ||
"business" | ||
], | ||
"keywords": [ | ||
"event", | ||
"register" | ||
], | ||
"slug": "event-registration-form", | ||
"name": "Event Registration Form", | ||
"description": "Collect payments and attendee information for your event.", | ||
"url": "", | ||
"data": { | ||
"title": "Event Registration", | ||
"description": "Join us at our event.", | ||
"type": "embedded", | ||
"payment_methods": [ | ||
"card" | ||
], | ||
"fields": [ | ||
{ | ||
"type": "plan_select", | ||
"label": "Ticket", | ||
"display_type": "dropdown" | ||
}, | ||
{ | ||
"type": "number", | ||
"label": "Quantity", | ||
"default": 1, | ||
"required": "yes", | ||
"quantity": "yes" | ||
}, | ||
{ | ||
"type": "dropdown", | ||
"label": "T-Shirt Size", | ||
"options": "Small, Medium, Large, X-Large, XX-Large", | ||
"required": "yes" | ||
}, | ||
{ | ||
"type": "payment_request_button" | ||
}, | ||
{ | ||
"type": "customer_name", | ||
"label": "Full Name", | ||
"required": "yes" | ||
}, | ||
{ | ||
"type": "email", | ||
"label": "Email Address" | ||
}, | ||
{ | ||
"type": "telephone", | ||
"label": "Phone Number", | ||
"required": "yes" | ||
}, | ||
{ | ||
"type": "address", | ||
"billing-container-label": "", | ||
"required": "yes" | ||
}, | ||
{ | ||
"type": "card", | ||
"label": "Credit Card" | ||
}, | ||
{ | ||
"type": "checkout_button", | ||
"label": "Register" | ||
} | ||
], | ||
"prices": [ | ||
{ | ||
"unit_amount": 3500, | ||
"label": "General Admission", | ||
"default": true | ||
}, | ||
{ | ||
"unit_amount": 10000, | ||
"label": "VIP Package" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.