Payment Item data type

Last update: 2025-01-29
  • Topics:
  • Schemas
    View more on this topic
  • Created for:
  • Developer

Payment Item is a standard Experience Data Model (XDM) data type that describes a payment associated with an order that defines the type of payment, the amount, and the associated currency.

payment item image
Property Data type Description
currencyCode String The ISO 4217 currency code used for the order totals. All instances must conform to the regular expression ^[A-Z]{3}$. Examples include USD and EUR.
paymentAmount Double The value of the payment.
paymentType String The method of payment for this order. Accepted enum values include:
  • cash
  • credit_card
  • debit_card
  • gift_card
  • check
  • paypal
  • wire_transfer
  • credit_card_reference
  • other
  • transactionID String The unique transaction identifier for this payment item.

    For more details on the data type, refer to the public XDM repository:

    On this page