ConfirmPaymentMethod
public enum ConfirmPaymentMethod
Confirm and redirect to frontend
Redirect endpoint to confirm a payment method. External services redirect the user here and in turn this endpoint redirects the user to the frontend.
-
Undocumented
Declaration
Swift
public static var service: PayAPIService<PayAPI.PaymentMethods.ConfirmPaymentMethod.Response>
-
Undocumented
See moreDeclaration
Swift
public final class Request : PayAPIRequest<Response>
-
Undocumented
See moreDeclaration
Swift
public enum Response : APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible