Run in Apidog
Get the transaction detail by transaction id. The status of the transaction can be: 'created', 'pending', 'partial', 'completed', 'failed', 'cancelled'
Request Code Samples
curl --location 'https://api.nullpay.net/api/v1/p/transaction/' \
--header 'x-api-key;' Responses application/json
Generate Code
{
"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:51