Created
August 3, 2025 09:05
-
-
Save architjn/c78a1b8951b277028271738b85858402 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Subscription Manager", | |
"nodes": [ | |
{ | |
"parameters": { | |
"pollTimes": { | |
"item": [ | |
{ | |
"mode": "everyMinute" | |
} | |
] | |
}, | |
"simple": false, | |
"filters": {}, | |
"options": {} | |
}, | |
"type": "n8n-nodes-base.gmailTrigger", | |
"typeVersion": 1.2, | |
"position": [ | |
0, | |
220 | |
], | |
"id": "ef366aa6-e16b-4ee3-8491-1ce45dfeb8f6", | |
"name": "Gmail Trigger", | |
"credentials": { | |
"gmailOAuth2": { | |
"id": "qaWniySSWX6Qgmeo", | |
"name": "[email protected]" | |
} | |
} | |
}, | |
{ | |
"parameters": { | |
"assignments": { | |
"assignments": [ | |
{ | |
"id": "919b6339-7d24-4bbb-b831-9bd6e68aa9db", | |
"name": "html", | |
"value": "= {{ $json.html }}", | |
"type": "string" | |
}, | |
{ | |
"id": "a3e2327d-601c-4f6f-88c2-67abe0a1f9a6", | |
"name": "subject", | |
"value": "={{ $json.subject }}", | |
"type": "string" | |
} | |
] | |
}, | |
"options": {} | |
}, | |
"type": "n8n-nodes-base.set", | |
"typeVersion": 3.4, | |
"position": [ | |
224, | |
220 | |
], | |
"id": "5e2966eb-ee58-497f-875c-384049979658", | |
"name": "Values" | |
}, | |
{ | |
"parameters": { | |
"html": "={{ $json.html }}", | |
"options": {} | |
}, | |
"type": "n8n-nodes-base.markdown", | |
"typeVersion": 1, | |
"position": [ | |
448, | |
220 | |
], | |
"id": "f31f4b15-3ba5-4ef9-b028-39eea4b5f76d", | |
"name": "Markdown" | |
}, | |
{ | |
"parameters": { | |
"model": "openai/gpt-4.1-nano", | |
"options": {} | |
}, | |
"type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter", | |
"typeVersion": 1, | |
"position": [ | |
1136, | |
992 | |
], | |
"id": "35a8396d-8676-48d0-9954-820b7585083e", | |
"name": "OpenRouter Chat Model", | |
"credentials": { | |
"openRouterApi": { | |
"id": "CGW0UD2Uwkzjnlyv", | |
"name": "OpenRouter account" | |
} | |
} | |
}, | |
{ | |
"parameters": { | |
"jsonSchemaExample": "{\n \"paymentDone\": true,\n \"isSubscription\": false,\n \"isInvestment\": false,\n \"platformName\": \"Google One\",\n \"paymentAggregator\": \"Paypal\",\n \"paymentCycleEndDate\": \"03/15\",\n \"paymentStatus\": \"Paid, Failed or Cancelled\",\n \"paymentAmount\": \"USD 49\",\n \"paymentDuration\": \"Yearly\",\n \"paymentMethod\": \"Visa (Card - 1392)\"\n}", | |
"autoFix": true | |
}, | |
"type": "@n8n/n8n-nodes-langchain.outputParserStructured", | |
"typeVersion": 1.3, | |
"position": [ | |
1712, | |
444 | |
], | |
"id": "07cf98de-2bc5-42f1-b782-64c95ad21680", | |
"name": "Structured Output Parser" | |
}, | |
{ | |
"parameters": { | |
"conditions": { | |
"options": { | |
"caseSensitive": true, | |
"leftValue": "", | |
"typeValidation": "strict", | |
"version": 2 | |
}, | |
"conditions": [ | |
{ | |
"id": "406b9467-8ce4-42db-bf0a-14d829e2d6ec", | |
"leftValue": "={{ $json.output.paymentDone && $json.output.isSubscription && !$json.output.isInvestment }}", | |
"rightValue": "", | |
"operator": { | |
"type": "boolean", | |
"operation": "true", | |
"singleValue": true | |
} | |
} | |
], | |
"combinator": "and" | |
}, | |
"options": {} | |
}, | |
"type": "n8n-nodes-base.if", | |
"typeVersion": 2.2, | |
"position": [ | |
2112, | |
220 | |
], | |
"id": "df8d09d9-33bf-4178-a1f8-35993bfa4459", | |
"name": "If" | |
}, | |
{ | |
"parameters": { | |
"documentId": { | |
"__rl": true, | |
"value": "1tPB68nQttjQ8-n7I2e8W-gh8c6qLudSrkFjv9JQtD60", | |
"mode": "list", | |
"cachedResultName": "Subscription Management", | |
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1tPB68nQttjQ8-n7I2e8W-gh8c6qLudSrkFjv9JQtD60/edit?usp=drivesdk" | |
}, | |
"sheetName": { | |
"__rl": true, | |
"value": "gid=0", | |
"mode": "list", | |
"cachedResultName": "Sheet1", | |
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1tPB68nQttjQ8-n7I2e8W-gh8c6qLudSrkFjv9JQtD60/edit#gid=0" | |
}, | |
"options": {} | |
}, | |
"type": "n8n-nodes-base.googleSheets", | |
"typeVersion": 4.6, | |
"position": [ | |
2560, | |
-48 | |
], | |
"id": "98c9cd15-19ca-41bf-ba0c-4f9e8983c079", | |
"name": "Get all Subscriptions", | |
"credentials": { | |
"googleSheetsOAuth2Api": { | |
"id": "Rn3BYzXFYtmdsek1", | |
"name": "Google Sheets account" | |
} | |
} | |
}, | |
{ | |
"parameters": { | |
"promptType": "define", | |
"text": "=Available Platform names - \n{{ $json.data.map((item) => `${item.row_number}. ${item['Platform Name']}`).join('\\n') }}\n\nNew Platform Found -\n{{ $('Loop Over Items').item.json.output.platformName }}", | |
"hasOutputParser": true, | |
"messages": { | |
"messageValues": [ | |
{ | |
"message": "You will be provided with already available list of subscriptions and a new subscription name found recently.\n\nYou have sole responsibility to identify if the new subscription name found is already available in already available list based on similarity. Both can be slightly different but means the same.\n\nYou must output only 3 keys below\nalreadyExists: (boolean value here)\nrowNumber: (in case if it already exists, the row number from available list)\nsubscriptionName: (name of the matching subscription name found in already available list or if not available then new name as it is)\n" | |
} | |
] | |
}, | |
"batching": {} | |
}, | |
"type": "@n8n/n8n-nodes-langchain.chainLlm", | |
"typeVersion": 1.7, | |
"position": [ | |
3008, | |
-48 | |
], | |
"id": "39da29e5-eed9-4239-8358-6360e9e01f07", | |
"name": "Basic LLM Chain1" | |
}, | |
{ | |
"parameters": { | |
"aggregate": "aggregateAllItemData", | |
"include": "specifiedFields", | |
"fieldsToInclude": "Platform Name, row_number", | |
"options": {} | |
}, | |
"type": "n8n-nodes-base.aggregate", | |
"typeVersion": 1, | |
"position": [ | |
2784, | |
-48 | |
], | |
"id": "c2ebe65a-871a-4e7a-8b3f-0179b5a71ea9", | |
"name": "Aggregate" | |
}, | |
{ | |
"parameters": { | |
"model": "openai/gpt-4.1-nano", | |
"options": {} | |
}, | |
"type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter", | |
"typeVersion": 1, | |
"position": [ | |
3040, | |
176 | |
], | |
"id": "d35dff12-b4d7-4a96-a223-6589c67b63b7", | |
"name": "OpenRouter Chat Model1", | |
"credentials": { | |
"openRouterApi": { | |
"id": "CGW0UD2Uwkzjnlyv", | |
"name": "OpenRouter account" | |
} | |
} | |
}, | |
{ | |
"parameters": { | |
"jsonSchemaExample": "{\n\t\"alreadyExists\": true,\n \"rowNumber\": 1,\n \"subscriptionName\": \"Platform name here\"\n}" | |
}, | |
"type": "@n8n/n8n-nodes-langchain.outputParserStructured", | |
"typeVersion": 1.3, | |
"position": [ | |
3168, | |
176 | |
], | |
"id": "b85ecdb1-e47f-4606-8a3c-b1833bdc9e4f", | |
"name": "Structured Output Parser1" | |
}, | |
{ | |
"parameters": { | |
"operation": "update", | |
"documentId": { | |
"__rl": true, | |
"value": "1tPB68nQttjQ8-n7I2e8W-gh8c6qLudSrkFjv9JQtD60", | |
"mode": "list", | |
"cachedResultName": "Subscription Management", | |
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1tPB68nQttjQ8-n7I2e8W-gh8c6qLudSrkFjv9JQtD60/edit?usp=drivesdk" | |
}, | |
"sheetName": { | |
"__rl": true, | |
"value": "gid=0", | |
"mode": "list", | |
"cachedResultName": "Sheet1", | |
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1tPB68nQttjQ8-n7I2e8W-gh8c6qLudSrkFjv9JQtD60/edit#gid=0" | |
}, | |
"columns": { | |
"mappingMode": "defineBelow", | |
"value": { | |
"row_number": "={{ $json.output.rowNumber }}", | |
"Payment Aggregator": "={{ $('Loop Over Items').item.json.output.paymentAggregator }}", | |
"Payment Cycle Date": "={{ $('Loop Over Items').item.json.output.paymentCycleEndDate }}", | |
"Amount": "={{ $('Loop Over Items').item.json.output.paymentAmount }}", | |
"Payment Method": "={{ $('Loop Over Items').item.json.output.paymentMethod }}", | |
"Duration": "={{ $('Loop Over Items').item.json.output.paymentDuration }}" | |
}, | |
"matchingColumns": [ | |
"row_number" | |
], | |
"schema": [ | |
{ | |
"id": "Platform Name", | |
"displayName": "Platform Name", | |
"required": false, | |
"defaultMatch": false, | |
"display": true, | |
"type": "string", | |
"canBeUsedToMatch": true, | |
"removed": true | |
}, | |
{ | |
"id": "Payment Aggregator", | |
"displayName": "Payment Aggregator", | |
"required": false, | |
"defaultMatch": false, | |
"display": true, | |
"type": "string", | |
"canBeUsedToMatch": true | |
}, | |
{ | |
"id": "Payment Cycle Date", | |
"displayName": "Payment Cycle Date", | |
"required": false, | |
"defaultMatch": false, | |
"display": true, | |
"type": "string", | |
"canBeUsedToMatch": true | |
}, | |
{ | |
"id": "Amount", | |
"displayName": "Amount", | |
"required": false, | |
"defaultMatch": false, | |
"display": true, | |
"type": "string", | |
"canBeUsedToMatch": true | |
}, | |
{ | |
"id": "Duration", | |
"displayName": "Duration", | |
"required": false, | |
"defaultMatch": false, | |
"display": true, | |
"type": "string", | |
"canBeUsedToMatch": true, | |
"removed": false | |
}, | |
{ | |
"id": "Payment Method", | |
"displayName": "Payment Method", | |
"required": false, | |
"defaultMatch": false, | |
"display": true, | |
"type": "string", | |
"canBeUsedToMatch": true | |
}, | |
{ | |
"id": "row_number", | |
"displayName": "row_number", | |
"required": false, | |
"defaultMatch": false, | |
"display": true, | |
"type": "number", | |
"canBeUsedToMatch": true, | |
"readOnly": true, | |
"removed": false | |
} | |
], | |
"attemptToConvertTypes": false, | |
"convertFieldsToString": false | |
}, | |
"options": {} | |
}, | |
"type": "n8n-nodes-base.googleSheets", | |
"typeVersion": 4.6, | |
"position": [ | |
3632, | |
76 | |
], | |
"id": "b6c49c6a-9e91-4808-b778-ec0d45b76565", | |
"name": "Update row in sheet", | |
"credentials": { | |
"googleSheetsOAuth2Api": { | |
"id": "Rn3BYzXFYtmdsek1", | |
"name": "Google Sheets account" | |
} | |
} | |
}, | |
{ | |
"parameters": { | |
"rules": { | |
"values": [ | |
{ | |
"conditions": { | |
"options": { | |
"caseSensitive": true, | |
"leftValue": "", | |
"typeValidation": "strict", | |
"version": 2 | |
}, | |
"conditions": [ | |
{ | |
"leftValue": "={{ $json.output.alreadyExists }}", | |
"rightValue": "", | |
"operator": { | |
"type": "boolean", | |
"operation": "true", | |
"singleValue": true | |
}, | |
"id": "e4799141-ce4b-4c11-aa5a-40cb63056141" | |
} | |
], | |
"combinator": "and" | |
}, | |
"renameOutput": true, | |
"outputKey": "Exists" | |
}, | |
{ | |
"conditions": { | |
"options": { | |
"caseSensitive": true, | |
"leftValue": "", | |
"typeValidation": "strict", | |
"version": 2 | |
}, | |
"conditions": [ | |
{ | |
"id": "cca12283-4180-474a-af5f-de387af538f9", | |
"leftValue": "={{ $json.output.alreadyExists }}", | |
"rightValue": "", | |
"operator": { | |
"type": "boolean", | |
"operation": "false", | |
"singleValue": true | |
} | |
} | |
], | |
"combinator": "and" | |
}, | |
"renameOutput": true, | |
"outputKey": "New" | |
} | |
] | |
}, | |
"options": {} | |
}, | |
"type": "n8n-nodes-base.switch", | |
"typeVersion": 3.2, | |
"position": [ | |
3408, | |
-48 | |
], | |
"id": "8eb8f18d-bdde-464f-ad5e-7628db0f5462", | |
"name": "Switch" | |
}, | |
{ | |
"parameters": { | |
"operation": "append", | |
"documentId": { | |
"__rl": true, | |
"value": "1tPB68nQttjQ8-n7I2e8W-gh8c6qLudSrkFjv9JQtD60", | |
"mode": "list", | |
"cachedResultName": "Subscription Management", | |
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1tPB68nQttjQ8-n7I2e8W-gh8c6qLudSrkFjv9JQtD60/edit?usp=drivesdk" | |
}, | |
"sheetName": { | |
"__rl": true, | |
"value": "gid=0", | |
"mode": "list", | |
"cachedResultName": "Sheet1", | |
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1tPB68nQttjQ8-n7I2e8W-gh8c6qLudSrkFjv9JQtD60/edit#gid=0" | |
}, | |
"columns": { | |
"mappingMode": "defineBelow", | |
"value": { | |
"Platform Name": "={{ $json.output.subscriptionName }}", | |
"Payment Aggregator": "={{ $('Loop Over Items').item.json.output.paymentAggregator }}", | |
"Payment Cycle Date": "={{ $('Loop Over Items').item.json.output.paymentCycleEndDate }}", | |
"Amount": "={{ $('Loop Over Items').item.json.output.paymentAmount }}", | |
"Payment Method": "={{ $('Loop Over Items').item.json.output.paymentMethod }}", | |
"Duration": "={{ $('Loop Over Items').item.json.output.paymentDuration }}" | |
}, | |
"matchingColumns": [], | |
"schema": [ | |
{ | |
"id": "Platform Name", | |
"displayName": "Platform Name", | |
"required": false, | |
"defaultMatch": false, | |
"display": true, | |
"type": "string", | |
"canBeUsedToMatch": true | |
}, | |
{ | |
"id": "Payment Aggregator", | |
"displayName": "Payment Aggregator", | |
"required": false, | |
"defaultMatch": false, | |
"display": true, | |
"type": "string", | |
"canBeUsedToMatch": true | |
}, | |
{ | |
"id": "Payment Cycle Date", | |
"displayName": "Payment Cycle Date", | |
"required": false, | |
"defaultMatch": false, | |
"display": true, | |
"type": "string", | |
"canBeUsedToMatch": true | |
}, | |
{ | |
"id": "Amount", | |
"displayName": "Amount", | |
"required": false, | |
"defaultMatch": false, | |
"display": true, | |
"type": "string", | |
"canBeUsedToMatch": true | |
}, | |
{ | |
"id": "Duration", | |
"displayName": "Duration", | |
"required": false, | |
"defaultMatch": false, | |
"display": true, | |
"type": "string", | |
"canBeUsedToMatch": true, | |
"removed": false | |
}, | |
{ | |
"id": "Payment Method", | |
"displayName": "Payment Method", | |
"required": false, | |
"defaultMatch": false, | |
"display": true, | |
"type": "string", | |
"canBeUsedToMatch": true | |
} | |
], | |
"attemptToConvertTypes": false, | |
"convertFieldsToString": false | |
}, | |
"options": {} | |
}, | |
"type": "n8n-nodes-base.googleSheets", | |
"typeVersion": 4.6, | |
"position": [ | |
3632, | |
268 | |
], | |
"id": "3a50829d-7ab1-4475-bff1-2cbc557a39ae", | |
"name": "Append row in sheet", | |
"credentials": { | |
"googleSheetsOAuth2Api": { | |
"id": "Rn3BYzXFYtmdsek1", | |
"name": "Google Sheets account" | |
} | |
} | |
}, | |
{ | |
"parameters": { | |
"promptType": "define", | |
"text": "=Below is the email content - \n\n\n{{ $json.text }}", | |
"hasOutputParser": true, | |
"options": { | |
"systemMessage": "=# Information\nYou are helpful email assistant. \nYou will be provided with the email content. You need to extract important information out of it.\n\n# Tools\n## Subscription Agent\n- This tool will help identify if the email isSubscription, isInvestment and paymentDone\n\n## Payment Info Agent\n- This tool will help identify the payment details along with subscription details needed.\n\n# Instructions\n- You must understand the email content, and identify the information needed.\n- You must call \"Subscription Agent\" tool to get if it is a subscription\n- You must call \"Payment Info Agent\" tool to get the payment and platform information\n\n# Strict Output format (Example)\npaymentDone: true\nisSubscription: false\nisInvestment: false\nplatformName: Google One\npaymentAggregator: Paypal\npaymentCycleEndDate: 03/15\npaymentStatus: Failed\npaymentAmount: USD 49\npaymentDuration: Yearly or Monthly\npaymentMethod: Mastercard (Card - 1392)" | |
} | |
}, | |
"type": "@n8n/n8n-nodes-langchain.agent", | |
"typeVersion": 2.1, | |
"position": [ | |
1392, | |
220 | |
], | |
"id": "d3ae6885-7e5f-4819-8a1f-7939fa91b43d", | |
"name": "AI Agent" | |
}, | |
{ | |
"parameters": { | |
"toolDescription": "AI Agent to identify if the email is subscription or not.", | |
"text": "=Below is the email content.\n\n{{ $json.text }}", | |
"options": { | |
"systemMessage": "=# Information\nYou are helpful email assistant. \nYou will be provided with the email content. You have only sole responsibility to check if the email content provided is related to any online flatform subscription update.\n\n# Instructions\n- You must understand the email content, and identify the information needed.\n- Make sure to extract the payment status, if it was \"Paid\", \"Failed\", or \"Cancelled\" \n- You must check if the email is about SIP or any other kind of investment then it's not a subscription.\n- You must extract payment cycle end date in MM/DD format\n- You must extract the exact amount paid in total inclusive of all other charges. Must be in \"<currency code> <amount in decimal>\" format.\n- The amount paid should be exactly in the currency mentioned in the email.\n- You must get the payment duration if it is monthly or yearly. (Must be either \"Monthly\" or \"Yearly\")\n- Must get the payment method used\n- isSubscription must only be true if the email is related to any update on the subscription, it can be payment success, payment failed, new subscription, cancelation of a subscription.\n- isSubscription key is used for identifying if the email is regarding the management of the subscription.\n- if the email is about a newsletter update and not related to subscription management, then isSubscription must be false.\n- paymentDone must only be true if the email is about the status on any payment done.\n\n# Strict Output format (Example)\npaymentDone: true\nisSubscription: false\nisInvestment: false" | |
} | |
}, | |
"type": "@n8n/n8n-nodes-langchain.agentTool", | |
"typeVersion": 2.2, | |
"position": [ | |
1072, | |
444 | |
], | |
"id": "cb1c1c27-d990-4505-9d3f-7bfd19fdea72", | |
"name": "Subscription Agent" | |
}, | |
{ | |
"parameters": { | |
"toolDescription": "AI Agent to identify the payment details available in the email related to the subscription", | |
"text": "=Below is the email content.\n\n{{ $json.text }}", | |
"options": { | |
"systemMessage": "=# Information\nYou are helpful email assistant. \nYou will be provided with the email content. You have only sole responsibility to check if the email content provided is related to any online flatform subscription update.\n\n# Instructions\n- You must understand the email content, and identify the information needed.\n- Platform name is the name for which the subscription about is paid for.\n- paymentAggregator is the service which is used as payment gateway\n- paymentCycleEndDate is the date when the subscription cycle is ended.\n- paymentStatus is the status of the payment done towards the subscription\n- paymentAmount is the amount payed for the subscription.\n- paymentAmount must be in <currency code> <Amount> format\n- paymentAmount must have currency which was originally mentioned in the email\n- paymentDuration is the subscription type, if the subscription is Monthly or Yearly.\n- paymentMethod is the payment method used for the subscription purchase.\n- paymentMethod must be in format similar to Mastercard (Card - 1392).\n- paymentMethod must be \"Unavailable\" when there is no information available related to this.\n\n# Strict Output format (Example)\nplatformName: Google One\npaymentAggregator: Paypal\npaymentCycleEndDate: 03/15\npaymentStatus: Failed\npaymentAmount: USD 49\npaymentDuration: Yearly or Monthly\npaymentMethod: Mastercard (Card - 1392)" | |
} | |
}, | |
"type": "@n8n/n8n-nodes-langchain.agentTool", | |
"typeVersion": 2.2, | |
"position": [ | |
1392, | |
444 | |
], | |
"id": "e6d5831c-2dc9-46f6-8e7e-ba71978a94fd", | |
"name": "Payment Info Agent" | |
}, | |
{ | |
"parameters": { | |
"options": {} | |
}, | |
"type": "n8n-nodes-base.splitInBatches", | |
"typeVersion": 3, | |
"position": [ | |
2336, | |
220 | |
], | |
"id": "da565a00-f9ec-44cc-89a3-e25b3b3c7033", | |
"name": "Loop Over Items" | |
}, | |
{ | |
"parameters": { | |
"promptType": "define", | |
"text": "=Clean this markdown content with relevant information only.\n\nMake sure that no information is missed at any place. Each information is extremely important.\n\nMake sure to remove all the links and URLs from the final output.\n\nMake sure to just return the Markdown enclosed in \"```md\" tag and nothing else other than that.\n\nHere's the content to clean- \n{{ $json.data }}", | |
"batching": {} | |
}, | |
"type": "@n8n/n8n-nodes-langchain.chainLlm", | |
"typeVersion": 1.7, | |
"position": [ | |
672, | |
220 | |
], | |
"id": "4143f17d-d7e9-4a1b-bf94-c9a5adee2478", | |
"name": "Basic LLM Chain" | |
} | |
], | |
"pinData": { | |
"Gmail Trigger": [ | |
{ | |
"json": { | |
"id": "1984f4c66755a727", | |
"threadId": "1984f4c66755a727", | |
"labelIds": [ | |
"UNREAD", | |
"CATEGORY_UPDATES", | |
"INBOX" | |
], | |
"sizeEstimate": 187124, | |
"headers": { | |
"delivered-to": "Delivered-To: [email protected]", | |
"received": "Received: from a85-219.smtp-out.us-west-2.amazonses.com (a85-219.smtp-out.us-west-2.amazonses.com. [54.240.85.219])\r\n by mx.google.com with ESMTPS id d9443c01a7336-23fbe4f63aasi55658615ad.208.2025.07.27.21.31.03\r\n for <[email protected]>\r\n (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128);\r\n Sun, 27 Jul 2025 21:31:03 -0700 (PDT)", | |
"x-google-smtp-source": "X-Google-Smtp-Source: AGHT+IEa5WD6aWf+dzPilzGq3Mk+dJmDvcfKtk8+8YCxyw/P0rd9wfOFMaZZAcUfmOXqGUIDGNIr", | |
"x-received": "X-Received: by 2002:a17:902:ce04:b0:23e:3911:433e with SMTP id d9443c01a7336-23fb2a7b68fmr170148985ad.5.1753677063883;\r\n Sun, 27 Jul 2025 21:31:03 -0700 (PDT)", | |
"arc-seal": "ARC-Seal: i=1; a=rsa-sha256; t=1753677063; cv=none;\r\n d=google.com; s=arc-20240605;\r\n b=cQTNX1LJOxZiIspRNVln38thfI6e/hBxDGN6/ugGWIbcRDE+ZR0E8TDBlxjufn8ARq\r\n gU/Ua396thV96EY7lRMIzAupjREkq4kWVOe3jnAjVdKFEAb94XzvTrpcQDbMmXB6HO3n\r\n hIwzoi3tG2Gx0euXRr3ifLpL0gAL7KMULL1HOHwu9gjCLEl70xyB+LZek6bf0edLunZk\r\n Zbj73mgDGhsCiYSjxgsggNrLsNbvANlWkFjAbr76253F/JLtc+NvYrZ+BUndTLyWxslW\r\n wZ1Hon0RhqE+EZ0Y2KCVM4zi7blVF3d3FvHO/I9oZuYxCYop3+SQTV+yt60Xgu7sQ24x\r\n Y+iA==", | |
"arc-message-signature": "ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605;\r\n h=feedback-id:bimi-selector:mime-version:subject:message-id:to\r\n :reply-to:from:date:dkim-signature:dkim-signature;\r\n bh=gWeTeJQvfyDfmivk7HkkitPz80Th3Rsw6N3ixGCi2No=;\r\n fh=pgGp2Xacdu/RyzHyOFh5p0P4Ji8fLcL46l7bQiygak8=;\r\n b=HVinzTyKRi56SGkMd01fRfGTGo4SE08OKiFM+YXcLX89HnaM363HiDGHhORURR0L+G\r\n O1cLbyrJtFHWOg3RtmjoteWm6Qd1o4TtTsRUnfYncBjauLVR2xUnCsgu9REtZrlfVxtk\r\n yp8pXat/WA93tQQoox2iOAr++QD/wGYOMqYMObdLk4xpvOqsDsgI2OEKI45qHRMF/lQh\r\n rF8g0A44QSzABZvoxVurBUQ3FHn6rLdzOAc7vzOukeRoXdn3/ImiiKG2pPn0cBEadWHE\r\n nE8U6J6P4smvDacOv16TJPqYeeWWeWpnQxvBIuzmiV37d2g63KBx5+ftu/fs4h9Bm8Wp\r\n 9K9A==;\r\n dara=google.com", | |
"arc-authentication-results": "ARC-Authentication-Results: i=1; mx.google.com;\r\n dkim=pass [email protected] header.s=abcvmdrdgulwh3z7nkunhc6x66y7omp5 header.b=n2vd96z1;\r\n dkim=pass [email protected] header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=PuxR+Rc2;\r\n spf=pass (google.com: domain of 010101984f4c6437-c32e7ab7-5657-4bfa-9f0f-88450ae37ed9-000000@bounce.stripe.com designates 54.240.85.219 as permitted sender) smtp.mailfrom=010101984f4c6437-c32e7ab7-5657-4bfa-9f0f-88450ae37ed9-000000@bounce.stripe.com;\r\n dmarc=pass (p=REJECT sp=REJECT dis=NONE) header.from=stripe.com", | |
"return-path": "Return-Path: <010101984f4c6437-c32e7ab7-5657-4bfa-9f0f-88450ae37ed9-000000@bounce.stripe.com>", | |
"received-spf": "Received-SPF: pass (google.com: domain of 010101984f4c6437-c32e7ab7-5657-4bfa-9f0f-88450ae37ed9-000000@bounce.stripe.com designates 54.240.85.219 as permitted sender) client-ip=54.240.85.219;", | |
"authentication-results": "Authentication-Results: mx.google.com;\r\n dkim=pass [email protected] header.s=abcvmdrdgulwh3z7nkunhc6x66y7omp5 header.b=n2vd96z1;\r\n dkim=pass [email protected] header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=PuxR+Rc2;\r\n spf=pass (google.com: domain of 010101984f4c6437-c32e7ab7-5657-4bfa-9f0f-88450ae37ed9-000000@bounce.stripe.com designates 54.240.85.219 as permitted sender) smtp.mailfrom=010101984f4c6437-c32e7ab7-5657-4bfa-9f0f-88450ae37ed9-000000@bounce.stripe.com;\r\n dmarc=pass (p=REJECT sp=REJECT dis=NONE) header.from=stripe.com", | |
"dkim-signature": "DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple;\r\n\ts=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1753677063;\r\n\th=Date:From:Reply-To:To:Message-ID:Subject:Mime-Version:Content-Type:Feedback-ID;\r\n\tbh=jOFA4JrEa/bWNh1sm3eSRLlcjGmdhwoWCcRNJpxU82M=;\r\n\tb=PuxR+Rc2rnehbones+6Cn4Ss+f9XFuceDXeG8UdGoW3C1M/9SpujkK/7q7pc3FE0\r\n\tQgfH+xSqkdsNwbFfi8w/L3TC4rQ9x7V5NCsQNdQJ0juNlHzZCZ5ySqW3n2sbbdfcnAZ\r\n\tRtYhXfFgf4byj+YA1OFhyEOZCH05BW3EAN+7Yy6Y=", | |
"date": "Date: Mon, 28 Jul 2025 04:31:03 +0000", | |
"from": "From: Retell AI <[email protected]>", | |
"reply-to": "Reply-To: Retell AI <[email protected]>", | |
"to": "To: [email protected]", | |
"message-id": "Message-ID: <010101984f4c6437-c32e7ab7-5657-4bfa-9f0f-88450ae37ed9-000000@us-west-2.amazonses.com>", | |
"subject": "Subject: Your receipt from Retell AI #2578-6493", | |
"mime-version": "Mime-Version: 1.0", | |
"content-type": "Content-Type: multipart/mixed;\r\n boundary=\"--==_mimepart_6886fd06bc903_dc90c6b94282122e\"", | |
"x-stripe-eid": "X-Stripe-EID: em_jebkjnwoloziqxrj96ohreyurkvgmg", | |
"bimi-selector": "BIMI-Selector: v=BIMI1; s=transactional;", | |
"feedback-id": "Feedback-ID: ::1.us-west-2.U9efwdPDLNZNk/S34uMIpcrlbDF6b3rs/s41tFWSWJ8=:AmazonSES", | |
"x-ses-outgoing": "X-SES-Outgoing: 2025.07.28-54.240.85.219" | |
}, | |
"html": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" xml:lang=\"en\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n <title>Your receipt from Retell AI #2578-6493</title><style>/**\n * These initial styles are copied from lib/letter/private/email/component/stripe_email_layout/style.css\n**/\n\nhtml, body, td,\na, span, div[style*=\"margin: 16px 0\"] {\n border: 0 !important;\n margin: 0 !important;\n outline: 0 !important;\n text-decoration: none !important;\n}\n\na, span,\ntd, th {\n -webkit-font-smoothing: antialiased !important;\n -moz-osx-font-smoothing: grayscale !important;\n}\n\n/**\n * main content\n **/\n.st-Wrapper {\n margin: 0 auto;\n min-width: 480px;\n width: 480px;\n}\n</style></head>\n <body class=\"st-Email\" style=\"border: 0; margin: 0; padding: 0; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; min-width: 100%; width: 100%;\" override=\"fix\">\n\n\n <!-- Background -->\n <table class=\"st-Background\" bgcolor=\"#ffffff\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border: 0; margin: 0; padding: 0;\">\n <tbody>\n <tr>\n <td style=\"font-size: 16px;\"> </td>\n <td>\n\n <!-- Wrapper -->\n <table\n class=\"st-Wrapper\"\n align=\"center\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n style=\"width: 480px; min-width: 480px; max-width: 480px;\"\n >\n <tbody>\n <tr>\n <td>\n \n\n \n\n <!-- STRIPE_PREHEADER_START_TAG -->\n<table class=\"st-Preheader st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"480\" style=\"min-width: 480px;\">\n <tbody>\n <tr>\n <td align=\"center\" height=\"0\" style=\"border: 0; margin: 0; padding: 0; color: #ffffff; display: none !important; font-size: 1px; line-height: 1px; max-height: 0; max-width: 0; mso-hide: all !important; opacity: 0; overflow: hidden; visibility: hidden;\">\n <span class=\"st-Delink st-Delink--preheader\" style=\"color: #ffffff; text-decoration: none;\">\n\n \n Your receipt from Retell AI #2578-6493\n \n\n <!-- Prevents elements showing up in email client preheader text, fyi https://parcel.io/blog/preheader-spacing -->\n ͏ ͏ ͏ ͏ ͏ ͏\n ͏ ͏ ͏ ͏ ͏ ͏\n ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏\n ͏ ͏ ͏ ͏ ͏ ͏\n ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏\n ͏ ͏ ͏ ͏ ͏ ͏\n ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏\n ͏ ͏ ͏ ͏ ͏ ͏\n ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏\n ͏ ͏ ͏ ͏ ͏ ͏\n ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏\n ͏ ͏ ͏ ͏ ͏ ͏\n ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏\n ͏ ͏ ͏ ͏ ͏ ͏\n ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏\n ͏ ͏ ͏ ͏ ͏ ͏\n \n \n \n \n \n \n\n </span>\n </td>\n </tr>\n </tbody>\n</table>\n<!-- STRIPE_PREHEADER_END_TAG -->\n\n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"58\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n \">\n <tbody>\n \n <tr>\n \n <td valign=\"middle\" height=\"32\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 32px;\n\n\n\n\n\n\n\n\n \">\n \n <a style=\"border: 0; margin: 0; padding: 0; text-decoration: none; outline: 0; ; \" href=\"https://www.retellai.com\" target=\"_self\">\n \n <!--[if mso]>\n <v:roundrect\n xmlns:v=\"urn:schemas-microsoft-com:vml\"\n xmlns:w=\"urn:schemas-microsoft-com:office:word\"\n style=\"height:32; width:32;\"\n arcsize=\"100%\"\n strokecolor=\"white\"\n fillcolor=\"white\"\n >\n <v:fill\n src=\"https://files.stripe.com/files/MDB8YWNjdF8xTjF3UUxCbHl0VEZDZHFnfGZfbGl2ZV9kZDZyc3dSWUhnVnJaQlVMYzFYMnV2c3k00EytME5Cp\"\n type=\"frame\"\n size=\"32px,32px\"\n >\n </v:fill>\n </v:roundrect>\n <![endif]-->\n <!--[if !mso]> <!---->\n <div style=\"\n width: 32px;\n height: 32px;\n background-color: white;\n border-radius: 100%; box-shadow: 0 2px 5px 0 rgb(50 50 93 / 10%), 0 1px 1px 0 rgb(0 0 0 / 7%);\n \">\n <div style=\"\n border-radius: 100%;\n width: 32px;\n height: 32px;\n text-align: center;\n background-color: white;\n background-position: center;\n background: url('https://files.stripe.com/files/MDB8YWNjdF8xTjF3UUxCbHl0VEZDZHFnfGZfbGl2ZV9kZDZyc3dSWUhnVnJaQlVMYzFYMnV2c3k00EytME5Cp');\n background-origin: border-box;\n background-size: contain;\n background-position: center;\n background-repeat: no-repeat;\n line-height: 100%;\n \">\n <div>\n <div>\n <!-- <![endif]-->\n</div>\n</div>\n</div>\n</div>\n \n </a>\n\n \n </td>\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 12px;\n\n \">\n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \">\n \n </span>\n \n </td>\n <td valign=\"middle\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n\n \">\n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n font-weight: 500;\n color: rgb(0, 0, 0);\n font-size: 16px;\n \n \">\n Retell AI\n </span>\n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"32\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; width: 482px; border-radius: 12px; box-shadow: 0 2px 5px 0 rgb(50 50 93 / 10%), 0 1px 1px 0 rgb(0 0 0 / 7%);\n\n \">\n \n \n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; width: 482px; border-radius: 12px; background-color: #e3e8ee; padding: 1px;\n\n \">\n \n \n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%; background-color: #ffffff; border-radius: 12px;\n \">\n <tbody>\n \n <tr>\n \n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n\n \">\n \n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"32\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n\n \">\n \n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%;\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; padding-bottom: 2px;\n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #7A7A7A;\n font-size: 14px;\n line-height: 20px;\n\n font-weight: 500;\n\n \n \">\n Receipt from Retell AI\n \n </span>\n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; padding-bottom: 2px;\n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 36px;\n line-height: 40px;\n\n font-weight: 600;\n\n \n \">\n $2.00\n \n </span>\n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #7A7A7A;\n font-size: 14px;\n line-height: 24px;\n\n font-weight: 500;\n\n \n \">\n Paid July 27, 2025\n </span>\n\n \n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td colspan=\"1\" height=\"16\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 16px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n <tr>\n \n\n <td height=\"1\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 1px;\n\n\n\n\n\n\n\n font-size: 1px; background-color: #ebebeb; line-height: 1px;\n\n \">\n \n \n \n </td>\n\n \n </tr>\n\n <tr>\n \n <td colspan=\"1\" height=\"12\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 12px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 76px; max-width: 76px;\n\n \">\n \n <img src=\"https://stripe-images.s3.amazonaws.com/emails/invoices_invoice_illustration.png\" width=\"94\" height=\"91\" style=\"border: 0; margin: 0 auto; padding: 0; display: block; border-radius: 8px; margin: 0 auto;\" alt=\"invoice illustration\">\n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n \">\n <tbody>\n \n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n\n \">\n \n <a style=\"border: 0; margin: 0; padding: 0; text-decoration: none; outline: 0; ; \" href=\"https://59.email.stripe.com/CL0/https:%2F%2Fpay.stripe.com%2Finvoice%2Facct_1N1wQLBlytTFCdqg%2Flive_YWNjdF8xTjF3UUxCbHl0VEZDZHFnLF9TaUhGVWNKdk5hbjJrU0RTb2xyUjNEV0pCb2FCdWRILDE0NDIxNzg1Ng0200bKISDnws%2Fpdf%3Fs=em/1/010101984f4c6437-c32e7ab7-5657-4bfa-9f0f-88450ae37ed9-000000/4RoHRDhUqQFz3QG1YenR0sVubYx0L4kfQrAzbALJiBk=415\" target=\"_self\">\n <img src=\"https://stripe-images.s3.amazonaws.com/emails/invoices_arrow_down.png\" height=\"12\" width=\"12\" style=\"\n border: 0;\n line-height: 100%;\n margin-right: 4px; position: relative; top: 1px;\n \">\n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #7A7A7A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n \n \">\n Download invoice\n </span>\n </a>\n \n </td>\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 16px; width: 16px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n\n \">\n \n <a style=\"border: 0; margin: 0; padding: 0; text-decoration: none; outline: 0; ; \" href=\"https://59.email.stripe.com/CL0/https:%2F%2Fdashboard.stripe.com%2Freceipts%2Finvoices%2FCAcQARoXChVhY2N0XzFOMXdRTEJseXRURkNkcWcogPqbxAYyBkrtuGdfiTovFi50R0aJxZQeDCCUg6ISv9e5iiuahT-nfTCMTheJzxcf6_6P4PInBB4WIF986DY%2Fpdf%3Fs=em/1/010101984f4c6437-c32e7ab7-5657-4bfa-9f0f-88450ae37ed9-000000/mSjXry3IY1d5Lm31l6By5IaQtl9HTN_lerJLG4r2fLM=415\" target=\"_self\">\n <img src=\"https://stripe-images.s3.amazonaws.com/emails/invoices_arrow_down.png\" height=\"12\" width=\"12\" style=\"\n border: 0;\n line-height: 100%;\n margin-right: 4px; position: relative; top: 1px;\n \">\n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #7A7A7A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n \n \">\n Download receipt\n </span>\n </a>\n \n </td>\n \n </tbody>\n </table>\n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"32\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%\n \">\n <tbody>\n \n <tr>\n \n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n vertical-align: top;\n\n\n\n\n\n\n white-space: nowrap;\n\n \">\n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #7A7A7A;\n font-size: 14px;\n line-height: 16px;\n\n\n \n \">\n Receipt number\n </span>\n \n </td>\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 24px;\n\n \">\n \n </td>\n <td align=\"right\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n\n \">\n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n\n \n \">\n 2578-6493\n </span>\n \n </td>\n \n </tr>\n\n <tr>\n \n <td colspan=\"2\" height=\"8\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 8px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n <tr>\n \n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n vertical-align: top;\n\n\n\n\n\n\n white-space: nowrap;\n\n \">\n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #7A7A7A;\n font-size: 14px;\n line-height: 16px;\n\n\n \n \">\n Invoice number\n </span>\n \n </td>\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 24px;\n\n \">\n \n </td>\n <td align=\"right\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n\n \">\n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n\n \n \">\n ZXGFLCYG-0003\n </span>\n \n </td>\n \n </tr>\n\n <tr>\n \n <td colspan=\"2\" height=\"8\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 8px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n <tr>\n \n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n vertical-align: top;\n\n\n\n\n\n\n white-space: nowrap;\n\n \">\n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #7A7A7A;\n font-size: 14px;\n line-height: 16px;\n\n\n \n \">\n Payment method\n </span>\n \n </td>\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 24px;\n\n \">\n \n </td>\n <td align=\"right\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n\n \">\n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n\n \n \">\n <span>\n <img alt=\"Link\" height=\"16\" src=\"https://stripe-images.stripecdn.com/emails/receipt_assets/card/[email protected]\" style=\"border: 0; margin: 0; padding: 0; vertical-align: text-bottom;\" width=\"22\">\n </span>\n <span>\n Link\n </span>\n </span>\n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n \n \n </td>\n\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"24\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"20\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; width: 482px; border-radius: 12px; box-shadow: 0 2px 5px 0 rgb(50 50 93 / 10%), 0 1px 1px 0 rgb(0 0 0 / 7%);\n\n \">\n \n \n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; width: 482px; border-radius: 12px; background-color: #e3e8ee; padding: 1px;\n\n \">\n \n \n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%; background-color: #ffffff; border-radius: 12px;\n \">\n <tbody>\n \n <tr>\n \n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n\n \">\n \n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"32\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n\n \">\n \n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n <td nowrap style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%;\n\n \">\n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 16px;\n line-height: 20px;\n\n font-weight: 500;\n\n white-space: nowrap;\n \n \">\n Receipt #2578-6493\n </span>\n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"26\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n\n\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n\n \">\n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #7A7A7A;\n font-size: 13px;\n line-height: 16px;\n\n font-weight: 500;\n\n text-transform: uppercase;\n \n \">\n Jun 19 – Jul 19, 2025\n </span>\n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"8\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n padding-left: 0px;\n\n\n\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n word-break: break-word;\n \n \">\n \n Retell Platform\n \n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"3\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #999999;\n font-size: 12px;\n line-height: 14px;\n\n\n \n \">\n Qty 0\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 16px; width: 16px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td align=\"right\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n text-align: right; vertical-align: top;\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"right\" nowrap style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n white-space: nowrap;\n \n \">\n $0.00\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n \n </tr>\n\n <tr>\n \n <td colspan=\"5\" height=\"24\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 24px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n </tbody>\n </table>\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n padding-left: 0px;\n\n\n\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n word-break: break-word;\n \n \">\n \n Retell Voice Engine + Elevenlabs TTS (per second)\n \n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"3\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #999999;\n font-size: 12px;\n line-height: 14px;\n\n\n \n \">\n Qty 3,527\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 16px; width: 16px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td align=\"right\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n text-align: right; vertical-align: top;\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"right\" nowrap style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n white-space: nowrap;\n \n \">\n $4.13\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"right\" nowrap style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #999999;\n font-size: 12px;\n line-height: 14px;\n\n\n \n \">\n $0.07 per 60\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n \n </tr>\n\n <tr>\n \n <td colspan=\"5\" height=\"24\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 24px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n </tbody>\n </table>\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n padding-left: 0px;\n\n\n\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n word-break: break-word;\n \n \">\n \n GPT 4.1 nano (per second)\n \n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"3\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #999999;\n font-size: 12px;\n line-height: 14px;\n\n\n \n \">\n Qty 3,722\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 16px; width: 16px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td align=\"right\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n text-align: right; vertical-align: top;\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"right\" nowrap style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n white-space: nowrap;\n \n \">\n $0.25\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"right\" nowrap style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #999999;\n font-size: 12px;\n line-height: 14px;\n\n\n \n \">\n $0.004 per 60\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n \n </tr>\n\n <tr>\n \n <td colspan=\"5\" height=\"24\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 24px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n </tbody>\n </table>\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n padding-left: 0px;\n\n\n\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n word-break: break-word;\n \n \">\n \n US Telephony (per second)\n \n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"3\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #999999;\n font-size: 12px;\n line-height: 14px;\n\n\n \n \">\n Qty 657\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 16px; width: 16px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td align=\"right\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n text-align: right; vertical-align: top;\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"right\" nowrap style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n white-space: nowrap;\n \n \">\n $0.17\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"right\" nowrap style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #999999;\n font-size: 12px;\n line-height: 14px;\n\n\n \n \">\n $0.015 per 60\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n \n </tr>\n\n <tr>\n \n <td colspan=\"5\" height=\"24\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 24px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n </tbody>\n </table>\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n padding-left: 0px;\n\n\n\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n word-break: break-word;\n \n \">\n \n Retell Voice Engine + OpenAI TTS (per second)\n \n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"3\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #999999;\n font-size: 12px;\n line-height: 14px;\n\n\n \n \">\n Qty 34\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 16px; width: 16px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td align=\"right\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n text-align: right; vertical-align: top;\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"right\" nowrap style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n white-space: nowrap;\n \n \">\n $0.08\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"right\" nowrap style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #999999;\n font-size: 12px;\n line-height: 14px;\n\n\n \n \">\n $0.08 per 60\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n \n </tr>\n\n <tr>\n \n <td colspan=\"5\" height=\"24\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 24px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n </tbody>\n </table>\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n padding-left: 0px;\n\n\n\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n word-break: break-word;\n \n \">\n \n Retell Voice Engine + Play TTS\n \n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"3\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #999999;\n font-size: 12px;\n line-height: 14px;\n\n\n \n \">\n Qty 237\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 16px; width: 16px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td align=\"right\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n text-align: right; vertical-align: top;\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"right\" nowrap style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n white-space: nowrap;\n \n \">\n $0.32\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"right\" nowrap style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #999999;\n font-size: 12px;\n line-height: 14px;\n\n\n \n \">\n $0.08 per 60\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n \n </tr>\n\n <tr>\n \n <td colspan=\"5\" height=\"24\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 24px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n </tbody>\n </table>\n\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n\n \">\n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #7A7A7A;\n font-size: 13px;\n line-height: 16px;\n\n font-weight: 500;\n\n text-transform: uppercase;\n \n \">\n Jul 19 – Aug 19, 2025\n </span>\n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"8\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n padding-left: 0px;\n\n\n\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n word-break: break-word;\n \n \">\n \n US Phone Number (per number)\n \n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"3\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #999999;\n font-size: 12px;\n line-height: 14px;\n\n\n \n \">\n Qty 1\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 16px; width: 16px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td align=\"right\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n text-align: right; vertical-align: top;\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"right\" nowrap style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n white-space: nowrap;\n \n \">\n $2.00\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n \n </tr>\n\n <tr>\n \n <td colspan=\"5\" height=\"24\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 24px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n </tbody>\n </table>\n\n\n\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n padding-left: 0px;\n\n\n\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n word-break: break-word;\n \n \">\n \n Subtotal\n \n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 16px; width: 16px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td align=\"right\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n text-align: right; vertical-align: top;\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"right\" nowrap style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n white-space: nowrap;\n \n \">\n $6.95\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n \n </tr>\n\n <tr>\n \n <td colspan=\"5\" height=\"0\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 0px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n </tbody>\n </table>\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td colspan=\"3\" height=\"16\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 16px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n <tr>\n \n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td height=\"1\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 1px;\n\n\n\n\n\n\n\n font-size: 1px; background-color: #ebebeb; line-height: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n \n </tr>\n\n <tr>\n \n <td colspan=\"3\" height=\"16\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 16px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n padding-left: 0px;\n\n\n\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #999999;\n font-size: 14px;\n line-height: 16px;\n\n\n word-break: break-word;\n \n \">\n \n Credit grant applied\n \n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 16px; width: 16px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td align=\"right\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n text-align: right; vertical-align: top;\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"right\" nowrap style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #999999;\n font-size: 14px;\n line-height: 16px;\n\n\n white-space: nowrap;\n \n \">\n -$4.95\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n \n </tr>\n\n <tr>\n \n <td colspan=\"5\" height=\"0\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 0px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n </tbody>\n </table>\n\n\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td colspan=\"3\" height=\"16\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 16px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n <tr>\n \n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td height=\"1\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 1px;\n\n\n\n\n\n\n\n font-size: 1px; background-color: #ebebeb; line-height: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n \n </tr>\n\n <tr>\n \n <td colspan=\"3\" height=\"16\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 16px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n padding-left: 0px;\n\n\n\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n word-break: break-word;\n \n \">\n \n Total\n \n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 16px; width: 16px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td align=\"right\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n text-align: right; vertical-align: top;\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"right\" nowrap style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n white-space: nowrap;\n \n \">\n $2.00\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n \n </tr>\n\n <tr>\n \n <td colspan=\"5\" height=\"0\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 0px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n </tbody>\n </table>\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td colspan=\"3\" height=\"16\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 16px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n <tr>\n \n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td height=\"1\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 1px;\n\n\n\n\n\n\n\n font-size: 1px; background-color: #ebebeb; line-height: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n \n </tr>\n\n <tr>\n \n <td colspan=\"3\" height=\"16\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 16px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n padding-left: 0px;\n\n\n\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n word-break: break-word;\n \n \">\n \n Amount paid\n \n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 16px; width: 16px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td align=\"right\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n text-align: right; vertical-align: top;\n\n \">\n \n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td align=\"right\" nowrap style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; \n\n \">\n \n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n \n color: #1A1A1A;\n font-size: 14px;\n line-height: 16px;\n\n font-weight: 500;\n\n white-space: nowrap;\n \n \">\n $2.00\n </span>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n \n </tr>\n\n <tr>\n \n <td colspan=\"5\" height=\"0\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 0px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n </tbody>\n </table>\n\n \n\n\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td colspan=\"3\" height=\"16\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 16px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n\n <tr>\n \n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td height=\"1\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 1px;\n\n\n\n\n\n\n\n font-size: 1px; background-color: #ebebeb; line-height: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n \n </tr>\n\n <tr>\n \n <td colspan=\"3\" height=\"20\" style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n height: 20px;\n\n\n font-size: 1px;\n\n line-height: 1px;\n\n mso-line-height-rule: exactly;\n\n\n\n\n\n\n \">\n \n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%\n \">\n <tbody>\n \n <tr>\n \n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n \n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n font-size: 14px;\n line-height: 16px;\n color: #999999;\n \n\n \">\n \n\n Questions? Visit our <a style=\"border: 0; margin: 0; padding: 0; color: #625afa !important; font-weight: bold; text-decoration: none; white-space: nowrap; \" href=\"https://www.retellai.com\">support site</a> or contact us at <a style=\"border: 0; margin: 0; padding: 0; color: #625afa !important; font-weight: bold; text-decoration: none; white-space: nowrap; \" ses:no-track href=\"mailto:[email protected]\">[email protected]</a>.\n \n </td>\n\n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n min-width: 32px; width: 32px; font-size: 1px;\n\n \">\n \n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n \n \n </td>\n\n\n \n </tr>\n \n </tbody>\n </table>\n\n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"24\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n \n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n\n <table class=\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tbody>\n <tr>\n <td height=\"32\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n</table>\n\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"\n\n width: 100%;\n \">\n <tbody>\n \n <tr>\n \n <td style=\"\n border: 0;\n border-collapse: collapse;\n margin: 0;\n padding: 0;\n\n\n\n\n\n\n\n\n width: 100%; text-align: center; color: rgb(0, 0, 0); opacity: 0.5;\n\n \">\n \n <span style=\"\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;\n text-decoration: none;\n font-size: 12px; line-height: 20px;\n \">\n <p style=\"border: 0; margin: 0; padding: 0; font-family: -apple-system, 'SF Pro Display', 'SF Pro Text', 'Helvetica', sans-serif;\">Powered by \n <a style=\"border: 0; margin: 0; padding: 0; text-decoration: none; outline: 0; ; \" href=\"https://59.email.stripe.com/CL0/https:%2F%2Fstripe.com/1/010101984f4c6437-c32e7ab7-5657-4bfa-9f0f-88450ae37ed9-000000/_GvUoyFYGeeJG_E7x1iJY5E_Y_4kY0-6aS-xVz0K1T0=415\" target=\"_self\">\n <img src=\"https://stripe-images.s3.amazonaws.com/emails/invoices_stripe_logo_dark.png\" height=\"24\" width=\"51\" align=\"middle\" style=\"\n border: 0;\n line-height: 100%;\n vertical-align: middle;\n \" alt=\"stripe logo\"></a> | <a style=\"border: 0; margin: 0; padding: 0; text-decoration: none; outline: 0; color: rgb(0, 0, 0);; \" href=\"https://59.email.stripe.com/CL0/https:%2F%2Fstripe.com%2Fbilling/1/010101984f4c6437-c32e7ab7-5657-4bfa-9f0f-88450ae37ed9-000000/Xrkdq0vyeUhYRnmmK8j3gp0bGXxaThSsY1CYgvSdCQI=415\" target=\"_self\">Learn more about Stripe Billing</a></p>\n </span>\n \n </td>\n \n </tr>\n \n </tbody>\n </table>\n\n </td>\n </tr>\n </tbody>\n </table>\n\n\n </td>\n <td style=\"font-size: 16px;\"> </td>\n </tr>\n <tr>\n <td class=\"st-Spacer st-Spacer--emailEnd\" height=\"64\" colspan=\"3\" style=\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; mso-line-height-rule: exactly;\">\n <div class=\"st-Spacer st-Spacer--filler\"> </div>\n </td>\n </tr>\n </tbody>\n </table>\n <!-- /Background -->\n\n</body></html>", | |
"text": "Retell AI (https://www.retellai.com)\n\nRetell AI\n\nReceipt from Retell AI $2.00 Paid July 27, 2025 (invoice illustration [https://stripe-images.s3.amazonaws.com/emails/invoices_invoice_illustration.png]) Download invoice (https://pay.stripe.com/invoice/acct_1N1wQLBlytTFCdqg/live_YWNjdF8xTjF3UUxCbHl0VEZDZHFnLF9TaUhGVWNKdk5hbjJrU0RTb2xyUjNEV0pCb2FCdWRILDE0NDIxNzg1NQ0200JoEKG1Ck/pdf?s=em) Download receipt (https://dashboard.stripe.com/receipts/invoices/CAcQARoXChVhY2N0XzFOMXdRTEJseXRURkNkcWco__mbxAYyBgTe0fwYxTovFq_yBsbsV_SQGtYgYiUVIEHla4mvXATwVPYMKV2a7y3tOGZliD5zSozhg4xdZQ8/pdf?s=em) Receipt number 2578-6493 Invoice number ZXGFLCYG-0003 Payment method Link\n\nReceipt #2578-6493 Jun 19 – Jul 19, 2025 Retell Platform Qty 0 $0.00 Retell Voice Engine + Elevenlabs TTS (per second) Qty 3,527 $4.13 $0.07 per 60 GPT 4.1 nano (per second) Qty 3,722 $0.25 $0.004 per 60 US Telephony (per second) Qty 657 $0.17 $0.015 per 60 Retell Voice Engine + OpenAI TTS (per second) Qty 34 $0.08 $0.08 per 60 Retell Voice Engine + Play TTS Qty 237 $0.32 $0.08 per 60 Jul 19 – Aug 19, 2025 US Phone Number (per number) Qty 1 $2.00 Subtotal $6.95 Credit grant applied -$4.95 Total $2.00 Amount paid $2.00 Questions? Visit our support site (https://www.retellai.com) or contact us at [email protected] ([email protected]).\n\nPowered by stripe logo (https://stripe.com) | Learn more about Stripe Billing (https://stripe.com/billing)", | |
"textAsHtml": "<p>Retell AI (<a href=\"https://www.retellai.com\">https://www.retellai.com</a>)</p><p>Retell AI</p><p>Receipt from Retell AI $2.00 Paid July 27, 2025 (invoice illustration [<a href=\"https://stripe-images.s3.amazonaws.com/emails/invoices_invoice_illustration.png\">https://stripe-images.s3.amazonaws.com/emails/invoices_invoice_illustration.png</a>]) Download invoice (<a href=\"https://pay.stripe.com/invoice/acct_1N1wQLBlytTFCdqg/live_YWNjdF8xTjF3UUxCbHl0VEZDZHFnLF9TaUhGVWNKdk5hbjJrU0RTb2xyUjNEV0pCb2FCdWRILDE0NDIxNzg1NQ0200JoEKG1Ck/pdf?s=em\">https://pay.stripe.com/invoice/acct_1N1wQLBlytTFCdqg/live_YWNjdF8xTjF3UUxCbHl0VEZDZHFnLF9TaUhGVWNKdk5hbjJrU0RTb2xyUjNEV0pCb2FCdWRILDE0NDIxNzg1NQ0200JoEKG1Ck/pdf?s=em</a>) Download receipt (<a href=\"https://dashboard.stripe.com/receipts/invoices/CAcQARoXChVhY2N0XzFOMXdRTEJseXRURkNkcWco__mbxAYyBgTe0fwYxTovFq_yBsbsV_SQGtYgYiUVIEHla4mvXATwVPYMKV2a7y3tOGZliD5zSozhg4xdZQ8/pdf?s=em\">https://dashboard.stripe.com/receipts/invoices/CAcQARoXChVhY2N0XzFOMXdRTEJseXRURkNkcWco__mbxAYyBgTe0fwYxTovFq_yBsbsV_SQGtYgYiUVIEHla4mvXATwVPYMKV2a7y3tOGZliD5zSozhg4xdZQ8/pdf?s=em</a>) Receipt number 2578-6493 Invoice number ZXGFLCYG-0003 Payment method Link</p><p>Receipt #2578-6493 Jun 19 – Jul 19, 2025 Retell Platform Qty 0 $0.00 Retell Voice Engine + Elevenlabs TTS (per second) Qty 3,527 $4.13 $0.07 per 60 GPT 4.1 nano (per second) Qty 3,722 $0.25 $0.004 per 60 US Telephony (per second) Qty 657 $0.17 $0.015 per 60 Retell Voice Engine + OpenAI TTS (per second) Qty 34 $0.08 $0.08 per 60 Retell Voice Engine + Play TTS Qty 237 $0.32 $0.08 per 60 Jul 19 – Aug 19, 2025 US Phone Number (per number) Qty 1 $2.00 Subtotal $6.95 Credit grant applied -$4.95 Total $2.00 Amount paid $2.00 Questions? Visit our support site (<a href=\"https://www.retellai.com\">https://www.retellai.com</a>) or contact us at <a href=\"mailto:[email protected]\">[email protected]</a> (<a href=\"mailto:[email protected]\">[email protected]</a>).</p><p>Powered by stripe logo (<a href=\"https://stripe.com\">https://stripe.com</a>) | Learn more about Stripe Billing (<a href=\"https://stripe.com/billing\">https://stripe.com/billing</a>)</p>", | |
"subject": "Your receipt from Retell AI #2578-6493", | |
"date": "2025-07-28T04:31:03.000Z", | |
"to": { | |
"value": [ | |
{ | |
"address": "[email protected]", | |
"name": "" | |
} | |
], | |
"html": "<span class=\"mp_address_group\"><a href=\"mailto:[email protected]\" class=\"mp_address_email\">[email protected]</a></span>", | |
"text": "[email protected]" | |
}, | |
"from": { | |
"value": [ | |
{ | |
"address": "[email protected]", | |
"name": "Retell AI" | |
} | |
], | |
"html": "<span class=\"mp_address_group\"><span class=\"mp_address_name\">Retell AI</span> <<a href=\"mailto:[email protected]\" class=\"mp_address_email\">[email protected]</a>></span>", | |
"text": "\"Retell AI\" <[email protected]>" | |
}, | |
"messageId": "<010101984f4c6437-c32e7ab7-5657-4bfa-9f0f-88450ae37ed9-000000@us-west-2.amazonses.com>", | |
"replyTo": { | |
"value": [ | |
{ | |
"address": "[email protected]", | |
"name": "Retell AI" | |
} | |
], | |
"html": "<span class=\"mp_address_group\"><span class=\"mp_address_name\">Retell AI</span> <<a href=\"mailto:[email protected]\" class=\"mp_address_email\">[email protected]</a>></span>", | |
"text": "\"Retell AI\" <[email protected]>" | |
} | |
} | |
}, | |
{ | |
"json": { | |
"id": "1984f4c4c2f55c46", | |
"threadId": "1984bde7da4bd86a", | |
"labelIds": [ | |
"UNREAD", | |
"CATEGORY_UPDATES", | |
"INBOX" | |
], | |
"sizeEstimate": 30808, | |
"headers": { | |
"delivered-to": "Delivered-To: [email protected]", | |
"received": "Received: from mta-69.129.etransmail.com (mta-69.129.etransmail.com. [175.158.69.129])\r\n by mx.google.com with ESMTPS id 98e67ed59e1d1-31eb40b051esi3833229a91.133.2025.07.27.21.30.56\r\n for <[email protected]>\r\n (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);\r\n Sun, 27 Jul 2025 21:30:57 -0700 (PDT)", | |
"x-google-smtp-source": "X-Google-Smtp-Source: AGHT+IFkdSuIEt7x0OvnfSXV9elOOOrTyFGCUfN4gV4iheok8Tcw69eeT1wgR/wzztXdYPO6HtUs", | |
"x-received": "X-Received: by 2002:a05:6a20:938e:b0:232:4d23:439c with SMTP id adf61e73a8af0-23d70171d6amr12886774637.26.1753677057284;\r\n Sun, 27 Jul 2025 21:30:57 -0700 (PDT)", | |
"arc-seal": "ARC-Seal: i=1; a=rsa-sha256; t=1753677057; cv=none;\r\n d=google.com; s=arc-20240605;\r\n b=j7yuhlX2O8oxoQos6Je8IMWUspqcnAS6wNfSBISoBL7zfpcwIv37oQy7uvSYnjYq1X\r\n xS8JpZQUzc+0nG4IAcqg1IW5CvzRC9kHK3BLEFLPm2U8sFecwEwwK/UZxheveef4En9W\r\n SUBPKxY3qZw4bOzclRcJsQoJhvbEAA1ytJCqqF1QwcsQYOaqPQIOVDzLYHLWpsCS1FQK\r\n oMM/vDeZhB/cJFhqBK/6BlcNIkFYWMAEDgRrAlXdFwcE8KkpyqzLyumDuKOetbNtlgtR\r\n gvCwS0zMREY1gW1kpoCLxXZtPPhxH7KtgQYkCQbo2dKyPl1/XEsq9d/+GoAeT04k/PIS\r\n n4Ag==", | |
"arc-message-signature": "ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605;\r\n h=timestamp:feedback-id:content-transfer-encoding:mime-version\r\n :message-id:subject:from:to:date:dkim-signature:dkim-signature;\r\n bh=FXH6yqujftXbjDYDlrZOtD4ZRlcrY2XsCaccfAP2CKc=;\r\n fh=bNNg0yP++IfBxvR3uax2K5i3NnGUCvdsI6Yjc+9Iccs=;\r\n b=hVqAkK5ziJL9CyPa0Ph/a8UTtoz3yMasCwsd8jfciRchDO4aQlQVbJKJw9vC3PGAD/\r\n lgFmNdPzTJAINtR7huJ0pC5vJ926n0a70OrDp8RPz4wQ2sbCJMf8WOCIA7MyRjcGylSj\r\n Box6XXhXc5cFl6Gdwfzn7trr06HWwUcqsfZgCqpCkM23595ObKAID8wSWTvpoQUtiZCG\r\n +cU6bXlkZJSxbL5YOzrzdiJAQBF4pXhFgNp2OODLkemPAt/KYac6VKdxfGBQjg9fREKq\r\n 8sGCHfYuTIYBrdWSice3hMEv1xi8MvderhXjCLF1nTis7tuheQtacqqXXZ931zURP3LX\r\n R5cQ==;\r\n dara=google.com", | |
"arc-authentication-results": "ARC-Authentication-Results: i=1; mx.google.com;\r\n dkim=pass [email protected] header.s=emmaxis header.b=f6nY8YTg;\r\n dkim=pass [email protected] header.s=fnc header.b=feS5msNg;\r\n spf=pass (google.com: domain of [email protected] designates 175.158.69.129 as permitted sender) smtp.mailfrom=17536410828508286-173907-1-gmail.com@trans.axisbank.com;\r\n dmarc=pass (p=REJECT sp=REJECT dis=NONE) header.from=axisbank.com", | |
"return-path": "Return-Path: <[email protected]>", | |
"received-spf": "Received-SPF: pass (google.com: domain of [email protected] designates 175.158.69.129 as permitted sender) client-ip=175.158.69.129;", | |
"authentication-results": "Authentication-Results: mx.google.com;\r\n dkim=pass [email protected] header.s=emmaxis header.b=f6nY8YTg;\r\n dkim=pass [email protected] header.s=fnc header.b=feS5msNg;\r\n spf=pass (google.com: domain of [email protected] designates 175.158.69.129 as permitted sender) smtp.mailfrom=17536410828508286-173907-1-gmail.com@trans.axisbank.com;\r\n dmarc=pass (p=REJECT sp=REJECT dis=NONE) header.from=axisbank.com", | |
"dkim-signature": "DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r\n\td=env.etransmail.com; s=fnc;\r\n\th=feedback-id:content-transfer-encoding:content-type:mime-version:message-id:\r\n\t subject:from:to:from:to:subject;\r\n\tbh=FXH6yqujftXbjDYDlrZOtD4ZRlcrY2XsCaccfAP2CKc=;\r\n\tb=feS5msNgTFsm41NNQbctPfYjfZOmlckiAtb7/KYiNVtBjVLjqKpBtpCP/6nz2dm7e7mWEUj9uHC86\r\n\t gJYjHD4PUX6XVmqHe1TrPmmmDcWiXcs2cB6mkcHOuoL3V1VWyHK5uN2CiYNg9AHGSRxEJQ1rJLXj8n\r\n\t 2gQi8/XORR+vpPWs=", | |
"date": "Date: Mon, 28 Jul 2025 10:00:56 +0530", | |
"to": "To: <[email protected]>", | |
"from": "From: =?UTF-8?B?QXhpcyBCYW5rIEFsZXJ0cw==?= <[email protected]>", | |
"subject": "Subject: =?UTF-8?B?VHJhbnNhY3Rpb24gYWxlcnQgb24gQXhpcyBCYW5rIENyZWRpdCBDYXJkIG5vLiBYWDE0MTM=?=", | |
"message-id": "Message-Id: <[email protected]>", | |
"mime-version": "MIME-Version: 1.0", | |
"content-type": "Content-Type: multipart/alternative; boundary=\"_----------=_1753677056480671442\"", | |
"content-transfer-encoding": "Content-Transfer-Encoding: binary", | |
"feedback-id": "Feedback-Id: 173907:202507:1:falconide", | |
"x-job": "X-Job: axisbankpepichub:173907:202507", | |
"x-fncid": "X-Fncid: 173907-17536410828508286-0", | |
"x-abuse-reports-to": "X-Abuse-Reports-To: [email protected]", | |
"x-injtime": "X-Injtime: 1753677056", | |
"x-traffic-type": "X-Traffic-Type: 173907-2", | |
"x-mta-source": "X-Mta-Source: axisbankpepichub_173907", | |
"x-mailer": "X-Mailer: NetcoreCloud Mailer", | |
"timestamp": "Timestamp: 1753677055914" | |
}, | |
"html": "<html>\n <head> \n <title></title> \n <style type=\"text/css\">&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;\n&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;\n&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;style type=\"text/css\"&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; \n\t\t/* Outlook link fix */\n\t\t#outlook a {padding:0;}\n\t\t/* Hotmail background &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp; line height fixes */\n\t\t.ExternalClass {width:100% !important;}\n\t\t.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font,\n\t\t.ExternalClass td, .ExternalClass div {line-height: 100%;}\n\t\t/* Image borders &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp; formatting */\n\t\timg {outline:none; text-decoration:none; -ms-interpolation-mode: bicubic;} \n\t\ta img {border:none;} \n\t\t/* Re-style iPhone automatic links (eg. phone numbers) */\n\t\t.applelinks a {color:#222222; text-decoration: none;}\n\t\t/* Hotmail symbol fix for mobile devices */\n\t\t.ExternalClass img[class^=Emoji] { width: 10px !important; height: 10px !important; display: inline !important; } \n\t\t\n\t\t/* Media Query for mobile */\n\t\t\n\t\t@media screen and (max-width: 320px) {\t\n\t\t\n\t\t/* This resizes tables and images to be 100% wide with a proportionate width */\n\t\ttable[class=emailwrapto100pc], img[class=emailwrapto100pc]{width:100% !important; height:auto !important;}\n\t\t\n\t\t/* Hide stuff on mobiles */\n\t\ttable[class=emailnomob],td[class=emailnomob],img[class=emailnomob],span[class=emailnomob]{display:none !important;}\n\t\t\n\t\ttd[class=emailcolsplit]{width:100%!important; float:left!important;}\n\t\t\n\t\t\n \n\t\t/* This resizes body text for mobiles */\n\t\tspan[class=emailbodytext],a[class=emailbodytext]{font-size:18px !important; line-height:22px !important;}\nspan[class=emailfootertext],a[class=emailfootertext]{font-size:14px !important; line-height:22px !important;}\t\t\n\t\t\n\t\t}\n\t\t\n\t\t/* Additional Media Query for tablets */\n\t\t\n\t\t@media screen and (min-width: 320px) and (max-width: 1024px) {\n\t\t\n\t\t/* Same as above */\n\t\ttable[class=emailwrapto100pc], img[class=emailwrapto100pc]{width:100% !important; height:auto !important;}\n\t\t/* Hide stuff on tablets */\n\t\ttable[class=emailnomob],td[class=emailnomob],img[class=emailnomob],span[class=emailnomob]{display:none !important;}\n\t\t\n\t\t/* Same as above - make the text larger on a tablet*/\n\t\tspan[class=emailbodytext],a[class=emailbodytext]{font-size:16px !important; line-height:22px !important;}\nspan[class=emailfootertext],a[class=emailfootertext]{font-size:12px !important; line-height:22px !important;}\t\t\t \n \n}\n</style> \n </head> \n <body> \n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"emailwrapto100pc k-table\" width=\"700\"> \n <tbody> \n <tr> \n <td align=\"center\" style=\"padding-top:10px;padding-left:40px;padding-right:40px;padding-top:20px;font-family:Arial;font-size:13px;line-height:18px;padding-bottom:20px;font-weight:normal;\" valign=\"top\"> \n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border:1px solid #afa8a8;\" width=\"100%\"> \n <tbody> \n <tr style=\"\"> \n <td align=\"right\" style=\"padding-right:0px;padding-bottom:10px;\"><img alt=\"AXIS BANK\" height=\"70\" src=\"https://ccm.axbk.in/docs/src/axisbankmaster/axis-bank.png\" style=\"display:block;\" width=\"100%\" /></td> \n </tr> \n <tr> \n <td style=\"padding:3px 0px;padding-top:0px;font-family:Arial;font-size:13px;text-align:justify;line-height:18px;\"> \n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"> \n <tbody> \n <tr> \n <td style=\"padding:3px 0px;font-family:Arial;font-size:13px;text-align:justify;line-height:18px;padding-left:75px;padding-right:75px;\"><p style=\"font-size:11px;\"><a href=\"https://app1.ftrans01.com/WPEAFG?id=173907=JkxWBQRXXVVSTFcDUQNcCAYNUwAHWAVTAQAAAFRWXFVcBVBXAFJQBFFWAFBRBFQIVAgeURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloFU1lUCAYeXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=&fl=DUQSREBeS0oESAgSVgALUhtXDFUPCAhbHg9SSlxTU1FTB1EDAw==&ext=cGlkPWJhbm5lcnMtY2h1YiZhbXA7Yz1jYy1vbGl2ZS1lbWkmYW1wO2FmX2RwPWF4aXNiYW5rOi8vYXhpcy5jb20vRU1JU0xJRFImYW1wO3V0bV9zb3VyY2U9Y2Mtb2xpdmUtZW1pJmFtcDt1dG1fbWVkaXVtPWJhbm5lcnMtY2h1YiZhbXA7dXRtX2NhbXBhaWduPW9saXZlLWVtaQ==\" title=\"click here\" target=\"_blank\"><img src=\"https://ccm.axbk.in/docs/src/CTLSMS0021/Flexi-600-200.jpg\" alt=\"banner image\" width=\"100%\" /></a> </p><p style=\"font-size:11px;\">28-07-2025 <br /><br />Dear Archit Jain, <br /><br />Thank you for using your credit card no. XX1413 for USD 2 at WWW.RETELLA on 28-07-2025 10:00:52 IST. <br /><br />The total credit limit across all your cards is INR 420000 while the available limit is now INR 334243.94. <br /><br />SMS BLOCK 1413 to +919951860002 or call 18001035577 / 18604195555 if this transaction has not been done by you. <br /><br />Always open to help you. <br /><br />Regards, <br />Axis Bank Ltd. </p></td> \n </tr> \n <tr style=\"\"> \n <td style=\"padding:3px 0px;font-family:Arial;font-size:13px;text-align:justify;line-height:18px;padding-top:10px;padding-left:75px;padding-right:75px;\"> <p style=\"text-align:center;font-size:8px;\">****This is a system generated communication and does not require signature. ****</p><p style=\"text-align:right;font-size:8px;\">E002523120_06_24</p></td> \n </tr> \n <tr style=\"\"> \n <td style=\"padding:3px 0px;font-family:Arial;font-size:13px;text-align:justify;line-height:18px;padding-top:10px;padding-left:75px;padding-right:75px;\"> </td> \n </tr> \n <tr style=\"\"> \n <td style=\"font-family:Arial;font-size:15px;text-align:center;line-height:18px;padding-top:10px;border-top:1px solid #A32E5E !important;\"><span class=\"emailbodytext\"> <strong>Reach us at: </strong> </span> </td> \n </tr> \n <tr> \n <td style=\"font-family:Arial;font-size:13px;text-align:justify;line-height:18px;padding-top:10px;padding-bottom:20px;\"> \n <table align=\"center\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-left:15px;padding-right:15px;border-bottom:1px solid rgb(163, 46, 94) !important;\" width=\"100%\"> \n <tbody> \n <tr style=\"\"> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;width:16%;\"><img alt=\"Axis Bank1\" src=\"https://ccm.axbk.in/docs/src/axisbankmaster/aha-axis.png\" style=\"display:block;\" width=\"40\" /></td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;width:16%;\"><a href=\"https://app1.ftrans01.com/WPEAFG?id=173907=JkxWBQRXXVVSTFVUB1YBXwELVgZWVFdRAFRUBlYHAFQHCFQEVgUBUAZRBFUNWANYDAAeURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloFU1lUCAYeXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=&fl=DUQSREBeS0oEQBENXQIETVxXDB4CGQ9DUgNZDksGC0oMXklDVgYCChddEk5VGQxKGEsXQBMOFEQfC1kBAB1KBRZAHg==&ext=JmFtcDt1dG1fc291cmNlPXdzLWNodWImYW1wO3V0bV9tZWRpdW09cXItbW9kZSZhbXA7dXRtX2NhbXBhaWduPXN1cHBvcnQtY2h1Yi1xcg==\" style=\"color:black;\" target=\"_blank\"> <img alt=\"Axis Bank\" src=\"https://ccm.axbk.in/docs/src/axisbankmaster/QR_code.PNG\" style=\"display:block;\" width=\"50\" /></a> </td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;width:16%;\"><img alt=\"Axis Bank\" src=\"https://ccm.axbk.in/docs/src/axisbankmaster/open-logo.png\" style=\"display:block;\" width=\"40\" /></td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;width:16%;\"><img alt=\"Axis Bank\" src=\"https://ccm.axbk.in/docs/src/axisbankmaster/internet.png\" style=\"display:block;\" width=\"20\" /></td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;width:16%;\"><img alt=\"Axis Bank\" src=\"https://ccm.axbk.in/docs/src/axisbankmaster/whatsapp.jpg\" style=\"display:block;\" width=\"40\" /></td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;width:16%;\"><img alt=\"Axis Bank\" src=\"https://ccm.axbk.in/docs/src/axisbankmaster/location.jpg\" style=\"display:block;\" width=\"20\" /></td> \n </tr> \n <tr> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;\"><strong> <a href=\"https://app1.ftrans01.com/WPEAFG?id=173907=JkxWBQRXXVVSTARSUlAHXwEPVlQGWV8HUVcFUFJQBlcGVgQDUQVUAwNUVwcFAlFaBV4eURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloFU1lUCAYeXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=&fl=DUQSREBeS0oSRxZPVRkMSldZDFtNAgldHwBWCw5IFwkEQhIbUhwNFkhRCQAbDhNcR04LVRQ=\" target=\"_blank\" style=\"color:black;\">CHAT </a> </strong> </td> \n <td align=\"center\" style=\"padding:0px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;\"><strong> <a href=\"https://app1.ftrans01.com/WPEAFG?id=173907=JkxWBQRXXVVSTFVUB1YBXwELVgZWVFdRAFRUBlYHAFQHCFQEVgUBUAZRBFUNWANYDAAeURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloFU1lUCAYeXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=&fl=DUQSREBeS0oEQBENXQIETVxXDB4CGQ9DUgNZDksGC0oMXklDVgYCChddEk5VGQxKGEsXQBMOFEQfC1kBAB1KBRZAHg==&ext=JmFtcDt1dG1fc291cmNlPXdzLWNodWImYW1wO3V0bV9tZWRpdW09cXItbW9kZSZhbXA7dXRtX2NhbXBhaWduPXN1cHBvcnQtY2h1Yi1xcg==\" style=\"color:black;\" target=\"_blank\">WEB Support</a> </strong> </td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;\"><strong> <a href=\"https://app1.ftrans01.com/WPEAFG?id=173907=JkxWBQRXXVVSTARZAABWWwBdAwBbAAAJBVpVU1xSB10BUlVXBV1cXFRSUAcNUV0OBAseURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloFU1lUCAYeXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=&fl=DUQSREBeS0oSRxZPVRkMSldZDFtNAgldHyZYEgsJCwUBcR5dQCUUFQ==\" style=\"color:black;\" target=\"_blank\">Mobile app </a> </strong> </td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;\"><strong> <a href=\"https://app1.ftrans01.com/WPEAFG?id=173907=JkxWBQRXXVVSTAdXV1FcClcLA1FSAlEJAwRTV1IEXVRcVFFVUgVSBlxRV1kFUlVfBw4eURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloFU1lUCAYeXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=&fl=DUQSREBeS0oXVRUAXQ1LWE1REVICDw0eUw0ZDAtKExQWHxZbQRAFCUpCIwBaCgxXUhcDSAoSA1JRDFwMCwJLJR1ZFWZWEAUMCXwOBl0PShhATE1ATABXHwBWaDYPXCc0HFsVR0pUHDUpfQ8sTlETdHReJVoZLi1+cRhPKA8sEyoPfBFHYhRUKCFyFlhkNCpdBnAVVCcwEX1aK3IuLAohLyF4J3VhEyomSEMxUFs+JEt4YStBFCYodmE1ASA0BAUOClkvdWUqKF1XcUBAGwUJDBpcVx8vUwJyeTFyEz9VIiYsY19aYjchDUo=\" style=\"color:black;\" target=\"_blank\">INTERNET BANKING</a> </strong> </td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;\"><strong> <a href=\"https://app1.ftrans01.com/WPEAFG?id=173907=JkxWBQRXXVVSTFVUAgBSWFFbBAIAAFBUBlACB1FVVQFSAlcNA1EBXVYAVgQAVF1dVF4eURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloFU1lUCAYeXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=&fl=DUQSREBeS0oESAgSVgALUhtXDFUPCAhbHg9SSh0AMDY=&ext=cGlkPW1pc2MmYW1wO2M9YXhpcy13aGF0c2FwcC1iYW5raW5nJmFtcDthZl93ZWJfZHA9aHR0cHM6Ly9hcHBsaWNhdGlvbi5heGlzYmFuay5jby5pbi9XZWJmb3Jtcy9XaGF0c2FwcGJhbmtpbmcvV2hhdHNhcHBiYW5raW5nLkFzcHgmYW1wO2FmX3I9aHR0cHM6Ly9hcGkud2hhdHNhcHAuY29tL3NlbmQ/cGhvbmU9OTE3MDM2MTY1MDAwJmFtcDt0ZXh0PXNpZ251cA==\" style=\"color:black;\" target=\"_blank\">WHATSAPP</a> </strong> </td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;\"><strong> <a href=\"https://app1.ftrans01.com/WPEAFG?id=173907=JkxWBQRXXVVSTARYBlZcDVFZWgNTA1AHCVsCB1cBAgEAAlJQV1EAUQMEVQcHUlwOVw4eURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloFU1lUCAYeXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=&fl=DUQSREBeS0oHQgAPVwlLWE1REVICDw0eUw1aSg==\" style=\"color:black;\" target=\"_blank\">BRANCH LOCATOR</a> </strong> </td> \n </tr> \n </tbody> \n </table></td> \n </tr> \n </tbody> \n </table> \n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"> \n <tbody> \n <tr style=\"\"> \n <td style=\"padding:3px 0px;font-family:Arial;font-style:italic;font-size:9px;text-align:center;line-height:18px;\"><span class=\"emailbodytext\">Copyright Axis Bank Ltd. All rights reserved. Terms & Conditions apply.</span> </td> \n </tr> \n <tr style=\"\"> \n <td style=\"padding:3px 0px;font-family:Arial;font-style:italic;font-size:9px;text-align:center;line-height:10px;padding-top:10px;\"><span class=\"emailbodytext\">Please do not share your Internet Banking details, such as user ID/password or your Credit/Debit Card number/CVV/OTP <br />with anyone, either over phone or through email. </span> </td> \n </tr> \n <tr style=\"\"> \n <td style=\"padding:3px 0px;font-family:Arial;font-style:italic;font-size:9px;text-align:center;line-height:10px;padding-top:10px;\"><span class=\"emailbodytext\">RBI never deals with individuals for Savings Account, Current Account, Credit Card, Debit Card, etc. Don't be victim to such <br />offers coming to you on phone or email in the name of RBI. </span> </td> \n </tr> \n <tr> \n <td style=\"padding:3px 0px;font-family:Arial;font-style:italic;font-size:9px;text-align:center;line-height:10px;padding-top:10px;\"><span class=\"emailbodytext\">Do not click on Links from unknown/unsecure Sources that seek your confidential information. </span> </td> \n </tr> \n <tr> \n <td style=\"padding:3px 0px;font-family:Arial;font-style:italic;font-size:9px;text-align:center;line-height:10px;padding-top:10px;padding-bottom:20px;\"><span class=\"emailbodytext\">This email is confidential. It may also be legally privileged. If you are not the addressee, you may not copy, forward, <br />disclose or use any part of it. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. <br />The sender does not accept liability for any errors or omissions. We maintain strict security standards and procedures to <br />prevent unauthorised access to information about you. <strong> <a href=\"https://app1.ftrans01.com/WPEAFG?id=173907=JkxWBQRXXVVSTAcDUFdcAAdZWgRSBQQCVVYGAF0BV1ZQVlJXVVBdUVIJUwdXVwEPDQAeURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloFU1lUCAYeXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=&fl=DUQSREBeS0oSRxZPVRkMSldZDFtNAgldHwZeFgYJBQ0IVRQ=\" target=\"_blank\" style=\"color:black;\">Know more</a> >> </strong> </span> </td> \n </tr> \n </tbody> \n </table></td> \n </tr> \n </tbody> \n </table></td> \n </tr> \n </tbody> \n </table> \n <p> </p> \n <img src='https://app1.ftrans01.com/WPEAFG?id=173907=KkxWBQRXXVVSTEFBFEFFGRUYQhBDQUYQEEIXRUVFRERFEEYUE0RERUUQQUEUQUUZFQgeURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloFU1lUCAYeXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=' alt='' /></body>\n</html>", | |
"text": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 28-07-2025 Dear Archit Jain, Thank you for using your credit card no. XX1413 for USD 2 at WWW.RETELLA on 28-07-2025 10:00:52 IST. The total credit limit across all your cards is INR 420000 while the available limit is now INR 334243.94. SMS BLOCK 1413 to +919951860002 or call 18001035577 / 18604195555 if this transaction has not been done by you. Always open to help you. Regards, Axis Bank Ltd. \n \n \n � ****This is a system generated communication and does not require signature. **** E002523120_06_24 \n \n \n � \n \n \n Reach us at:� \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n CHAT \n WEB Support \n Mobile app \n INTERNET BANKING \n WHATSAPP \n BRANCH LOCATOR \n \n \n \n \n \n \n \n \n \n Copyright Axis Bank Ltd. All rights reserved. Terms & Conditions apply. \n \n \n Please do not share your Internet Banking details, such as user ID/password or your Credit/Debit Card number/CVV/OTP with anyone, either over phone or through email. \n \n \n RBI never deals with individuals for Savings Account, Current Account, Credit Card, Debit Card, etc. Don't be victim to such offers coming to you on phone or email in the name of RBI. \n \n \n Do not click on Links from unknown/unsecure Sources that seek your confidential information. \n \n \n This email is confidential. It may also be legally privileged. If you are not the addressee, you may not copy, forward, disclose or use any part of it. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. We maintain strict security standards and procedures to prevent unauthorised access to information about you. Know more >> \n \n \n \n \n \n \n \n \n \n � \n \n", | |
"textAsHtml": "<p>28-07-2025 Dear Archit Jain, Thank you for using your credit card no. XX1413 for USD 2 at WWW.RETELLA on 28-07-2025 10:00:52 IST. The total credit limit across all your cards is INR 420000 while the available limit is now INR 334243.94. SMS BLOCK 1413 to +919951860002 or call 18001035577 / 18604195555 if this transaction has not been done by you. Always open to help you. Regards, Axis Bank Ltd.</p><p> � ****This is a system generated communication and does not require signature. **** E002523120_06_24</p><p> �</p><p> Reach us at:�</p><p> CHAT<br/> WEB Support<br/> Mobile app<br/> INTERNET BANKING<br/> WHATSAPP<br/> BRANCH LOCATOR</p><p> Copyright Axis Bank Ltd. All rights reserved. Terms & Conditions apply.</p><p> Please do not share your Internet Banking details, such as user ID/password or your Credit/Debit Card number/CVV/OTP with anyone, either over phone or through email.</p><p> RBI never deals with individuals for Savings Account, Current Account, Credit Card, Debit Card, etc. Don't be victim to such offers coming to you on phone or email in the name of RBI.</p><p> Do not click on Links from unknown/unsecure Sources that seek your confidential information.</p><p> This email is confidential. It may also be legally privileged. If you are not the addressee, you may not copy, forward, disclose or use any part of it. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. We maintain strict security standards and procedures to prevent unauthorised access to information about you. Know more >></p><p> �</p>", | |
"subject": "Transaction alert on Axis Bank Credit Card no. XX1413", | |
"date": "2025-07-28T04:30:56.000Z", | |
"to": { | |
"value": [ | |
{ | |
"address": "[email protected]", | |
"name": "" | |
} | |
], | |
"html": "<span class=\"mp_address_group\"><a href=\"mailto:[email protected]\" class=\"mp_address_email\">[email protected]</a></span>", | |
"text": "[email protected]" | |
}, | |
"from": { | |
"value": [ | |
{ | |
"address": "[email protected]", | |
"name": "Axis Bank Alerts" | |
} | |
], | |
"html": "<span class=\"mp_address_group\"><span class=\"mp_address_name\">Axis Bank Alerts</span> <<a href=\"mailto:[email protected]\" class=\"mp_address_email\">[email protected]</a>></span>", | |
"text": "\"Axis Bank Alerts\" <[email protected]>" | |
}, | |
"messageId": "<[email protected]>" | |
} | |
}, | |
{ | |
"json": { | |
"id": "1984f4c44ac71b52", | |
"threadId": "1984f4c44ac71b52", | |
"labelIds": [ | |
"UNREAD", | |
"CATEGORY_UPDATES", | |
"INBOX" | |
], | |
"sizeEstimate": 31149, | |
"headers": { | |
"delivered-to": "Delivered-To: [email protected]", | |
"received": "Received: from mta-69.129.etransmail.com (mta-69.129.etransmail.com. [175.158.69.129])\r\n by mx.google.com with ESMTPS id 41be03b00d2f7-b3f7f56558dsi4931038a12.204.2025.07.27.21.30.54\r\n for <[email protected]>\r\n (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);\r\n Sun, 27 Jul 2025 21:30:55 -0700 (PDT)", | |
"x-google-smtp-source": "X-Google-Smtp-Source: AGHT+IFCjAK9B3DoGp2XdLFG+N5V5TryAbqfa3H5MyuUUNwHZ7TuWFwYUd+tNDbQgZtaGxxDn9GX", | |
"x-received": "X-Received: by 2002:a05:6a20:7d9d:b0:231:c237:2452 with SMTP id adf61e73a8af0-23d702180b5mr15773356637.42.1753677055040;\r\n Sun, 27 Jul 2025 21:30:55 -0700 (PDT)", | |
"arc-seal": "ARC-Seal: i=1; a=rsa-sha256; t=1753677055; cv=none;\r\n d=google.com; s=arc-20240605;\r\n b=ix38JWo8CxDYyioeskIo/BwU9YFcRj+QNAh6I+7eq0lKbAeF0HONOlGiBPEc4BFhAj\r\n UTsIIBVGO9j1as6b/FNvIHzqwxWwgWfSnBOomk5LN3/QFobZtAmRoc29dMO8CCzcktHF\r\n EhkMJebiRGRK/+4fh/tBf3UPfmnejPp8/Bo3Md6r+o9bbpR3doVOjWz1Jel84UrzLd4n\r\n nyNOQvjmR7NHru4mewDPeoFbu8jA1uLOPkEfP5KhmRvPE5I2lgBLC1mo7+BySZtp+Yid\r\n SO+9ZP+HFd6tcEMnuKUt7WdlNXiDItQfjXy8RcLNsbm/xIyGPxcUBAf7KdxlfoPWQ5u6\r\n wd6w==", | |
"arc-message-signature": "ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605;\r\n h=timestamp:feedback-id:content-transfer-encoding:mime-version\r\n :message-id:subject:from:to:date:dkim-signature:dkim-signature;\r\n bh=5BcgdQAx/XENwSpKEnIZ3pUeJSyljw1BAGYsTwVDSQc=;\r\n fh=bNNg0yP++IfBxvR3uax2K5i3NnGUCvdsI6Yjc+9Iccs=;\r\n b=bHtcbE+tXHc179smMWuX5Sb9LgIlalN5gnHBkrcTObtfPQtfXs/ypvAUQ5RsHy61RK\r\n KeA4ng5d76c86yzzLXwurwTxqTWNBLZ9VN0nMblwf/K88YgwW1GyNfOkA0Y75qiuczdJ\r\n 3T4YL0N+3bUgqH8niknCjDKr89ektBarhLqmeAKNicr1yONkU76n/i7fWq6RLS0XPPg5\r\n I4B1UE/VU86MByjgQjLo9J9fNLKDLF8j/3KnmnyNQR7lUYDHivLjTJYrUGq+bcM5ESIl\r\n Pf2XlQhVyrDCGPDI9nN5dNCjnJN6aZ4JBat+E7bRtIH5gV4HuusCoaJnkNasG0wf9M2v\r\n 7qOA==;\r\n dara=google.com", | |
"arc-authentication-results": "ARC-Authentication-Results: i=1; mx.google.com;\r\n dkim=pass [email protected] header.s=emmaxis header.b=Db23EEIm;\r\n dkim=pass [email protected] header.s=fnc header.b=PH4ymjau;\r\n spf=pass (google.com: domain of [email protected] designates 175.158.69.129 as permitted sender) smtp.mailfrom=17536410828827677-173907-1-gmail.com@trans.axisbank.com;\r\n dmarc=pass (p=REJECT sp=REJECT dis=NONE) header.from=axisbank.com", | |
"return-path": "Return-Path: <[email protected]>", | |
"received-spf": "Received-SPF: pass (google.com: domain of [email protected] designates 175.158.69.129 as permitted sender) client-ip=175.158.69.129;", | |
"authentication-results": "Authentication-Results: mx.google.com;\r\n dkim=pass [email protected] header.s=emmaxis header.b=Db23EEIm;\r\n dkim=pass [email protected] header.s=fnc header.b=PH4ymjau;\r\n spf=pass (google.com: domain of [email protected] designates 175.158.69.129 as permitted sender) smtp.mailfrom=17536410828827677-173907-1-gmail.com@trans.axisbank.com;\r\n dmarc=pass (p=REJECT sp=REJECT dis=NONE) header.from=axisbank.com", | |
"dkim-signature": "DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r\n\td=env.etransmail.com; s=fnc;\r\n\th=feedback-id:content-transfer-encoding:content-type:mime-version:message-id:\r\n\t subject:from:to:from:to:subject;\r\n\tbh=5BcgdQAx/XENwSpKEnIZ3pUeJSyljw1BAGYsTwVDSQc=;\r\n\tb=PH4ymjauQwEfjEhc3TLocCWbTZYCDGU8KE4BOiHIe+pXlg3Z9era7JQJ6KJuIfu0EgEUjeL9Qvixr\r\n\t h/uecDAFqogiQuLcFeynblsF6AXosjgKEBi6MbARN1k1v8duN5+2tBii25ZHgq7t6GPVBKM/CuNeQB\r\n\t zbHWN6RQtHruXmfU=", | |
"date": "Date: Mon, 28 Jul 2025 10:00:54 +0530", | |
"to": "To: <[email protected]>", | |
"from": "From: =?UTF-8?B?QXhpcyBCYW5rIEFsZXJ0cw==?= <[email protected]>", | |
"subject": "Subject: =?UTF-8?B?VHJhbnNhY3Rpb24gZGVjbGluZWQgZm9yIFRyYW5zYWN0aW9uIGFsZXJ0IG9uIEF4aXMgQmFuayBDcmVkaXQgQ2FyZCBuby4gWFgxNDEz?=", | |
"message-id": "Message-Id: <[email protected]>", | |
"mime-version": "MIME-Version: 1.0", | |
"content-type": "Content-Type: multipart/alternative; boundary=\"_----------=_17536770541233645\"", | |
"content-transfer-encoding": "Content-Transfer-Encoding: binary", | |
"feedback-id": "Feedback-Id: 173907:202507:1:falconide", | |
"x-job": "X-Job: axisbankpepichub:173907:202507", | |
"x-fncid": "X-Fncid: 173907-17536410828827677-0", | |
"x-abuse-reports-to": "X-Abuse-Reports-To: [email protected]", | |
"x-injtime": "X-Injtime: 1753677054", | |
"x-traffic-type": "X-Traffic-Type: 173907-2", | |
"x-mta-source": "X-Mta-Source: axisbankpepichub_173907", | |
"x-mailer": "X-Mailer: NetcoreCloud Mailer", | |
"timestamp": "Timestamp: 1753677054164" | |
}, | |
"html": "<html>\n <head> \n <title></title> \n <style type=\"text/css\">&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;\n&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;\n&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;style type=\"text/css\"&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; \n\t\t/* Outlook link fix */\n\t\t#outlook a {padding:0;}\n\t\t/* Hotmail background &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp; line height fixes */\n\t\t.ExternalClass {width:100% !important;}\n\t\t.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font,\n\t\t.ExternalClass td, .ExternalClass div {line-height: 100%;}\n\t\t/* Image borders &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp; formatting */\n\t\timg {outline:none; text-decoration:none; -ms-interpolation-mode: bicubic;} \n\t\ta img {border:none;} \n\t\t/* Re-style iPhone automatic links (eg. phone numbers) */\n\t\t.applelinks a {color:#222222; text-decoration: none;}\n\t\t/* Hotmail symbol fix for mobile devices */\n\t\t.ExternalClass img[class^=Emoji] { width: 10px !important; height: 10px !important; display: inline !important; } \n\t\t\n\t\t/* Media Query for mobile */\n\t\t\n\t\t@media screen and (max-width: 320px) {\t\n\t\t\n\t\t/* This resizes tables and images to be 100% wide with a proportionate width */\n\t\ttable[class=emailwrapto100pc], img[class=emailwrapto100pc]{width:100% !important; height:auto !important;}\n\t\t\n\t\t/* Hide stuff on mobiles */\n\t\ttable[class=emailnomob],td[class=emailnomob],img[class=emailnomob],span[class=emailnomob]{display:none !important;}\n\t\t\n\t\ttd[class=emailcolsplit]{width:100%!important; float:left!important;}\n\t\t\n\t\t\n \n\t\t/* This resizes body text for mobiles */\n\t\tspan[class=emailbodytext],a[class=emailbodytext]{font-size:18px !important; line-height:22px !important;}\nspan[class=emailfootertext],a[class=emailfootertext]{font-size:14px !important; line-height:22px !important;}\t\t\n\t\t\n\t\t}\n\t\t\n\t\t/* Additional Media Query for tablets */\n\t\t\n\t\t@media screen and (min-width: 320px) and (max-width: 1024px) {\n\t\t\n\t\t/* Same as above */\n\t\ttable[class=emailwrapto100pc], img[class=emailwrapto100pc]{width:100% !important; height:auto !important;}\n\t\t/* Hide stuff on tablets */\n\t\ttable[class=emailnomob],td[class=emailnomob],img[class=emailnomob],span[class=emailnomob]{display:none !important;}\n\t\t\n\t\t/* Same as above - make the text larger on a tablet*/\n\t\tspan[class=emailbodytext],a[class=emailbodytext]{font-size:16px !important; line-height:22px !important;}\nspan[class=emailfootertext],a[class=emailfootertext]{font-size:12px !important; line-height:22px !important;}\t\t\t \n \n}\n</style> \n </head> \n <body> \n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"emailwrapto100pc k-table\" width=\"700\"> \n <tbody> \n <tr> \n <td align=\"center\" style=\"padding-top:10px;padding-left:40px;padding-right:40px;padding-top:20px;font-family:Arial;font-size:13px;line-height:18px;padding-bottom:20px;font-weight:normal;\" valign=\"top\"> \n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border:1px solid #afa8a8;\" width=\"100%\"> \n <tbody> \n <tr style=\"\"> \n <td align=\"right\" style=\"padding-right:0px;padding-bottom:10px;\"><img alt=\"AXIS BANK\" height=\"70\" src=\"https://ccm.axbk.in/docs/src/axisbankmaster/axis-bank.png\" style=\"display:block;\" width=\"100%\" /></td> \n </tr> \n <tr> \n <td style=\"padding:3px 0px;padding-top:0px;font-family:Arial;font-size:13px;text-align:justify;line-height:18px;\"> \n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"> \n <tbody> \n <tr> \n <td style=\"padding:3px 0px;font-family:Arial;font-size:13px;text-align:justify;line-height:18px;padding-left:75px;padding-right:75px;\"><p><span style=\"font-size:11px;\"></span><span style=\"font-size:11px;\">28-07-2025</span> </p><br /><span style=\"font-size:11px;\">Dear Archit Jain, </span> <br /><br /><span style=\"font-size:11px;\">Please note that transaction attempt for USD 2 on your Axis Bank Credit Card no. XX1413 has been declined due to security reasons.</span> <br /><br /><span style=\"font-size:11px;\">If this transaction is not initiated by you, please call 18001035577 / 18604195555.</span> <br /><br /><span style=\"font-size:11px;\">Always open to help you.</span> <br /><br /><span style=\"font-size:11px;\">Regards,</span> <br /><strong><span style=\"font-size:11px;\">Axis Bank Ltd.</span> </strong> </td> \n </tr> \n <tr style=\"\"> \n <td style=\"padding:3px 0px;font-family:Arial;font-size:13px;text-align:justify;line-height:18px;padding-top:10px;padding-left:75px;padding-right:75px;\"> <p style=\"text-align:center;\"><span style=\"font-size:8px;\">****This is a computer generated intimation and does not require signature. ****</span> </p><p style=\"text-align:center;\"><span style=\"font-size:8px;\"> E001611123_11_2021</span> </p></td> \n </tr> \n <tr style=\"\"> \n <td style=\"padding:3px 0px;font-family:Arial;font-size:13px;text-align:justify;line-height:18px;padding-top:10px;padding-left:75px;padding-right:75px;\"> </td> \n </tr> \n <tr style=\"\"> \n <td style=\"font-family:Arial;font-size:15px;text-align:center;line-height:18px;padding-top:10px;border-top:1px solid #A32E5E !important;\"><span class=\"emailbodytext\"> <strong>Reach us at: </strong> </span> </td> \n </tr> \n <tr> \n <td style=\"font-family:Arial;font-size:13px;text-align:justify;line-height:18px;padding-top:10px;padding-bottom:20px;\"> \n <table align=\"center\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-left:15px;padding-right:15px;border-bottom:1px solid rgb(163, 46, 94) !important;\" width=\"100%\"> \n <tbody> \n <tr style=\"\"> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;width:16%;\"><img alt=\"Axis Bank1\" src=\"https://ccm.axbk.in/docs/src/axisbankmaster/aha-axis.png\" style=\"display:block;\" width=\"40\" /></td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;width:16%;\"><a href=\"https://app1.ftrans01.com/WPEAFG?id=173907=JkxWBQRXXVVSTFVUB1YBXwELVgZWVFdRAFRUBlYHAFQHCFQEVgUBUAZRBFUNWANYDAAeURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloIUVZQBwceXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=&fl=DUQSREBeS0oEQBENXQIETVxXDB4CGQ9DUgNZDksGC0oMXklDVgYCChddEk5VGQxKGEsXQBMOFEQfC1kBAB1KBRZAHg==&ext=JmFtcDt1dG1fc291cmNlPXdzLWNodWImYW1wO3V0bV9tZWRpdW09cXItbW9kZSZhbXA7dXRtX2NhbXBhaWduPXN1cHBvcnQtY2h1Yi1xcg==\" style=\"color:black;\" target=\"_blank\"> <img alt=\"Axis Bank\" src=\"https://ccm.axbk.in/docs/src/axisbankmaster/QR_code.PNG\" style=\"display:block;\" width=\"50\" /></a> </td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;width:16%;\"><img alt=\"Axis Bank\" src=\"https://ccm.axbk.in/docs/src/axisbankmaster/open-logo.png\" style=\"display:block;\" width=\"40\" /></td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;width:16%;\"><img alt=\"Axis Bank\" src=\"https://ccm.axbk.in/docs/src/axisbankmaster/internet.png\" style=\"display:block;\" width=\"20\" /></td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;width:16%;\"><img alt=\"Axis Bank\" src=\"https://ccm.axbk.in/docs/src/axisbankmaster/whatsapp.jpg\" style=\"display:block;\" width=\"40\" /></td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;width:16%;\"><img alt=\"Axis Bank\" src=\"https://ccm.axbk.in/docs/src/axisbankmaster/location.jpg\" style=\"display:block;\" width=\"20\" /></td> \n </tr> \n <tr> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;\"><strong> <a href=\"https://app1.ftrans01.com/WPEAFG?id=173907=JkxWBQRXXVVSTARSUlAHXwEPVlQGWV8HUVcFUFJQBlcGVgQDUQVUAwNUVwcFAlFaBV4eURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloIUVZQBwceXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=&fl=DUQSREBeS0oSRxZPVRkMSldZDFtNAgldHwBWCw5IFwkEQhIbUhwNFkhRCQAbDhNcR04LVRQ=\" target=\"_blank\" style=\"color:black;\">CHAT </a> </strong> </td> \n <td align=\"center\" style=\"padding:0px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;\"><strong> <a href=\"https://app1.ftrans01.com/WPEAFG?id=173907=JkxWBQRXXVVSTFVUB1YBXwELVgZWVFdRAFRUBlYHAFQHCFQEVgUBUAZRBFUNWANYDAAeURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloIUVZQBwceXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=&fl=DUQSREBeS0oEQBENXQIETVxXDB4CGQ9DUgNZDksGC0oMXklDVgYCChddEk5VGQxKGEsXQBMOFEQfC1kBAB1KBRZAHg==&ext=JmFtcDt1dG1fc291cmNlPXdzLWNodWImYW1wO3V0bV9tZWRpdW09cXItbW9kZSZhbXA7dXRtX2NhbXBhaWduPXN1cHBvcnQtY2h1Yi1xcg==\" style=\"color:black;\" target=\"_blank\">WEB Support</a> </strong> </td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;\"><strong> <a href=\"https://app1.ftrans01.com/WPEAFG?id=173907=JkxWBQRXXVVSTARZAABWWwBdAwBbAAAJBVpVU1xSB10BUlVXBV1cXFRSUAcNUV0OBAseURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloIUVZQBwceXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=&fl=DUQSREBeS0oSRxZPVRkMSldZDFtNAgldHyZYEgsJCwUBcR5dQCUUFQ==\" style=\"color:black;\" target=\"_blank\">Mobile app </a> </strong> </td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;\"><strong> <a href=\"https://app1.ftrans01.com/WPEAFG?id=173907=JkxWBQRXXVVSTAdXV1FcClcLA1FSAlEJAwRTV1IEXVRcVFFVUgVSBlxRV1kFUlVfBw4eURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloIUVZQBwceXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=&fl=DUQSREBeS0oXVRUAXQ1LWE1REVICDw0eUw0ZDAtKExQWHxZbQRAFCUpCIwBaCgxXUhcDSAoSA1JRDFwMCwJLJR1ZFWZWEAUMCXwOBl0PShhATE1ATABXHwBWaDYPXCc0HFsVR0pUHDUpfQ8sTlETdHReJVoZLi1+cRhPKA8sEyoPfBFHYhRUKCFyFlhkNCpdBnAVVCcwEX1aK3IuLAohLyF4J3VhEyomSEMxUFs+JEt4YStBFCYodmE1ASA0BAUOClkvdWUqKF1XcUBAGwUJDBpcVx8vUwJyeTFyEz9VIiYsY19aYjchDUo=\" style=\"color:black;\" target=\"_blank\">INTERNET BANKING</a> </strong> </td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;border-right:2px solid black;\"><strong> <a href=\"https://app1.ftrans01.com/WPEAFG?id=173907=JkxWBQRXXVVSTFVUAgBSWFFbBAIAAFBUBlACB1FVVQFSAlcNA1EBXVYAVgQAVF1dVF4eURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloIUVZQBwceXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=&fl=DUQSREBeS0oESAgSVgALUhtXDFUPCAhbHg9SSh0AMDY=&ext=cGlkPW1pc2MmYW1wO2M9YXhpcy13aGF0c2FwcC1iYW5raW5nJmFtcDthZl93ZWJfZHA9aHR0cHM6Ly9hcHBsaWNhdGlvbi5heGlzYmFuay5jby5pbi9XZWJmb3Jtcy9XaGF0c2FwcGJhbmtpbmcvV2hhdHNhcHBiYW5raW5nLkFzcHgmYW1wO2FmX3I9aHR0cHM6Ly9hcGkud2hhdHNhcHAuY29tL3NlbmQ/cGhvbmU9OTE3MDM2MTY1MDAwJmFtcDt0ZXh0PXNpZ251cA==\" style=\"color:black;\" target=\"_blank\">WHATSAPP</a> </strong> </td> \n <td align=\"center\" style=\"padding:3px;font-family:Arial;font-size:9px;line-height:18px;\"><strong> <a href=\"https://app1.ftrans01.com/WPEAFG?id=173907=JkxWBQRXXVVSTARYBlZcDVFZWgNTA1AHCVsCB1cBAgEAAlJQV1EAUQMEVQcHUlwOVw4eURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloIUVZQBwceXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=&fl=DUQSREBeS0oHQgAPVwlLWE1REVICDw0eUw1aSg==\" style=\"color:black;\" target=\"_blank\">BRANCH LOCATOR</a> </strong> </td> \n </tr> \n </tbody> \n </table></td> \n </tr> \n </tbody> \n </table> \n <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"> \n <tbody> \n <tr style=\"\"> \n <td style=\"padding:3px 0px;font-family:Arial;font-style:italic;font-size:9px;text-align:center;line-height:18px;\"><span class=\"emailbodytext\">Copyright Axis Bank Ltd. All rights reserved. Terms & Conditions apply.</span> </td> \n </tr> \n <tr style=\"\"> \n <td style=\"padding:3px 0px;font-family:Arial;font-style:italic;font-size:9px;text-align:center;line-height:10px;padding-top:10px;\"><span class=\"emailbodytext\">Please do not share your Internet Banking details, such as user ID/password or your Credit/Debit Card number/CVV/OTP <br />with anyone, either over phone or through email. </span> </td> \n </tr> \n <tr style=\"\"> \n <td style=\"padding:3px 0px;font-family:Arial;font-style:italic;font-size:9px;text-align:center;line-height:10px;padding-top:10px;\"><span class=\"emailbodytext\">RBI never deals with individuals for Savings Account, Current Account, Credit Card, Debit Card, etc. Don't be victim to such <br />offers coming to you on phone or email in the name of RBI. </span> </td> \n </tr> \n <tr> \n <td style=\"padding:3px 0px;font-family:Arial;font-style:italic;font-size:9px;text-align:center;line-height:10px;padding-top:10px;\"><span class=\"emailbodytext\">Do not click on Links from unknown/unsecure Sources that seek your confidential information. </span> </td> \n </tr> \n <tr> \n <td style=\"padding:3px 0px;font-family:Arial;font-style:italic;font-size:9px;text-align:center;line-height:10px;padding-top:10px;padding-bottom:20px;\"><span class=\"emailbodytext\">This email is confidential. It may also be legally privileged. If you are not the addressee, you may not copy, forward, <br />disclose or use any part of it. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. <br />The sender does not accept liability for any errors or omissions. We maintain strict security standards and procedures to <br />prevent unauthorised access to information about you. <strong> <a href=\"https://app1.ftrans01.com/WPEAFG?id=173907=JkxWBQRXXVVSTAcDUFdcAAdZWgRSBQQCVVYGAF0BV1ZQVlJXVVBdUVIJUwdXVwEPDQAeURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloIUVZQBwceXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=&fl=DUQSREBeS0oSRxZPVRkMSldZDFtNAgldHwZeFgYJBQ0IVRQ=\" target=\"_blank\" style=\"color:black;\">Know more</a> >> </strong> </span> </td> \n </tr> \n </tbody> \n </table></td> \n </tr> \n </tbody> \n </table></td> \n </tr> \n </tbody> \n </table> \n <p> </p> \n <img src='https://app1.ftrans01.com/WPEAFG?id=173907=KkxWBQRXXVVSTEFBFEFFGRUYQhBDQUYQEEIXRUVFRERFEEYUE0RERUUQQUEUQUUZFQgeURECDllECFlcViUDCQRZChpQCwkZVAdUUgJVVAkNCloIUVZQBwceXxERFRdeSh8HRENVSgMRQgAPR1FUF1ZXDx80MSNxdiUIDAEZElc=' alt='' /></body>\n</html>", | |
"text": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 28-07-2025 Dear Archit Jain,� Please note that transaction attempt for USD 2 on your Axis Bank Credit Card no. XX1413 has been declined due to security reasons. If this transaction is not initiated by you, please call 18001035577 / 18604195555. Always open to help you. Regards, Axis Bank Ltd. \n \n \n � ****This is a computer generated intimation and does not require signature.� **** � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � E001611123_11_2021 \n \n \n � \n \n \n Reach us at:� \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n CHAT \n WEB Support \n Mobile app \n INTERNET BANKING \n WHATSAPP \n BRANCH LOCATOR \n \n \n \n \n \n \n \n \n \n Copyright Axis Bank Ltd. All rights reserved. Terms & Conditions apply. \n \n \n Please do not share your Internet Banking details, such as user ID/password or your Credit/Debit Card number/CVV/OTP with anyone, either over phone or through email. \n \n \n RBI never deals with individuals for Savings Account, Current Account, Credit Card, Debit Card, etc. Don't be victim to such offers coming to you on phone or email in the name of RBI. \n \n \n Do not click on Links from unknown/unsecure Sources that seek your confidential information. \n \n \n This email is confidential. It may also be legally privileged. If you are not the addressee, you may not copy, forward, disclose or use any part of it. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. We maintain strict security standards and procedures to prevent unauthorised access to information about you. Know more >> \n \n \n \n \n \n \n \n \n \n � \n \n", | |
"textAsHtml": "<p>28-07-2025 Dear Archit Jain,� Please note that transaction attempt for USD 2 on your Axis Bank Credit Card no. XX1413 has been declined due to security reasons. If this transaction is not initiated by you, please call 18001035577 / 18604195555. Always open to help you. Regards, Axis Bank Ltd.</p><p> � ****This is a computer generated intimation and does not require signature.� **** � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � E001611123_11_2021</p><p> �</p><p> Reach us at:�</p><p> CHAT<br/> WEB Support<br/> Mobile app<br/> INTERNET BANKING<br/> WHATSAPP<br/> BRANCH LOCATOR</p><p> Copyright Axis Bank Ltd. All rights reserved. Terms & Conditions apply.</p><p> Please do not share your Internet Banking details, such as user ID/password or your Credit/Debit Card number/CVV/OTP with anyone, either over phone or through email.</p><p> RBI never deals with individuals for Savings Account, Current Account, Credit Card, Debit Card, etc. Don't be victim to such offers coming to you on phone or email in the name of RBI.</p><p> Do not click on Links from unknown/unsecure Sources that seek your confidential information.</p><p> This email is confidential. It may also be legally privileged. If you are not the addressee, you may not copy, forward, disclose or use any part of it. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. We maintain strict security standards and procedures to prevent unauthorised access to information about you. Know more >></p><p> �</p>", | |
"subject": "Transaction declined for Transaction alert on Axis Bank Credit Card no. XX1413", | |
"date": "2025-07-28T04:30:54.000Z", | |
"to": { | |
"value": [ | |
{ | |
"address": "[email protected]", | |
"name": "" | |
} | |
], | |
"html": "<span class=\"mp_address_group\"><a href=\"mailto:[email protected]\" class=\"mp_address_email\">[email protected]</a></span>", | |
"text": "[email protected]" | |
}, | |
"from": { | |
"value": [ | |
{ | |
"address": "[email protected]", | |
"name": "Axis Bank Alerts" | |
} | |
], | |
"html": "<span class=\"mp_address_group\"><span class=\"mp_address_name\">Axis Bank Alerts</span> <<a href=\"mailto:[email protected]\" class=\"mp_address_email\">[email protected]</a>></span>", | |
"text": "\"Axis Bank Alerts\" <[email protected]>" | |
}, | |
"messageId": "<[email protected]>" | |
} | |
} | |
] | |
}, | |
"connections": { | |
"Gmail Trigger": { | |
"main": [ | |
[ | |
{ | |
"node": "Values", | |
"type": "main", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"Values": { | |
"main": [ | |
[ | |
{ | |
"node": "Markdown", | |
"type": "main", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"Markdown": { | |
"main": [ | |
[ | |
{ | |
"node": "Basic LLM Chain", | |
"type": "main", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"OpenRouter Chat Model": { | |
"ai_languageModel": [ | |
[ | |
{ | |
"node": "AI Agent", | |
"type": "ai_languageModel", | |
"index": 0 | |
}, | |
{ | |
"node": "Subscription Agent", | |
"type": "ai_languageModel", | |
"index": 0 | |
}, | |
{ | |
"node": "Payment Info Agent", | |
"type": "ai_languageModel", | |
"index": 0 | |
}, | |
{ | |
"node": "Structured Output Parser", | |
"type": "ai_languageModel", | |
"index": 0 | |
}, | |
{ | |
"node": "Basic LLM Chain", | |
"type": "ai_languageModel", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"Structured Output Parser": { | |
"ai_outputParser": [ | |
[ | |
{ | |
"node": "AI Agent", | |
"type": "ai_outputParser", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"If": { | |
"main": [ | |
[ | |
{ | |
"node": "Loop Over Items", | |
"type": "main", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"Get all Subscriptions": { | |
"main": [ | |
[ | |
{ | |
"node": "Aggregate", | |
"type": "main", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"Aggregate": { | |
"main": [ | |
[ | |
{ | |
"node": "Basic LLM Chain1", | |
"type": "main", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"OpenRouter Chat Model1": { | |
"ai_languageModel": [ | |
[ | |
{ | |
"node": "Basic LLM Chain1", | |
"type": "ai_languageModel", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"Structured Output Parser1": { | |
"ai_outputParser": [ | |
[ | |
{ | |
"node": "Basic LLM Chain1", | |
"type": "ai_outputParser", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"Basic LLM Chain1": { | |
"main": [ | |
[ | |
{ | |
"node": "Switch", | |
"type": "main", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"Switch": { | |
"main": [ | |
[ | |
{ | |
"node": "Update row in sheet", | |
"type": "main", | |
"index": 0 | |
} | |
], | |
[ | |
{ | |
"node": "Append row in sheet", | |
"type": "main", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"AI Agent": { | |
"main": [ | |
[ | |
{ | |
"node": "If", | |
"type": "main", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"Subscription Agent": { | |
"ai_tool": [ | |
[ | |
{ | |
"node": "AI Agent", | |
"type": "ai_tool", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"Payment Info Agent": { | |
"ai_tool": [ | |
[ | |
{ | |
"node": "AI Agent", | |
"type": "ai_tool", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"Loop Over Items": { | |
"main": [ | |
[], | |
[ | |
{ | |
"node": "Get all Subscriptions", | |
"type": "main", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"Update row in sheet": { | |
"main": [ | |
[ | |
{ | |
"node": "Loop Over Items", | |
"type": "main", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"Append row in sheet": { | |
"main": [ | |
[ | |
{ | |
"node": "Loop Over Items", | |
"type": "main", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"Basic LLM Chain": { | |
"main": [ | |
[ | |
{ | |
"node": "AI Agent", | |
"type": "main", | |
"index": 0 | |
} | |
] | |
] | |
} | |
}, | |
"active": true, | |
"settings": { | |
"executionOrder": "v1" | |
}, | |
"versionId": "980cc94b-4ddb-4c17-8c07-cd823fd989a3", | |
"meta": { | |
"templateCredsSetupCompleted": true, | |
"instanceId": "933df83c84196d70ce3ffd0bf5d3e1aca31b7366f2f84e1f3482640096e4a3a9" | |
}, | |
"id": "DWj20afzIL02iXta", | |
"tags": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment