Lightspark
Lightspark

Incoming Payment

This object represents any payment sent to a Lightspark node on the Lightning Network. You can retrieve this object to receive payment related information about a specific payment received by a Lightspark node.Fields (13)
id
The unique identifier of this entity across all Lightspark systems. Should be treated as an opaque string.
created_at
The date and time when this transaction was initiated.
updated_at
The date and time when the entity was last updated.
The current status of this transaction.
resolved_at
DateTime (optional)
The date and time when this transaction was completed or failed.
The amount of money involved in this transaction.
transaction_hash
String (optional)
The hash of this transaction, so it can be uniquely identified on the Lightning Network.
is_uma
Whether this payment is an UMA payment or not. NOTE: this field is only set if the invoice that is being paid has been created using the recommended `create_uma_invoice` function.
destination
The recipient Lightspark node this payment was sent to.
The attempts that have been made for this payment.
payment_request
PaymentRequest (optional)
The optional payment request for this incoming payment, which will be null if the payment is sent through keysend.
uma_post_transaction_data
List[PostTransactionData (optional)]
The post transaction data which can be used in KYT payment registration.
is_internal_payment
Whether the payment is made from the same node.
Interfaces (3)
  • LightningTransaction
  • Transaction
  • Entity