Skip to main content
GET
Get a current-user billing transaction

Path Parameters

id
string
required

The ID of the transaction to retrieve.

Response

Transaction was successfully retrieved.

Response schema for the Leadping API billing transaction response returned to authenticated clients.

business
object | null

The ID and name for this business.

lead
object | null

The ID and name for this lead.

amount
string<double>

Monetary amount for this billing transaction or wallet operation.

Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
netAmount
string<double>

Net monetary amount after fees, credits, or adjustments.

Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
gatewayFeeAmount
string<double> | null

Payment gateway fee amount charged for the wallet transaction.

Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
gatewayStatus
string | null

Payment gateway status returned for this transaction.

platformFeeAmount
string<double> | null

Leadping platform fee amount included in the transaction.

Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
notes
string | null

Additional billing notes that explain the transaction for admins or customers.

description
string | null

Human-readable description that explains this billing transaction response to API users.

paymentMethodDisplay
string | null

Masked or human-readable payment method shown for this transaction.

transactionType
enum<string>

Debit or credit classification for this wallet transaction.

Available options:
Debit,
Adjustment,
Deposit
transactionStatus
enum<string>

Processing status for this wallet transaction.

Available options:
Pending,
Confirmed,
Failed
id
string

The unique identifier for the entity.

createdAt
string<date-time>

The date and time when the entity was created.

modifiedAt
string<date-time> | null

The date and time when the entity was last modified, if applicable.