patch
https://api.cardda.com/v1/card_transactions/
Updates a card transaction. For company users the only editable field is
comments (the rendición note): if the request body does not include
comments and the caller is not a Cardda superadmin, the request is rejected
with 401.
The fields merchant_id, issuing_statement_id, status, and exchange_rate
are admin-only and ignored for non-admin callers.
The transaction's rendición custom-column values live on the transaction and
are protected by two immutability gates; they are not editable through this
endpoint.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401Unauthorized — non-superadmin caller sent a body without comments. Body: { "message": "Unauthorized (401)" }.
404Card transaction not found (or not visible to the caller).
422Unprocessable Entity — update failed validations.
