Skip to content

Instantly share code, notes, and snippets.

@tristansokol
Last active May 14, 2018 20:09
Show Gist options
  • Save tristansokol/84e8b81e9e7ec22192ea54d062260b02 to your computer and use it in GitHub Desktop.
Save tristansokol/84e8b81e9e7ec22192ea54d062260b02 to your computer and use it in GitHub Desktop.
checkoutApi.createCheckout(locationId, checkoutRequest).then(function(data) {
let twiml = new Twilio.twiml.MessagingResponse();
twiml.message('Awe-some! finish up checking out here: '+ data.checkout.checkout_page_url);
callback(null, twiml);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment