GetPaymentMethodsIncludingPaymentToken

public enum GetPaymentMethodsIncludingPaymentToken
Get all payment methods and include pre-authorized payment tokens when available

This request returns all payment methods with included pre-authorized tokens.</br></br>

The list will contain the pre-authorized amount (incl. currency), the purpose PRNs, all information about the payment method, and the paymentToken that can be used to complete the payment.
If no payment method is associated with a pre-authorized token, the result will contain only the payment methods.

  • Undocumented

    Declaration

    Swift

    public static var service: PayAPIService<PayAPI.PaymentMethods.GetPaymentMethodsIncludingPaymentToken.Response>
  • This request returns all payment methods with included pre-authorized tokens.

    The list will contain the pre-authorized amount (incl. currency), the purpose PRNs, all information about the payment method, and the paymentToken that can be used to complete the payment.
    If no payment method is associated with a pre-authorized token, the result will contain only the payment methods.

    See more

    Declaration

    Swift

    public enum PCPayInclude : String, Codable, Equatable, CaseIterable
  • Undocumented

    See more

    Declaration

    Swift

    public final class Request : PayAPIRequest<Response>
  • Undocumented

    See more

    Declaration

    Swift

    public enum Response : APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible