Skip to main content

AuthorizationType

Type of the card authorization transaction

enum AuthorizationType {
Classic
PreAuthorization
DataRequest
}

Values

AuthorizationType.Classic

Classic authorization, nominal use-case, in order to hold the amount in the available balance that will be debited in the following days

AuthorizationType.PreAuthorization

Pre-authorization. Usually an authorization in order to hold the amount in the available balance that will be updated in a second time with the final amount (gaz station, car rent, etc)

AuthorizationType.DataRequest

Usually an authorization used by a merchant to verify if the card exists and can successfully receive a future authorization

Member Of

CardTransaction object