Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 9.06 KB

File metadata and controls

43 lines (37 loc) · 9.06 KB

PaymentMethodType

A type of payment method that a customer can use for making payments.

Properties

Name Type Required Description
amount_range_per_currency List[PaymentAmountRangePerCurrencyInner] Indicates the amount range for the payment method's currencies. Each object contains the following fields:_ currency - Three-letter ISO 4217 format of currency_ maximum_amount - The maximum payment amount* minimum_amount - The minimum payment amount
category Category
country str
currencies List[str]
image str A URL to the image of the icon for the type of payment method. Response only
is_cancelable bool Indicates whether a payment made with this payment method can be canceled. Response only
is_expirable bool Indicates whether the merchant can set an expiration time for the customer to complete the payment. Response only
is_online bool Indicates whether the payment is completed immediately online. Response only
is_refundable bool Indicates whether the payment method type supports refunds
is_tokenizable bool Indicates whether the token of the payment method can be used in a collect operation
is_virtual bool Indicates whether a Web-based version of the payment method type exists
maximum_expiration_seconds float The maximum time (in seconds) that the merchant can set for completing the payment. Relevant when is_expirable is true
minimum_expiration_seconds float The minimum time (in seconds) that the merchant can set for completing the payment. Relevant when is_expirable is true
multiple_overage_allowed bool Indicates whether multiple overage charges are allowed for this payment method type
name str The name of the payment method, in user-friendly terms. For example, Ireland Visa card. Response only
payment_flow_type PaymentMethodTypePaymentFlowType
payment_options List[Field]
status str Indicates the status of the payment method. One of the following value is 1 means the payment_method_type is Valid
supported_digital_wallet_providers List[str] Describes the digital wallet providers that support the payment method. These providers may include apple_pay and google_pay
type_ str Type of the payment method. For example, it_visa_card
virtual_payment_method_type str Indicates the name of the Web-based version of this payment method type
is_restricted bool Indicates if the payment method type restricted or not.
supports_subscription bool Indicates if the payment method type supports subscription.

PaymentMethodTypePaymentFlowType

Properties

Name Type Required Description
DIRECT str "direct"
EWALLET str "eWallet"
EWALLETPAYOUT str "ewallet_payout"
CARD str "card"
REDIRECTURL str "redirect_url"