application/json).
More endpoints will be made available with time.
Success
All successful requests return an HTTP2xx status with the following body:
error_code and message are always null. The response payload is in data.
Error
On error,error_code and message are populated. data is null for simple errors, or contains field-level details when there are multiple validation errors.
Single error:
data is present on an error, it maps each field name to its list of errors — useful for highlighting specific form inputs on the client side.
Authentication / authorization error:
Generic error codes
Upstream-specific codes (e.g.
TXN_0420, NET_0001) are passed through as-is. Generic ERR_XXXX codes are only used as fallback when no upstream code is present.