← Tools Reference

Plisio

Plisio integration (Finance). Imported from open-connector.

API key4 toolshttps://api.plisio.net
GET
plisio_create_invoice
Create a hosted Plisio invoice for one merchant order using either a crypto amount or a fiat amount that Plisio converts.

/api/v1/invoices/new

17 parameters
ParamTypeRequiredDescription
currencystringoptionalOptional Plisio cryptocurrency identifier chosen from the supported cryptocurre…
order_namestringrequiredMerchant internal order name shown on the invoice.
order_numberstringrequiredA merchant-supplied identifier that Plisio accepts as either a string or an int…
amountnumberoptionalInvoice amount in cryptocurrency when no fiat conversion is needed.
source_currencystringoptionalSource fiat currency code used when Plisio should convert a fiat amount.
source_amountnumberoptionalSource fiat amount used when Plisio should convert an invoice.
allowed_psys_cidsstringoptionalComma-separated list of cryptocurrency identifiers allowed for payment.
descriptionstringoptionalMerchant invoice description shown by Plisio.
callback_urlstringoptionalMerchant callback URL that receives invoice updates from Plisio.
success_callback_urlstringoptionalMerchant callback URL that receives successful invoice redirects or JSON callba…
fail_callback_urlstringoptionalMerchant callback URL that receives failed invoice redirects or JSON callbacks.
success_invoice_urlstringoptionalButton URL shown to the buyer after the invoice succeeds.
fail_invoice_urlstringoptionalButton URL shown to the buyer after the invoice fails.
emailstringoptionalBuyer email address that Plisio can reuse instead of prompting again.
languagestringoptionalLanguage locale supported by the Plisio invoice page for this endpoint.
expire_minintegeroptionalInvoice expiration interval in minutes.
return_existingbooleanoptionalWhether Plisio should return an existing invoice instead of raising a duplicate…
GET
plisio_list_operations
List Plisio operations and invoices with official pagination, type, status, currency, and search filters.

/api/v1/operations

7 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to request from Plisio.
limitintegeroptionalNumber of operations to return on one page.
shop_idstringoptionalOptional Plisio shop identifier used to filter operations.
typestringoptionalOperation type filter supported by Plisio.
statusstringoptionalOperation status filter supported by Plisio.
currencystringoptionalCryptocurrency identifier used to filter operations.
searchstringoptionalFull-text search over transaction id, invoice order number, or invoice customer…
GET
plisio_get_operation
Fetch one Plisio operation or invoice by its official operation identifier.

/api/v1/operations/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredPlisio operation identifier returned by list_operations or another flow.
GET
plisio_get_balance
Fetch the current Plisio balance for one supported cryptocurrency identifier.

/api/v1/balances/{psys_cid}

1 parameter
ParamTypeRequiredDescription
psys_cidstringrequiredPlisio cryptocurrency identifier chosen from the supported cryptocurrencies app…