Podcast
Questions and Answers
When a customer pays for an invoice through Stripe, what happens to the invoice?
When a customer pays for an invoice through Stripe, what happens to the invoice?
- It moves into the pending status
- It is marked as paid (correct)
- It is voided
- It is marked as uncollectible
What is the purpose of voiding an invoice?
What is the purpose of voiding an invoice?
- To delete it
- To make it uncollectible
- To keep a paper trail (correct)
- To mark it as paid
Can you void an invoice when it is in the paid status?
Can you void an invoice when it is in the paid status?
- Yes
- No (correct)
- Only if it is uncollectible
- Only if it is open
Study Notes
- Draft invoices are still editable, but are unsent.
- Pending invoices are those that have an associated payment intent in the pending state.
- When a customer pays for an invoice through Stripe, the invoice moves into the paid status.
- Voided invoices are conceptually similar to deleting (canceling) them, but maintain a paper trail.
- Uncollectible invoices are those that are unlikely to be paid.
- You can mark an invoice as paid, void, or uncollectible.
- You can only void invoices when they're open or uncollectible.
- After you void an invoice, the Hosted Invoice Page is still accessible, and displays a message indicating that the invoice has been voided.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Test your knowledge of Stripe invoices and their status with this quiz. Learn about the different states of invoices, such as draft, pending, paid, voided, and uncollectible, as well as the actions that can be taken on each status.