TransactionEditRequest
Passthrough-only transaction edit payload. Use only for PSP flows where Koard forwards EMV data and later receives the final transaction state back from the PSP.
Partial-update semantics: omitted fields and fields set to null are preserved (unchanged). Only fields with an explicit non-null value are updated. A provided breakdown fully replaces the existing breakdown — sub-amounts are not merged.
- authorizedType: integer | null · Authorized Amount
_amount Replacement authorized amount in cents.
- breakdownType: object · TransactionEditBreakdown
Replacement breakdown used when editing passthrough transactions.
- subtotalType: integer · Subtotalrequired
Integer numbers.
- taxType: integer | null · Tax Amount
Amount Integer numbers.
- taxType: integer | number | null · Tax Rate
Rate Tax rate as a percentage or basis points. Integer values >= 100 are treated as basis points and auto-divided by 100 (e.g., 875 becomes 8.75%). Float values < 100 are treated as percentages (e.g., 8.75 = 8.75%).
- tipType: integer | null · Tip Amount
Amount Integer numbers.
- tipType: integer | number | null · Tip Rate
Rate Tip rate as a percentage or basis points. Integer values >= 100 are treated as basis points and auto-divided by 100 (e.g., 1500 becomes 15.0%). Float values < 100 are treated as percentages (e.g., 15.0 = 15%).
- tipType: string | null · Tip Type
Type
- refundedType: integer | null · Refunded
Replacement cumulative refunded amount in cents.
- reversedType: integer | null · Reversed
Replacement cumulative reversed amount in cents.
- statusType: string · TransactionStatusenum
Current status of a transaction. The
surcharge_pendingstatus indicates the transaction is awaiting cardholder confirmation of a surcharge via the confirm endpoint.surcharge_declined_by_payermeans the cardholder rejected the surcharge and the transaction was canceled.values- pending
- authorized
- captured
- settled
- declined
- statusType: string | null · Status Reason
_reason Replacement status reason for the transaction.

