Mobile app version of vmapp.org
Login or Join
Ogunnowo487

: Automatic Online Payments I'm building a site which will notify users via SMS when there is a new job that meets their criteria. Currently they then have to login to the site and pay (via

@Ogunnowo487

Posted in: #PaymentGateway #Payments

I'm building a site which will notify users via SMS when there is a new job that meets their criteria. Currently they then have to login to the site and pay (via Paypal) for the lead details (if they are interested).

What we want to do is have them reply to the text, and we somehow automatically take the payment, then SMS them the details.

Now I know we can automatically take payments using a payment gateway so long as we store the credit card details. But due to the security required to store credit card details we'd ideally like to use a payment provider who can manage that side of things.

Paypal and Google checkout offer something similar, but its still based around monthly billing just with a variable amount. And in our case the payments could be any time.

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Ogunnowo487

3 Comments

Sorted by latest first Latest Oldest Best

 

@Pope3001725

Authorize.Net's Customer Information Manager (CIM) API offers this functionality. Basically you create a customer payment profile on their server (i.e. they store the credit card details) and then you charge against it by passing them the profile ID whenever payment needs to be made.

10% popularity Vote Up Vote Down


 

@Jessie594

Chargify.com's usage based billing

"Chargify supports several kinds of usage-based billing, including metered-usage (ie, sales leads and text messages) and per-seat (ie, software license fees per user). This allows you to mix and match flat-rate product fees with variable usage-based fees to match your business and market needs. Usage of metered components is tallied throughout the billing cycle and the charge is seamlessly integrated as a line item on Customers’ next invoice."
chargify.com/

10% popularity Vote Up Vote Down


 

@Ravi8258870

Have you considered using reverse SMS billing or direct mobile billing. One of these two would provide you with a faster way of charging for your service without the hassle for the user. Reverse SMS is pretty easy and quick to implement, though it might lead to bill shock so be careful.

Parkers car valuations is a good example of this type of service. You input your registration information and they provide an immediate valuation for 1.50 charged via your mobile account.

You may also find wiki's article on mobile payments interesting as it outlines the most popular mobile solutions in the field.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme