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
  3. Events

Collecting document refund

Events that belong to the category collecting_document_refund.

Type
Description

A collecting document refund was created.

A collecting document refund was successfully settled and registered.

A collecting document refund has failed due to an error.

Examples

collecting_document_refund.created

{
  "data": {
    "amount": {
      "amount": 100,
      "currency": "BRL"
    },
    "collecting_document_id": "0194cbda-ccda-c86b-b7c3-464c5344109c",
    "description": "Devolução manual feita por Jessica Barcellos",
    "end_to_end_id": "D49931906202502031257bAqO8f0YhUH",
    "external_id": null,
    "id": "0194cbe3-6145-abc7-d309-b56da0381cd4",
    "origin_id": "8180b04e-e436-44e5-bd24-f6ed79dffe08",
    "origin_type": "console_user",
    "receipt_url": "https://receipts.sandbox.trio.com.br/019108db-d49f-c744-5b79-736a2849ddf5/in_refund/0194cbe3-6145-abc7-d309-b56da0381cd4",
    "reconciliation_id": "0194cbe3-6145-8baa-226c-4eaa75c5ed8a",
    "rule": "manual",
    "transaction_date": null,
    "virtual_account_id": "0194412c-c559-5452-942e-7f4b4975c666"
  },
  "timestamp": "2025-02-03T12:57:44.005471Z",
  "type": "created",
  "category": "collecting_document_refund",
  "context_id": "91978496-c904-40d0-9322-5f2838efb542",
  "context_type": "internet_banking",
  "ref_id": "0194cbe3-6145-abc7-d309-b56da0381cd4"
}

collecting_document_refund.settled

{
  "data": {
    "amount": {
      "amount": 100,
      "currency": "BRL"
    },
    "collecting_document_id": "0194cbda-ccda-c86b-b7c3-464c5344109c",
    "description": "Devolução manual feita por Jessica Barcellos",
    "end_to_end_id": "D49931906202502031257bAqO8f0YhUH",
    "external_id": null,
    "id": "0194cbe3-6145-abc7-d309-b56da0381cd4",
    "origin_id": "8180b04e-e436-44e5-bd24-f6ed79dffe08",
    "origin_type": "console_user",
    "receipt_url": "https://receipts.sandbox.trio.com.br/019108db-d49f-c744-5b79-736a2849ddf5/in_refund/0194cbe3-6145-abc7-d309-b56da0381cd4",
    "reconciliation_id": "0194cbe3-6145-8baa-226c-4eaa75c5ed8a",
    "rule": "manual",
    "transaction_date": "2025-02-03T12:57:44.574180Z",
    "virtual_account_id": "0194412c-c559-5452-942e-7f4b4975c666",
  },
  "timestamp": "2025-02-03T12:57:44.005471Z",
  "type": "settled",
  "category": "collecting_document_refund",
  "context_id": "91978496-c904-40d0-9322-5f2838efb542",
  "context_type": "internet_banking",
  "ref_id": "0194cbe3-6145-abc7-d309-b56da0381cd4",
}

collecting_document_refund.failed

// Some code
PreviousCollecting documentNextPayment document

Last updated 4 months ago

Was this helpful?

created
settled
failed