Invoice validation succeeded
Successful invoice validation event. The Get invoice endpoint generates this event.
Type: object
Domain: depositary
Event: invoice_validation_success
Version: 1
|
b3_response required
Title: B3 response. B3 is a major financial market infrastructure company in Brazil.
Type: object
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "Invoice validation succeeded",
"description": "Successful invoice validation event. The <a href='https://developers.pismo.io/pismo-docs/reference/findbyaccesskey' target='_blank'>Get invoice</a> endpoint generates this event.",
"required": [
"b3_response"
],
"properties": {
"b3_response": {
"type": "object",
"title": "B3 response. B3 is a major financial market infrastructure company in Brazil."
}
}
}
Updated 23 days ago