Stripe payment integration in VB.net

Job ID: 31196621

Budget: $250 – $750 USD

1. Language: VB.net (in pair of *.aspx and *.aspx.vb);
2. Freelancer must have direct and successful experience;
3. Publishable key (recommended by Stripe): pk_test_TYooMQauvdEDq54NiTphI7jx
4. Parameter decoded inline with remark " ' these are the parameters decoded"
5. 4 pair-pages are required as follows (StripeCheckout.aspx: decode the query parameters and submit to Stripe);
6.1. StripeCheckout.aspx?TrackingID=3014137652131STP1800&amount=1800&currency=usd&description=ChineseStandard.net_Test
&success_return=StripeSuccess.aspx&cancel_return=StripeCancel.aspx

6.2. StripeSuccess.aspx (and StripeSuccess.aspx.vb)
-- Decode the parameters (TrackingID=3014137652131STP1800, etc.) returned from Stripe (database manipulation is not required)

6.3. StripeCancel.aspx (and StripeCancel.aspx.vb)
-- Decode the parameters returned from Strip (database manipulation is not required)

6.4. StripeWebHook.aspx (and StripeWebHook.aspx.vb)
-- Reply "200/OK" to Stripe, and decode the parameters (TrackingID=3014137652131STP1800, etc.) returned from Stripe (database manipulation is not required)

7. Need to provide in website package (not VS solution/project), including Stripe.net, Stripe.js etc.
Related categories: Visual Basic ASP.NET VB.NET