Example payload for Stripe Checkout Form Fill Step 1.
Event Type: stripe_co_step03
{
"event": "stripe_co_step03",
"data": {
"locationId": 95561,
"locationName": "Jedi Order HQ",
"systemId": 123,
"systemName": "Jedi System",
"productId": "plan_123",
"productName": "Close Like a Sales Jedi",
"productPriceInCents": 25000,
"firstName": "Obi-Wan",
"lastName": "Kenobi",
"email": "thejedimaster@lightspeedvt.com",
"phone1": "8888888888",
"coupon": "discount123",
"stripeCustomerId": "cus_123hgtzg786",
"userId": 777777,
"username": "obiwankenobi0001"
},
"timeTriggered": "4/6/2021 11:16:36 AM"
}
PROPERTIES | VALUES – INFORMATION |
LocationID | Integer – The id of the location that the Stripe widget is tied to |
LocationName | String – The name of the location that the Stripe widget is tied to |
SystemID | Integer – The id of the system |
SystemName | String – The name of the system |
Product ID | Integer – The ID of the Stripe product |
Product Name | String – The name of the Stripe product |
Product Price In Cents | Integer – The total amount of the product in cents |
FirstName | String – The first name of the user |
LastName | String – The user’s last name |
String – The user’s email | |
Phone1 | String – Phone number for user |
Coupon | String – Coupon used at checkout |
Stripe Customer ID | String – Stripe customer id |
User ID | Integer – LSVT user id |
Username | String – LSVT Username |