Fetch Invoice
Returns the invoice by "invoiceId" or "orderId" attribute.
Headers
Name
Type
Description
Request Body
{
"invoiceId": "String" // optional if orderId is filled
"orderId": "String" // optional if invoiceId is filled
}Name
Type
Description
{
"invoiceId": "String",
"merchantId": "String",
"orderId": "String",
"clientId": "String",
"status": "Integer",
"statusName": "String",
"createDate": "String",
"modifiedDate": "String",
"expirationDate": "String",
"expirationDateInMilliseconds": "Long",
"purse": "String",
"memo": "String",
"currency": "String",
"payCurrency": "String",
"amount": "String",
"amountInPayCurrency": "String",
"paidAmount":"String",
"paidAmountFiat": "String",
"payUrl": "String",
"creationWay": "String",
"merchantCommission": "String",
"merchantBalance": "String",
"title": "String",
"description": "String",
"uniqueUserId":" String",
"depositBlockchainFee": "String",
"rate": "String",
"rateWithCommission": "String",
"txId": "String"[],
"fromAddress": "String"[],
"successUrl": "String",
"failureUrl": "String",
"merchantSiteUrl": "String",
"callbackUrl": "String",
"complexCommission": "String"
}Last updated