Invoice

The Invoice API allows you create and manage payments on your integration.

Initiate Invoice application

POST {{baseUrl}}/api/v1/invoice

Initialize a transaction from your end

Headers

authorization

String

content-type

String

Set value to application/json

Body Parameters

company_name String

Company's name

phone String

Company's phone number +2348000000000

email String

Company's email address

amount String

Amount should be in the subunit of the supported currency i.e NGN

address String

Company's address

purchase_order_url String

This can also be any other supporting documents for product or service delivery

invoice_url String

This can also be any other supporting documents for product or service delivery

referral_code String

Company's referral code

Last updated