View Categories

Invoice API

4 Docs

Get Invoice

Last Updated: 25 October 2024

Use this GET request to retrieve invoice informations. The parameter type_facturier defines the type of billing and accepts two values: ‘TEMP’ or ‘REGULAR’. The parameter reference is the invoice reference returned after calling the ‘Post invoice’ API. It accepts multiple lengths: Headers Parameter Name Value Mandatory Description apikey String Yes your API key (provided by...

Pay Invoice

Last Updated: 25 October 2024

Use this POST request to initiate a payment for an existing invoice. Headers Parameter Name Value Mendatory Description apikey String Yes your API key (provided by RichattPay) Body The value provided in commission is the fee retrieved when you call the Get Fee API. Example of successful response Examples of error response Status( Status(531)

Get fee

Last Updated: 17 October 2024

Use this POST request to retrieve the service fee, which is deducted based on the amount provided in the request body. Headers Parameter Name Value Mendatory Description apikey String Yes your API key (provided by RichattPay) Body Example of successful response Examples of error response Status()

Create Invoice

Last Updated: 25 October 2024

Use this POST request to create an invoice. The request must include an API key (provided by RichattPay in your partner space) in the header. Headers Parameter Name Value Mendatory Description apikey String Yes your API key (provided by RichattPay) Body Variables Example of successful response Examples of error response Status(533)