Get cancelled credits
GET/credits/cancelled
Retrieve records of credits that have been invalidated.
Response
credit_idstring
Unique identifier of the invalidated credit.
cancellation_datestring<date>
Date of credit cancellation.
Example response
{
"credit_id": "credit-001",
"cancellation_date": "2024-01-05"
}