CreatePaymentMethodPayDirekt
public enum CreatePaymentMethodPayDirekt
Register PayDirekt as a payment method
By registering you allow the user to use PayDirekt as a payment method.
The payment method ID is optional when posting data. Registering PayDirekt as payment method is a 2-step process, thus the payment method will only be created after the user approved it on the PayDirekt website. The approval URL in the response will point you to the correct page. After the user takes action the user is redirected to one of the three redirect URLs provided by you.
-
Undocumented
Declaration
Swift
public static var service: PayAPIService<PayAPI.NewPaymentMethods.CreatePaymentMethodPayDirekt.Response>
-
Undocumented
See moreDeclaration
Swift
public final class Request : PayAPIRequest<Response>
-
Undocumented
See moreDeclaration
Swift
public enum Response : APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible