Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.02 KB

File metadata and controls

16 lines (12 loc) · 1.02 KB

AvailablePaymentMethod

Properties

Name Type Description Notes
name_en String English display name of the payment method. [default to null]
name_ja String Japanese display name of the payment method. [default to null]
name_ko String Korean display name of the payment method. [default to null]
type_slug String Machine-readable type identifier for the payment method. [default to null]
currency String Currency this payment method supports. [default to null]
subtypes List Optional list of subtypes or variants (e.g. card brands). [optional] [default to null]
secure_token_supported List Optional list of secure token / 3DS flows supported by this payment method. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]