Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.65 KB

File metadata and controls

20 lines (16 loc) · 1.65 KB

PaymentMethod

Properties

Name Type Description Notes
type String Machine-readable type slug for this payment method (e.g. "credit_card", "konbini"). [default to null]
hashed_gateway String Hashed identifier of the payment gateway processing this method. [optional] [default to null]
amount Integer Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD). [optional] [default to null]
currency Currency [optional] [default to null]
exchange_rate Float Exchange rate applied when this payment method's currency differs from the session currency. [optional] [default to null]
offsite Boolean Whether this payment method redirects the customer to an external site to complete payment. [optional] [default to null]
additional_fields List Names of additional input fields required to complete payment with this method. [optional] [default to null]
brands PaymentMethod_brands [optional] [default to null]
seven_eleven_merchant_number String Only for Konbini [optional] [default to null]
installments List Only for Komoju Pay [optional] [default to null]
api_endpoint String Only for Komoju Pay [optional] [default to null]

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