This is the flow, essentially the customer validation is looking at the Charges object in Stripe to determine if the customer purchase 'succeeded' which would then bring the customer over to SF.
I am working with a flow to import subscriptions, but only if a successful purchase is complete. The data for the customer and purchase status are in 2 separate data elements. What is the best wa...
That works to add the decimals to the end, the item cost if 14.99, so I need to insert the decimal at the third and fourth characters essentially. I have been able to do this with replace, but sin...
I am working to import cost data into Salesforce, the value lists as 1499, I have tried to use the tofixed function, but it outputs the following when I attempt to transform the value I am getting ...
Not sure how I missed that one, thanks for the quick reply
I am working on ingesting Stripe subscription data in to Salesforce and running into an issue on the date from the source (Stripe). Stripe appears to use a unix time stamp for the date an regardle...
I am working to bring over Customers as contacts into our Salesforce instance from Stripe. There is a field mismatch which I am trying to overcome and I am sure has an easy solution, but I need to...