v1

latestOpenAPI 3.1.02026-07-264915.3 KB

get/payments

Query parameters

start_atstring date-time

Include transactions created on or after the given date. If omitted, the effective start date would be a month before the given end date

end_atstring date-time

Include transactions created on or before the given date. If omitted, the effective end date would be the current date

cursorstring uuid

An opaque string that references page of the query results. This value should be taken from the "cursors" field from within a response of a previous call to this API

limitnumber

Response

request_idstring uuid required

Example response

{
  "data": [
    {
      "blockchain_txn_id": "c8358813047e32a24ab88dbeed5452a81f3cbdb299bc33dc603fe07c7brde96a",
      "network_fee": {
        "currency": "BTC"
      },
      "payment_method": "credit_card",
      "fiat_total": {
        "amount": 123.45,
        "amount_usd": 200.5,
        "currency": "GBP"
      },
      "crypto_total": {
        "amount": 0.0036443,
        "currency": "BTC"
      },
      "crypto_fee_total": {
        "currency": "BTC"
      },
      "references": {
        "original_http_ref_url": "https://url.com"
      },
      "country": "GB"
    }
  ]
}