JavaScript
Properties
| Property | Type | Required | Description |
|---|---|---|---|
| accountId | string | Yes | Account identifier |
| invoiceId | string | Yes | Invoice identifier |
| amount | number | Yes | Paid amount in cents |
| subscriptionId | string | No | Subscription identifier |
| currency | string | No | ISO 4217 currency code |
When to Fire
- When payment is received
- When manual reconciliation marks invoice paid
- When Stripe
invoice.paidwebhook fires
Stripe Webhook
Maps toinvoice.paid.