Skip to main content

getReceipt

Get receipt details

Path Parameters
network integer REQUIRED

Network id.

lockAddress string REQUIRED

Lock address.

hash string REQUIRED

Hash

Responses
200

Successfully receipt details.

Schema
purchaser object
fullname string
businessName string
addressLine1 string
addressLine2 string
city string
state string
zip string
country string
supplier object
supplierName string
vat string
servicePerformed string
addressLine1 string
addressLine2 string
city string
state string
zip string
country string
receipt object
id string
timestamp number
sender string
payer string
lockAddress string
tokenAddress string
gasTotal number
amountTransferred number
401

User is not authenticated.

Schema
message string
404

Impossible to retrieve receipt details.

500

Failed to retrieve receipt details.

Schema
message string REQUIRED