Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 1.35 KB

File metadata and controls

18 lines (17 loc) · 1.35 KB

# PaymentDataRequest

Properties

Name Type Description Notes
capture string Whether to capture the payment automatically on completion, or hold it for manual capture later. [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]
external_order_num string Merchant-assigned order reference number to associate with the payment. [optional]
name string Customer's full name. [optional]
name_kana string Customer's full name in katakana. [optional]
mcc string Merchant Category Code to use for this payment. [optional]
intent \Komoju\Model\Intent [optional]
statement_descriptor \Komoju\Model\StatementDescriptor [optional]
platform_details \Komoju\Model\PlatformDetails [optional]
billing_address \Komoju\Model\Address [optional]
shipping_address \Komoju\Model\Address [optional]
[Back to Model list] [Back to API list] [Back to README]