Plisio integration (Finance). Imported from open-connector.
https://api.plisio.net/api/v1/invoices/new
| Param | Type | Required | Description |
|---|---|---|---|
| currency | string | optional | Optional Plisio cryptocurrency identifier chosen from the supported cryptocurre… |
| order_name | string | required | Merchant internal order name shown on the invoice. |
| order_number | string | required | A merchant-supplied identifier that Plisio accepts as either a string or an int… |
| amount | number | optional | Invoice amount in cryptocurrency when no fiat conversion is needed. |
| source_currency | string | optional | Source fiat currency code used when Plisio should convert a fiat amount. |
| source_amount | number | optional | Source fiat amount used when Plisio should convert an invoice. |
| allowed_psys_cids | string | optional | Comma-separated list of cryptocurrency identifiers allowed for payment. |
| description | string | optional | Merchant invoice description shown by Plisio. |
| callback_url | string | optional | Merchant callback URL that receives invoice updates from Plisio. |
| success_callback_url | string | optional | Merchant callback URL that receives successful invoice redirects or JSON callba… |
| fail_callback_url | string | optional | Merchant callback URL that receives failed invoice redirects or JSON callbacks. |
| success_invoice_url | string | optional | Button URL shown to the buyer after the invoice succeeds. |
| fail_invoice_url | string | optional | Button URL shown to the buyer after the invoice fails. |
| string | optional | Buyer email address that Plisio can reuse instead of prompting again. | |
| language | string | optional | Language locale supported by the Plisio invoice page for this endpoint. |
| expire_min | integer | optional | Invoice expiration interval in minutes. |
| return_existing | boolean | optional | Whether Plisio should return an existing invoice instead of raising a duplicate… |
/api/v1/operations
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request from Plisio. |
| limit | integer | optional | Number of operations to return on one page. |
| shop_id | string | optional | Optional Plisio shop identifier used to filter operations. |
| type | string | optional | Operation type filter supported by Plisio. |
| status | string | optional | Operation status filter supported by Plisio. |
| currency | string | optional | Cryptocurrency identifier used to filter operations. |
| search | string | optional | Full-text search over transaction id, invoice order number, or invoice customer… |
/api/v1/operations/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Plisio operation identifier returned by list_operations or another flow. |
/api/v1/balances/{psys_cid}
| Param | Type | Required | Description |
|---|---|---|---|
| psys_cid | string | required | Plisio cryptocurrency identifier chosen from the supported cryptocurrencies app… |