receiveId uuid |
receiveRequestId uuidID of the parent receive request. |
type stringPossible values: [LIGHTNING , ONCHAIN , P2P ] Type of the receive. Note that receive type might differ from the requested type, i.e. in case of Strike-to-Strike payments the type would be P2P. |
state stringPossible values: [PENDING , COMPLETED ] |
amountReceived objectAmount received.
In case of LIGHTNING and ONCHAIN receives, this is always the Bitcoin amount. amount stringCurrency amount in decimal format | currency stringPossible values: [BTC , USD , EUR , USDT , GBP ] |
|
amountCredited object — OPTIONALAmount credited to the balance of the receive request's target currency.
When the currency received is different from the target currency, the amount received is converted to the target currency at the current exchange rate.
Will be present only for the completed receives. amount stringCurrency amount in decimal format | currency stringPossible values: [BTC , USD , EUR , USDT , GBP ] |
|
conversionRate object — OPTIONALConversion rate applied to convert the received currency to the target currency. amount stringCurrency amount in decimal format | sourceCurrency stringPossible values: [BTC , USD , EUR , USDT , GBP ] | targetCurrency stringPossible values: [BTC , USD , EUR , USDT , GBP ] |
|
created date-timeTime at which the receive was detected and created in the system. |
completed date-time — OPTIONALTime at which the receive was completed and credited to the balance. |
onchain object — OPTIONALOnchain data. Will be present only for onchain receives. address stringBitcoin address to which the onchain payment was made. | transactionId stringTransaction ID of the onchain payment. | blockHeight int64 — OPTIONALThe height of the block in which the transaction was included. | numberOfConfirmations int64 — OPTIONALNumber of confirmations of the transaction. |
|
lightning object — OPTIONALOnchain data. Will be present only for lighting receives. invoice string | preimage string | description string — OPTIONALDescription of the payment. | descriptionHash string — OPTIONALDescription hash of the payment. | paymentHash stringPayment hash of the payment. |
|
p2p object — OPTIONALP2P data. Will be present only for P2P receives. payerAccountId uuidID of the account that made the payment. |
|