CancelPreAuthPayment
public enum CancelPreAuthPayment
Cancel PreAuth payment
PreAuth payments can be canceled in case the token was not used already. In addition to the transaction, the payment token will be revoked as well.
- Canceling the transaction and or the token is only permitted if the transaction is still open, otherwise a
403 Forbidden
will be returned. - In case the transaction and token are already canceled and the request is repeated, the result will still be
204 No Content
.
-
Undocumented
Declaration
Swift
public static var service: PayAPIService<PayAPI.PaymentTransactions.CancelPreAuthPayment.Response>
-
Undocumented
See moreDeclaration
Swift
public final class Request : PayAPIRequest<Response>
-
Undocumented
See moreDeclaration
Swift
public enum Response : APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible