Skip to content

Integrated Pre-Authorisation — Managing & Updating

Pre-Auth Completion Reference

When a pre-auth is successfully opened, TTA returns a Pre-Auth Completion Reference. This reference must be stored by the POS and used for all future actions on the pre-auth.

Increasing a Pre-Authorisation

Event-Based Method

IPreAuthCompletionResult IncreasePreAuth(
  string completionReference,
  int amount,
  string? merchantID = null,
  string? terminalID = null,
  string? transactionId = null
)

Task-Based Method

Task<IPreAuthCompletionResult> IncreasePreAuthAsync(
  string completionReference,
  int amount,
  string? merchantID = null,
  string? terminalID = null,
  string? transactionId = null
)

Parameters

ParameterDescription
completionReferenceIdentifier from the original pre-auth
amountIncremental amount (in cents)
merchantIDOptional override
terminalIDOptional override
transactionIdOptional override