1

Check the position

Read GET /collateral/position and confirm borrowing capacity.
2

Create a quote

Send a unique external_id to POST /loans/quotes. Store the returned ID and expiry.
3

Accept the quote

Call POST /loans/quotes/{quote_id}/accept within 45 seconds. Vantage rechecks prices and collateral.
4

Track disbursement

Read the returned application, then list loans. A small cNGN loan can disburse during acceptance if auto-disbursement is enabled.
5

Repay

Read the loan immediately before payment. Send the exact payoff_amount_ngn amount to its current repayment destination.
6

Reconcile release

Poll the loan until it closes, then reconcile the collateral return transaction.

Balance fields

Direct applications

POST /loans/applications creates an application without a firm quote. It requires an exact collateral amount and follows operator review before disbursement.