{
  "amount": 999,
  "currency": "USD",
  "confirm": true,
  "payment_method": "card",
  "return_url": "https://example.com",
  "email": "example@email.com",
  "recurring_details": {
    "type": "network_transaction_id_and_card_details",
    "data": {
      "card_number": "4242424242424242",
      "card_exp_month": "11",
      "card_exp_year": "2050",
      "card_holder_name": "joseph Doe",
      "network_transaction_id": "MCC5ZRGMI0925"
    }
  },
  "off_session": true,
  "billing": {
    "address": {
      "first_name": "John",
      "last_name": "Doe",
      "line1": "1467",
      "line2": "Harrison Street",
      "line3": "Harrison Street",
      "city": "San Fransico",
      "state": "California",
      "zip": "94122",
      "country": "US"
    },
    "phone": {
      "number": "9123456789",
      "country_code": "+91"
    }
  },
  "browser_info": {
    "ip_address": "129.0.0.1",
    "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",
    "accept_header": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8",
    "language": "en-US",
    "color_depth": 30,
    "screen_height": 1117,
    "screen_width": 1728,
    "time_zone": -330,
    "java_enabled": true,
    "java_script_enabled": true
  }
}
