ME-SGW 2019 Young Professional Ticket Payment
Congratulations on being selected to attend the Middle East Space Generation Workshop 2019.
To secure your young professional ticket, please follow these steps:
- Click the “Checkout” button below. Pay via credit card.
- Once payment is confirmed, you will get an email with the link to our Eventbrite Ticket Registration and a Payment Code
- Go to the Eventbrite site on the email, enter the Payment Code to zero the cost of the young professional ticket and proceed with providing your registration information.
- You will then receive your young professional ticket by email.
If you have any questions, please contact [email protected] and [email protected].
(function() {
var stripe = Stripe(‘pk_live_U96lVMBQBR6lJ8I4agkwzo9O’);
var checkoutButton = document.getElementById(‘checkout-button-sku_G8JxIwmZ2Vzo0v’);
checkoutButton.addEventListener(‘click’, function () {
// When the customer clicks on the button, redirect
// them to Checkout.
stripe.redirectToCheckout({
items: [{sku: ‘sku_G8JxIwmZ2Vzo0v’, quantity: 1}],
// 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: window.location.protocol + ‘//spacegeneration.org/mesgw2019/payment-success’,
cancelUrl: window.location.protocol + ‘//spacegeneration.org/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;
}
});
});
})();


