Thomas Nichols
Thomas Nichols

Reputation: 146

Can I use CFHTTP to get Session information from Stripe

I am passing these tests back locally while I develop this the the return I get from Stripe, is there a quick way to parse this out with CFHTTP or something else, an example would be great I have done any coding in like 4 years and am sure rusty but I was asked to help a charity project out so I am doing my best.

http://localhost/Calendar%20Raffle%20Nashua%20Cal/checkoutcomplete.cfm?session_id=cs_test_a1aEXwN4d0PtyWxkHk9cgleupdYn6hlNgE3U4pMrmgr2UyEVhXkmvfQvbS

Upvotes: 0

Views: 30

Answers (1)

qichuan
qichuan

Reputation: 2001

The same question was asked before, and one of the answers suggests using a third-party library https://github.com/jcberquist/stripe-cfml. You might want to check it out and see if it helps.

Upvotes: 0

Related Questions