Request financing for invoices

POST
/financing_invoices

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

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
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