Generate Invoice
Cross-Border Payments
Generate Invoice
Generate Invoice
POST
Generate Invoice
Generate an invoice for cross-border payments between different fiat currencies.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The currency of the invoice
Available options:
KES, GHS, NGN, ZAR, ZAR, USD, XOF, ZMW, XAF, SLE, CDF, TZS, UGX, EGP, MWK, RWF, ETB, MZN, LSL, GNF, USDT, BTC, ETH, USDC Example:
"KES"
The amount of the invoice
Example:
1000
The bank details of the invoice
Example:
{
"accountName": "John Doe",
"address": "123 Main St",
"phoneNumber": "+254712345678",
"bankCode": 123456,
"accountNumber": "1234567890",
"country": "Kenya"
}The reference id of the invoice
Example:
"1e476673-0931-4eba-8373-37b368ce59f7"
The user reference of the invoice
Example:
"1e476673-0931-4eba-8373-37b368ce59f7"