Generation invoice

General information about endpoints

Information
Descripion

Description

Send generation invoice

Route

POST https://stagingapijs-kyrrex-pay.int.wldev.app/api/invoices

Permissions

Private

Request Parameters:

Parameter
Type
Required
Description

fiatAmount

number

Required

Counting the total amount

fiatCurrency

number

Required

Only eur for now

items

array {

name: "Ipad",

price: 200

}

Optional

List of item

passthrough

string

Optional

Tag of the destination address

Response

"invoiceUrl":"https://staging-kyrrex-pay.wldev.app/3b626385-660c-4dbb-8f60-f63279d53b92"

Description API:

In cases where the response is successful, the user receives a URL, by clicking on the link there will be an invoice form in which he can indicate the desired cryptocurrency and wallet address.

Last updated