Create Invoice
Create a new payment invoice.
POST /v1/invoiceParameters
| Param | Type | Required |
|---|---|---|
| amount | number | Yes |
| currency | string | No (default: USD) |
| description | string | No |
Create a new payment invoice.
POST /v1/invoice| Param | Type | Required |
|---|---|---|
| amount | number | Yes |
| currency | string | No (default: USD) |
| description | string | No |