ProcessPayment
public enum ProcessPayment
Process payment
Process payment and notify user (payment receipt) if transaction is finished successfully.
The priceIncludingVAT and currency attributes are required, unless when announcing a transaction in which case those values are copied from the token and any given values are ignored.
Only use after approaching (fueling api), otherwise returns 403 Forbidden.
-
Undocumented
Declaration
Swift
public static var service: PayAPIService<PayAPI.PaymentTransactions.ProcessPayment.Response> -
Undocumented
See moreDeclaration
Swift
public final class Request : PayAPIRequest<Response> -
Undocumented
See moreDeclaration
Swift
public enum Response : APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible
View on GitHub
ProcessPayment Enumeration Reference