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

Authorizations

Authorization
string
header
required

Authorization header using the Bearer scheme. Accepted values are Leadping user JWT access tokens and WorkOS organization API keys beginning with sk_.

Path Parameters

id
string
required

The ID of the transaction to retrieve.

Response

Transaction was successfully retrieved.

Describes billing transaction data returned by Leadping.

organization
object | null

Provides a compact API reference to another resource using its stable identifier and human-readable display name.

lead
object | null

Provides a compact API reference to another resource using its stable identifier and human-readable display name.

amount
number<double>

Monetary amount for this billing transaction or wallet operation.

netAmount
number<double>

Net monetary amount after fees, credits, or adjustments.

billedAmount
number<double>

Customer-facing amount billed for the transaction.

billingChannel
null | enum<string>

Identifies the messaging, calling, phone-number, lookup, or platform channel that generated billable usage.

Available options:
lead,
sms,
mms,
email,
voice,
phone_number,
warmup,
website,
openai,
domain,
10dlc,
payment,
connection,
automation
billableUnit
null | enum<string>

Identifies the metered unit used to price Leadping usage, such as a message, call minute, lookup, or phone number.

Available options:
lead_received,
phone_identity_lookup,
sms_segment,
mms_message,
email_message,
voice_minute,
phone_number_month,
warmup_sms_segment,
warmup_voice_minute,
website_setup,
openai_operation,
domain_registration,
10dlc_application,
10dlc_campaign_month,
payment_processing_fee,
connection_action,
automation_run
gatewayFeeAmount
null | number<double>

Payment gateway fee amount charged for the wallet transaction.

gatewayStatus
null | string

Payment gateway status returned for this transaction.

platformFeeAmount
null | number<double>

Leadping platform fee amount included in the transaction.

notes
null | string

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

description
null | string

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

paymentMethodDisplay
null | string

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

transactionType
enum<string>

Classifies a wallet transaction as a debit, credit, refund, adjustment, deposit, or other balance movement.

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

Describes the processing and settlement lifecycle of a Leadping wallet or billing transaction.

Available options:
Pending,
Confirmed,
Failed
id
string

Stable unique identifier of the resource.

createdAt
string<date-time>

UTC timestamp when the resource was created.

modifiedAt
null | string<date-time>

UTC timestamp when the resource was last modified, or null when it has not been updated.