Skip to main content

AcknowledgeResponse

okbooleanrequired
previous_statusstringrequired

Named status group before the call (e.g., PendingIntegration, PendingAcknowledgement, PendingResult)

new_statusstringrequired

Named status group after the call (typically PendingResult)

invoice_idintegerrequired
status_changedbooleanrequired
idempotentbooleannullable

Present and true when the invoice was already acknowledged (93)

AcknowledgeResponse
{
"ok": true,
"previous_status": "string",
"new_status": "string",
"invoice_id": 0,
"status_changed": true,
"idempotent": true
}