Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 1.46 KB

File metadata and controls

17 lines (16 loc) · 1.46 KB

# PaymentMethod

Properties

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