On-Chain Payment List

Swagger UI: GET /gateway/api/bitcoin/v1/transactions/filtered

Link to the Customer Dashboard

On-Chain Payment List

On-Chain Payment List

Several options are available for sorting, filtering, and searching the list of on-chain payments, including:

  • MerchantID: identifier for the merchant to which the invoice is linked. If you don't have any other merchants except for yourself, you can use MerchantID to indicate yourself or group payments by any criteria such as products within your company. Optional.

  • Status: for outbound on-chain payments, the status will show as "Success" as soon as we submit the transaction to the network. For inbound on-chain payments, the status will show as "Paid" as soon as we receive 1 confirmation.

  • Direction: indicates if the payment is inbound (received) or outbound (sent).

  • Created time: the time when the inbound or outbound payment was initiated.

  • Sender: sender of on-chain payment, can be a customer name in Kaminari or left empty. Check blockchain explorer for details if empty.

  • Receiver: receiver of on-chain payment, can be a customer name in Kaminari or left empty. Check blockchain explorer for details if empty.

Last updated