Define full invoice crypto-currency
Defines cryptocurrency for the created full invoice
Headers
Name
Type
Description
Request Body
{
"invoiceId": "String",
"payCurrency": "String"
}Name
Type
Description
{
"invoiceId": "String",
"purse": "String",
"amount": "String",
"currency": "String",
"amountInPayCurrency": "String",
"payCurrency": "String",
"blockchainFee": "String"
}{
"error": "Bad Request",
"status": 400,
"timestamp": "2026-01-01 00:00:00",
"message": "payCurrency: following value doesn't valid. "
}{
"error": "Unprocessable Entity",
"status": 422,
"timestamp": "2026-01-01 00:00:00",
"message": "Minimal limit amount doesn't exceed"
}{
"error": "Unprocessable Entity",
"status": 422,
"timestamp": "2026-01-01 00:00:00",
"message": "Requested payCurrency is not active"
}{
"error": "Unprocessable Entity",
"status": 422,
"timestamp": "2026-01-01 00:00:00",
"message": "Currency has been applied already"
}Last updated