Skip to main content

Get transactions

GET 

/api/v1/stores/:storeId/transactions/

Returns a list of all payout transactions for the given store, ordered by creation date (newest first).

Each transaction represents a single Bitcoin deposit to your wallet — either a standard payout (type: transfer) or a tip paid by the customer on top of the invoice amount (type: tip).

You can filter by date using startDate and endDate (ISO 8601 or Unix timestamp).

Request

Responses

Successfully retrieved the transactions