id | payment.orderId |
email | payment.customer.emailAddress |
created_at | Payment creation time |
currency | payment.currencyCode |
gateway | Processor or payment method |
total_price | payment.amount |
cart_token | payment.metadata.fraud_context.device_details.cookie_token |
referring_site | payment.metadata.fraud_context.device_details.referring_site |
source | payment.metadata.fraud_context.device_details.source |
browser_ip | payment.metadata.fraud_context.device_details.browser_ip |
device_id | payment.metadata.fraud_context.device_details.device_id |
client_details.user_agent | payment.metadata.fraud_context.device_details.user_agent |
client_details.accept_language | payment.metadata.fraud_context.device_details.accept_language |
vendor_id | payment.metadata.fraud_context.merchant_details.merchant_provider_id |
vendor_name | payment.metadata.fraud_context.merchant_details.merchant_name |
line_items[].price | payment.order.lineItems[].amount |
line_items[].quantity | payment.order.lineItems[].quantity |
line_items[].title | payment.order.lineItems[].name |
line_items[].brand | payment.order.lineItems[].productData.brand |
line_items[].product_type | payment.order.lineItems[].productType |
line_items[].sku | payment.order.lineItems[].productData.sku |
shipping_lines[0].price | payment.order.shipping.amount |
shipping_lines[0].title | payment.order.shipping.methodName |
customer.id | payment.customerId |
customer.email | payment.customer.emailAddress |
customer.first_name | payment.customer.firstName |
customer.last_name | payment.customer.lastName |
customer.phone | payment.customer.mobileNumber |
customer.address.first_name | payment.customer.billingAddress.firstName |
customer.address.last_name | payment.customer.billingAddress.lastName |
customer.address.address1 | payment.customer.billingAddress.addressLine1 |
customer.address.address2 | payment.customer.billingAddress.addressLine2 |
customer.address.country_code | payment.customer.billingAddress.countryCode |
customer.address.city | payment.customer.billingAddress.city |
customer.address.zip | payment.customer.billingAddress.postalCode |
customer.address.province | payment.customer.billingAddress.state |
billing_address.first_name | payment.customer.billingAddress.firstName |
billing_address.last_name | payment.customer.billingAddress.lastName |
billing_address.address1 | payment.customer.billingAddress.addressLine1 |
billing_address.address2 | payment.customer.billingAddress.addressLine2 |
billing_address.country | payment.customer.billingAddress.country |
billing_address.country_code | payment.customer.billingAddress.countryCode |
billing_address.city | payment.customer.billingAddress.city |
billing_address.zip | payment.customer.billingAddress.postalCode |
billing_address.province | payment.customer.billingAddress.state |
shipping_address.first_name | payment.customer.shippingAddress.firstName |
shipping_address.last_name | payment.customer.shippingAddress.lastName |
shipping_address.address1 | payment.customer.shippingAddress.addressLine1 |
shipping_address.address2 | payment.customer.shippingAddress.addressLine2 |
shipping_address.country | payment.customer.shippingAddress.country |
shipping_address.country_code | payment.customer.shippingAddress.countryCode |
shipping_address.city | payment.customer.shippingAddress.city |
shipping_address.zip | payment.customer.shippingAddress.postalCode |
shipping_address.province | payment.customer.shippingAddress.state |