API specification
Last updated
The Txn API follows the JSON:API specification. All responses wrap resources in a data object with type, id, and attributes fields. Related resources are returned in a top-level included array. Errors are returned under an errors array with status, title, and code fields.
All requests and responses use the application/vnd.api+json content type.
Last updated