GetPaymentMethodsIncludingCreditCheck
public enum GetPaymentMethodsIncludingCreditCheck
Get all ready-to-use payment methods for user
This request will return a list of supported payment methods for the current user that they can, in theory, use. That is, ones that are valid and can immediately be used.</br></br>
This is as opposed to the regular /payment-methods
, which does not categorize payment methods as valid for use.
You should trigger this when the user is approaching on a gas station with fueling support to get a list of available payment methods.
If the list is empty, you can ask the user to add a payment method to use PACE fueling.
-
Undocumented
Declaration
Swift
public static var service: PayAPIService<PayAPI.PaymentMethods.GetPaymentMethodsIncludingCreditCheck.Response>
-
This request will return a list of supported payment methods for the current user that they can, in theory, use. That is, ones that are valid and can immediately be used. This is as opposed to the regular
See more/payment-methods
, which does not categorize payment methods as valid for use. You should trigger this when the user is approaching on a gas station with fueling support to get a list of available payment methods. If the list is empty, you can ask the user to add a payment method to use PACE fueling.Declaration
Swift
public enum PCPayFilterstatus : String, Codable, Equatable, CaseIterable
-
Undocumented
See moreDeclaration
Swift
public final class Request : PayAPIRequest<Response>
-
Undocumented
See moreDeclaration
Swift
public enum Response : APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible