Skip to main content

Payload of callback messages

Schema

This documents the callback payloads a customer can expect to receive from Vantor. See callback-delivery for details on the overall interactions.

Customer software should follow good REST practices and quickly respond to the callback with a 200:OK response code. Please do not leave the synchronous connection open for long periods of time while doing other processing. Receive the callback, quickly persist the information, and then respond to close the connection. Any additional processing should take place after the connection is closed.

Request