***************************************************************************************************************************
<!– Load Stripe.js on your website. –>
<script src=”https://js.stripe.com/v3″></script>
<!– Create a button that your customers click to complete their purchase. Customize the styling to suit your branding. –>
<button
style=”background-color:#6772E5;color:#FFF;padding:8px 12px;border:0;border-radius:4px;font-size:1em”
id=”checkout-button-price_1HEFMyJRF0GAYMbvT5n0EByU”
role=”link”
type=”button”
>
Checkout
</button>
<div id=”error-message”></div>
<script>
(function() {
var stripe = Stripe(‘pk_live_51H9s3QJRF0GAYMbvh3db2K8kVacyALdNymhyJFWlYxXp5SM66SbSQFnuURcKQfjflL6v7xQtYmH6fb3Mio607XXm00ty4nJ0jL’);
var checkoutButton = document.getElementById(‘checkout-button-price_1HEFMyJRF0GAYMbvT5n0EByU’);
checkoutButton.addEventListener(‘click’, function () {
// When the customer clicks on the button, redirect
// them to Checkout.
stripe.redirectToCheckout({
lineItems: [{price: ‘price_1HEFMyJRF0GAYMbvT5n0EByU’, quantity: 1}],
mode: ‘payment’,
// Do not rely on the redirect to the successUrl for fulfilling
// purchases, customers may not always reach the success_url after
// a successful payment.
// Instead use one of the strategies described in
// https://stripe.com/docs/payments/checkout/fulfillment
successUrl: ‘https://www.linkedin.com/in/stonepayton/success’,
cancelUrl: ‘https://www.linkedin.com/in/stonepayton/canceled’,
})
.then(function (result) {
if (result.error) {
// If `redirectToCheckout` fails due to a browser or network
// error, display the localized error message to your customer.
var displayError = document.getElementById(‘error-message’);
displayError.textContent = result.error.message;
}
});
});
})();
</script>
****************************************************************************
*****************************************************************************
****************************************************
****************************************************
****************************


WEEKLY SHOWS
Hack the Entrepreneur
Hack The Entrepreneur host Jon Nastor reveals the fears, habits, and inner-battles behind big name entrepreneurs and those on the path to success. Whichever tactics and strategies you’re looking for, Hack the Entrepreneur can and will help you get your business going and growing.
Atlanta Business Radio
Business RadioX ® Hosts Lee Kantor, Stone Payton, and Katy Galli interview business owners and entrepreneurs from metro Atlanta’s leading companies.
ITEN Wired Radio
ITEN Wired Radio, hosted by Keith Hoffert, spotlights Business Owners, Community Leaders and Budding Entrepreneurs in the Pensacola and Gulf Coast region.
Featured Guests




























































