Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To create an invoice you simply need to send a request to the endpoint below

Info

This endpoint is protected with OAuth 2.0 Bearer token

Endpoint URL: https://sandbox.monnify.com{{baseurl}}/api/v1/invoice/create

HTTP Method: POST

Info

This endpoint is protected with OAuth 2.0 Bearer TokenThe {{base url}} for test is https://sandbox.monnify.com but when you go live, it changes to the live url

When the request is sent, an account number will be returned. You should include that account number (and bank) on the invoice being sent to your customer. We also return a checkout URL which can be included on your invoices. This way customers who want to pay using their debit cards can simply click on the link and pay using the Monnify payment interface.

...

Info

Webhook URL

Need help on how to implement your webhook url? Click here


Field Reference

(M) indicates fields that are mandatory in the request body. (m) Indicates fields that are mandatory only if the parent object is not empty.

...