Invoicing API

Steps

1) Contact our support and register as a merchant. During the registration process you will be asked to optionally provide image url of your organization, callback url, success url and failure url. You can also edit the above information on https://coinmania.ge/profile/merchant/ page.

2) Create invoice using create-invoice API function. During this step a crypto address is generated for the invoice.

3) Redirect your client to the url returned by the API call during the 1st step.

4) After your client transfers the required amount of cryptocurrency to the invoice address, the client will be redirected to success url (if specified) and you will also be notified about payment by an HTTP GET request  to callback url (if specified).

5) You can get invoice details (including its payment status) at any time using get-invoice API function or by visiting https://coinmania.ge/invoice/view/?invoiceGuid={INVOICE_ID} web page.