v1

latestOpenAPI 3.0.02026-07-2422987517.5 KB
Recurring charge

List a recurring charge's supporting transactions

Returns up to the 20 most recent card transactions that support the given recurring charge, each with its merchant and vendor_card summaries. Transactions are scoped by the card transaction policy — members without card_transactions_manage see only their own.

get/v1/recurring_charges/{recurring_charge_id}/transactions

Path parameters

recurring_charge_idstring uuid required

The id of the recurring charge.

Headers

company-idstring uuid required

UUID of the company on whose behalf the request is made. Required for every Accounting endpoint. See The company-id header for details on how to obtain a value for this header and the error responses to expect when it is missing or invalid.

Response

Supporting transactions

idstring uuid required
descriptionstring nullable
merchant_namestring nullable
amount_centsinteger
currencystring
statusstring
kindstring nullable
created_atstring date-time
completed_atstring date-time nullable

Example response

[
  {
    "id": "09f6cc5e-8a16-43ae-8bb1-637c0e1c0a6d",
    "amount_cents": 990000,
    "currency": "CLP"
  }
]