LogoLogo
HomeBlogLoginSignup
  • Get started
  • Guides
  • Reference
  • Getting Started
    • Welcome
    • Quickstart
    • Plan your integration
    • Support
  • Developers
    • Concepts
    • Environments
    • Authentication
    • Pagination
    • Request identification
    • Date & Time
    • Rate limit
    • Webooks
      • Authentication
      • Content and Structure
      • Events
        • Collecting document
        • Collecting document refund
        • Payment document
        • Payment document refund
        • Transfer document
  • Reference
    • API Reference
Powered by GitBook
On this page

Was this helpful?

  1. Developers
  2. Webooks

Content and Structure

All the notifications sent by Trio uses the following structure:

  • ref_id is the identification from the reference

  • category specifies which category the event belongs

  • type specifies what type of event from the category

{
  "ref_id": "",
  "category": "",
  "type": "",
  "timestamp": "",
  "data": {}
}
PreviousAuthenticationNextEvents

Last updated 4 months ago

Was this helpful?