Get the transaction history of the merchant.
Request samples
curl --location --request GET 'https://api.nullpay.net/api/v1/p/transaction' \
--header 'x-api-key;'
Responses
application/json [
{
"id": "12345678-1234-1234-1234-123456789012",
"createdAt": "2024-01-01T00:00:00.000Z",
"updatedAt": "2024-01-01T00:00:00.000Z",
"buyerEmail": "buyer@nullpay.net",
"productName": "Product Name",
"productCount": 1,
"productPrice": "1",
"productCurrency": "USD",
"coinSubSymbol": "BTC",
"coinSymbol": "BTC",
"isTestNetwork": false,
"totalAmountAsCoin": "1",
"feeAsCoin": "1",
"productTotal": "1",
"status": "completed",
"merchantName": "1",
"merchantId": "1",
"paidAmountAsCoin": "1",
"estimatedPaidAmount": "1",
"estimatedPaidAmountFiat": "1"
}
]
Modified at 2024-07-20 10:31:46