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.status
The current status of this transaction.resolved_at
The date and time when this transaction was completed or failed.DateTime (optional)
amount
The amount of money involved in this transaction.transaction_hash
The hash of this transaction, so it can be uniquely identified on the Lightning Network.String (optional)
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
The optional payment request for this incoming payment, which will be null if the payment is sent through keysend.PaymentRequest (optional)
uma_post_transaction_data
The post transaction data which can be used in KYT payment registration.List[PostTransactionData (optional)]
is_internal_payment
Whether the payment is made from the same node.- LightningTransaction
- Transaction
- Entity