List of payments
Description
The service automatically searches for all payments coming to your crypto wallets, but only if there are active (unpaid) invoices.
Request
Request parameters
walletId
UUID
Wallet ID in UUID format
1c48b092-9878-48f5-b441-07a8a48e7b54
no
invoiceId
UUID
Invoice ID in UUID format
1c48b092-9878-48f5-b441-07a8a48e7b54
no
startDate
String
Start date of the transaction in blockchain in Y-m-d format
2000-01-01
no
endDate
String
End date of the transaction in blockchain in Y-m-d format
2030-01-01
no
offset
Integer
The number of the initial record from which the output will begin
0
no
0
limit
Integer
Number of records you want to retrieve
50
no
10
Example answer
Answer parameters
id
Payment ID in UUID format
amount
Payment amount in cryptocurrency
hash
Transaction hash in blockchain
transactionDatetime
Date and time of the transaction in blockchain (UTC)
invoice
A section containing invoice parameters. Displayed if an invoice is binded to the payment
invoice.id
Invoice ID in UUID format
invoice.uid
Invoice ID (for buyer)
invoice.projectId
Project ID in UUID format
invoice.createDatetime
Date and time of invoice creation (UTC)
invoice.timeToPayDatetime
Date and time until which the invoice is valid (UTC)
invoice.commissionFiatUSD
The amount of the service commission. Calculated relative to the amount invoice.amountFiatUSD
invoice.amountFiatUSD
Amount in USD currency calculated during invoice creation at the current exchange rate relative to the invoice.amountFiat
amount
invoice.amountFiat
Amount in fiat currency
invoice.currencyFiat
Fiat currency
invoice.description
Description that was set during invoice creation
invoice.serviceData
Service data that was set via API during invoice creation
invoice.views
Number of views of the payment page
invoice.status
Invoice status
wallet
A section containing wallet parameters. It is displayed if an invoice is binded to the payment
wallets.id
Wallet ID in UUID format
wallets.name
Wallet name
wallets.blockchain
Blockchain of the crypto wallet
wallets.cryptocurrency
Cryptocurrency of the wallet
wallets.address
Crypto wallet address
Last updated