v1
latestOpenAPI 3.0.02026-07-2422987517.5 KBRecurring 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
Example response
[
{
"id": "09f6cc5e-8a16-43ae-8bb1-637c0e1c0a6d",
"amount_cents": 990000,
"currency": "CLP"
}
]