Change Invoice Status Event Data

API Docs by APIMATIC
Advanced Billing APIModelsStructures

Change Invoice Status Event Data
#

Example schema for an change_invoice_status event

NameDescription
gateway_trans_id
String

Identifier for the transaction within the payment gateway.

amount
String

The monetary value associated with the linked payment, expressed in dollars.

from_status
REQUIRED

The status of the invoice before any changes occurred. See Invoice Statuses for more.

to_status
REQUIRED

The updated status of the invoice after changes have been made. See Invoice Statuses for more.

consolidation_level
  • HTTP
  • Java
  • .NET
  • PHP
  • Python
  • Ruby
  • TypeScript
  • Go
{
  "gateway_trans_id": "gateway_trans_id2",
  "amount": "amount2",
  "from_status": "draft",
  "to_status": "pending",
  "consolidation_level": "none"
}