-
Notifications
You must be signed in to change notification settings - Fork 2
feat: rename invoices endpoint to payruns in API documentation #17
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: rename invoices endpoint to payruns in API documentation #17
Conversation
EmberCraze
commented
Jul 8, 2025
- Rename _invoices.md to _payruns.md
- Update all references from "Invoice" to "Payrun" throughout documentation
- Update API endpoints from /v2/invoices/ to /v2/payruns/
- Update webhook events from Invoice.* to Payrun.*
- Update navigation in index.html.md
- Rename _invoices.md to _payruns.md - Update all references from "Invoice" to "Payrun" throughout documentation - Update API endpoints from /v2/invoices/ to /v2/payruns/ - Update webhook events from Invoice.* to Payrun.* - Update navigation in index.html.md
|
Updates documentation for the change in https://github.com/gigapay/gigapay/pull/1315 |
| - `Payrun.created` | ||
| - `Payrun.paid` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have these webhook events?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will check. This is good. As we should have it indeed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fixed now
| "url": "https://jobmatchr.se/webhooks/invoices/", | ||
| "events": ["Invoice.created"], | ||
| "url": "https://jobmatchr.se/webhooks/payruns/", | ||
| "events": ["Payrun.created"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have Payrun.created event?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
| "url": "https://jobmatchr.se/webhooks/invoices/", | ||
| "events": ["Invoice.created"], | ||
| "url": "https://jobmatchr.se/webhooks/payruns/", | ||
| "events": ["Payrun.created"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here. Do we have Payrun.created event?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes