Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add instructions for linking a new customertostripecustomer object to monthly credit payment checklist #8500

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions contents/handbook/growth/sales/billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ If this is a new contract for an existing customer, you will need to add their e
- **If customer wishes to begin using credits immediately:** return to the Zapier table after you’ve completed verifying subscription and invoice details, and click the "Apply credit - monthly" button.
- **If customer wishes to begin using credits in the next billing cycle:** ask the RevOps team to apply the credits at the end of the current billing cycle.

###### Step 6: Update Django Admin
- Navigate to the billing admin detail page for the customer (should add a column for this in the zap table?)
- Create a new Customer to stripe customer
- Copy and paste the new stripe customer id and new stripe subscription id
- Save!

### Stripe Products & Prices

Expand Down
Loading