Skip to content

Conversation

@EmberCraze
Copy link

  • 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
@EmberCraze EmberCraze requested a review from mdamire July 8, 2025 13:04
@EmberCraze
Copy link
Author

Updates documentation for the change in https://github.com/gigapay/gigapay/pull/1315

Comment on lines +242 to +243
- `Payrun.created`
- `Payrun.paid`
Copy link

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?

Copy link
Author

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

Copy link
Author

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"],
Copy link

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?

Copy link
Author

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"],
Copy link

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?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@EmberCraze EmberCraze merged commit e1512dc into main Jul 25, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants