- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SIM and Recurring Billing
Hi,
I have created a test account and using SIM i have integrate the payment process in my application using Java. I have stored the Credit card number and other required details in database for future use.
Now the next step is recurring payments. Please suggest some ideas, to start the right way to make recurring payments.
Thanks.
โ07-04-2013 04:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are storing CC#, you are not using SIM.
Read this
โ07-04-2013 09:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If the charges and schedule will stay more or less the same, you can use ARB, which you'll probably feel more comfortable with if you're coming from storing credit card info. If the charges or schedule vary quite a lot, or you want to reduce exposure to credit card data as much as possible, use CIM. Both have a bit of a learning curve.
โ07-08-2013 06:12 PM