Request financing for invoices

Returns a session token and a connect token to open Kanmon SDK for confirming invoice details.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Request

This endpoint expects an object.
invoiceslist of objectsRequired
A list of invoices to request financing for.

Response

Successful Response
connect_tokenstring
A connect token for Kanmon SDK.
session_tokenstring
An embedded session token for Kanmon SDK.

Errors

401
Post Financing Invoices Request Unauthorized Error
422
Post Financing Invoices Request Unprocessable Entity Error
429
Post Financing Invoices Request Too Many Requests Error