Invoice Settlement
Create invoice
Create an invoice for USD settlement. Requires a fundingSource of either DEPOSIT or WALLET.
- DEPOSIT (NGNX only): Returns a virtual NGN bank account to pay into, along with the exact NGN amount. The virtual account is valid for 30 minutes. Invoice status starts as
PENDING. - WALLET (NGNX, USDC, USDT): Debits the required amount from your wallet immediately. No virtual account is created. Invoice status is set to
APPROVEDinstantly.
POST
Authorizations
Headers
Body
application/json
How the invoice is funded. Defaults to DEPOSIT. DEPOSIT (NGNX only) provides a virtual bank account to pay into. WALLET (NGNX, USDC, USDT) debits your wallet immediately.
Available options:
DEPOSIT, WALLET Response
200 - application/json
Invoice created successfully
The response is of type object.