Skip to content

Latest commit

 

History

History
86 lines (70 loc) · 3.72 KB

File metadata and controls

86 lines (70 loc) · 3.72 KB

OrderPayment

Properties

Name Type Description Notes
check OrderPaymentCheck [optional]
creditCard OrderPaymentCreditCard [optional]
echeck OrderPaymentECheck [optional]
healthBenefitCard OrderPaymentHealthBenefitCard [optional]
holdForFraudReview Boolean True if order has been held for fraud review [optional]
insurance OrderPaymentInsurance [optional]
paymentDts String Date/time that the payment was successfully processed, for new orders, this field is only considered if channel_partner.skip_payment_processing is true [optional]
paymentMethod PaymentMethodEnum Payment method [optional]
paymentMethodAccountingCode String Payment method QuickBooks code [optional]
paymentMethodDepositToAccount String Payment method QuickBooks deposit account [optional]
paymentStatus PaymentStatusEnum Payment status [optional]
paypal OrderPaymentPayPal [optional]
purchaseOrder OrderPaymentPurchaseOrder [optional]
rotatingTransactionGatewayCode String Rotating transaction gateway code used to process this order [optional]
surcharge Currency [optional]
surchargeAccountingCode String Surcharge accounting code [optional]
surchargeTransactionFee BigDecimal Surcharge transaction fee [optional]
surchargeTransactionPercentage BigDecimal Surcharge transaction percentage [optional]
testOrder Boolean True if this is a test order [optional]
transactions List<OrderPaymentTransaction> Transactions associated with processing this payment [optional]

Enum: PaymentMethodEnum

Name Value
AFFIRM "Affirm"
AMAZON "Amazon"
AMAZON_PAY "Amazon Pay"
AMAZON_SC "Amazon SC"
CASH "Cash"
CHECK "Check"
COD "COD"
CREDIT_CARD "Credit Card"
CRYPTO "Crypto"
EBAY "eBay"
ECHECK "eCheck"
GOOGLE_SHOPPING "Google Shopping"
GOLDBELLY "Goldbelly"
GOHIGHLEVEL "GoHighLevel"
INSURANCE "Insurance"
LINK "Link"
LOANHERO "LoanHero"
MONEY_ORDER "Money Order"
PAYPAL "PayPal"
PURCHASE_ORDER "Purchase Order"
QUOTE_REQUEST "Quote Request"
UNKNOWN "Unknown"
WIRE_TRANSFER "Wire Transfer"
WALMART "Walmart"
SHOP_COM "Shop.com"
SEZZLE "Sezzle"
VENMO "Venmo"
APPLE_PAY "Apple Pay"
GOOGLE_PAY "Google Pay"
HEALTH_BENEFIT_CARD "Health Benefit Card"
PAYPAL_FASTLANE "PayPal Fastlane"
KLARNA "Klarna"

Enum: PaymentStatusEnum

Name Value
UNPROCESSED "Unprocessed"
AUTHORIZED "Authorized"
CAPTURE_FAILED "Capture Failed"
PROCESSED "Processed"
DECLINED "Declined"
VOIDED "Voided"
REFUNDED "Refunded"
SKIPPED "Skipped"