cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to Setup ASP.Net and Recurring Billing

I have an ASP.Net Web Application and I want to let my customers sign up for Recurring Billing.

I don't know the best way to do and and have been looking for sample code.

 

My motivation is to set this up so it is SAQ-A Compliant.  It looks like "Accept Hosted" or "Accept Customer" would be the right way to go but I don't know how to call these in a Web Form.  I am also not certain of the steps to create the ARB subscription.

 

Can someone please advise on the bext route and point me to Sample code?  The C# SDK was not helpful at all. (No webforms!)

mancusor1929
Member
1 REPLY 1

Annoyingly, I think the only route is to

  1. Use Accept Customer to create the customer and payment profiles.
  2. Then bounce back to the app and tell it to "Create ARB from a payment profile".
  3. Once the Subscription exists, there seems to be no PCI compliant way to edit it (no hosted solution for this part), but they can at least cancel it and make a new subscription.
natesutherland2
Contributor