Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.11 KB

File metadata and controls

14 lines (11 loc) · 1.11 KB

# RestCreatePaymentRequest

Properties

Name Type Description Notes
notes string The notes for this payment. [optional]
payment_method_id string The payment method id to charge immediately against this order. Omit if you want to add a payment record instead. [optional]
payment_method_type string The manual payment method type for manually recording a payment. Value must match against the list of types defined under your application's Order Settings. Ignored if payment_method_id is provided. [optional]
payment_time \DateTime The date and time of payment. In ISO-8601 format (e.g. 2024-05-21T23:00:00Z) [optional]
payment_amount float The amount to pay. Must not exceed the current balance of the order. Must be greater than 0 if charging with a payment_method_id
apply_to_commissions bool Whether to apply this payment to commissions.

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