{
    "firstName": "{{ shipping.first_name }}",
    "lastName": "{{ shipping.last_name }}",
    "email": "{{ billing.email }}",
    "phone": "{{ billing.phone }}",
    "shippingAddress1": "{{ shipping.address_1 }}",
    "shippingAddress2": "{{ shipping.address_2 }}",
    "shippingZip": "{{ shipping.postcode }}",
    "shippingCity": "{{ shipping.city }}",
    "shippingState": "{{ shipping.state }}",
    "shippingCountry": "{{ shipping.country }}",
    "billingFirstName": "{{ billing.first_name }}",
    "billingLastName": "{{ billing.last_name }}",
    "billingAddress1": "{{ billing.address_1 }}",
    "billingAddress2": "{{ billing.address_2 }}",
    "billingZip": "{{ billing.postcode }}",
    "billingCity": "{{ billing.city }}",
    "billingState": "{{ billing.state }}",
    "billingCountry": "{{ billing.country }}",
    "campaignId": "{{ config.campaign_id }}",
    "{% cart_items:-:connection_product_id %}": {
        "dynamic_product_price_{#}": "price",
        "product_qty_{#}": "qty"
    },
    "productId": "{{ cart_items.0.connection_product_id }}",
    "creditCardType": "{{ card.type }}",
    "creditCardNumber": "{{ card.number }}",
    "CVV": "{{ card.cvc }}",
    "expirationDate": "{{ card.exp_month }}{{ card.exp_year }}",
    "method": "{{ method }}",
    "tranType": "{{ tran_type }}",
    "notes": "{{ description }}",
    "ipAddress": "{{ ip_address }}",
    "shippingId": "{{ config.shipping_id }}",
    "upsellProductIds": "{list: cart_items, connection_product_id | 1 }",
    "upsellCount": "{{ upsell_count }}",
    "click_id": "{{ affiliate_param.click_id }}",
    "AFID": "{{ affiliate_param.afid }}",
    "AFFID": "{{ affiliate_param.affid }}",
    "SID": "{{ affiliate_param.sid }}",
    "C1": "{{ affiliate_param.c1 }}",
    "C2": "{{ affiliate_param.c2 }}",
    "C3": "{{ affiliate_param.c3 }}",
    "AID": "{{ affiliate_param.aid }}",
    "utm_source": "{{ affiliate_param.utm_source }}",
    "utm_medium": "{{ affiliate_param.utm_medium }}",
    "utm_campaign": "{{ affiliate_param.utm_campaign }}",
    "utm_term": "{{ affiliate_param.utm_term }}",
    "utm_content": "{{ affiliate_param.utm_content }}",
    "OPT": "{{ affiliate_param.opt }}",
    "device_category": "{{ affiliate_param.device_category }}",
    "alt_pay_return_url": "{{ alt_pay_return_url }}"
}