Please Log in or Create an account to join the conversation.
You need to first find a payment gateway that'll even accept a 10 cent transaction. A lot of them have a minimum of $1, etc.. The button it self shouldn't need any JS, but just have a link to the plans page. Could probably just be to the URL that directly adds the plan to the basket. If they're not logged in it should take them to registration with the plan already selected.1) We would need a donation plan with only one fixed amount : 10 cents This plan would be linked to a button that could be displayed by js on any other external website.
In this button code, we would link a user id or a cb field to link to the user who has put the button on its website. Let's call him user A
When the button is clicked by a user B viewing user A website, then user B is invited to pay if he is already a member of our network or to register/pay if he is not already a member.
I think the only way you're going to be able to do that is some sort of affiliate tracking system. CBSubs integrates with PostAffiliatePro and iDevAffiliate. If you need something other than those two you'd have to develop the integration handling your self, which involves per user unique tracking codes and tracking cookies.2) When the donation is paid, an Important point is that user A would then automatically pay/donate several times the donation paid by user B : 2x10 cents if he is member of group X and 3x10 cents if he is member of group Y (of if he already has a X or Y subscription plan for instance)
Don't see how this is possible, sorry. CBSubs has absolutely no features for that.3) We would like to have a special gateway for this donation plan so that there is no transfer of money until a level is reached (to avoid gateway commission fees)
Say that user B would have to buy 10 $ cards and the 10 cent donations would be deducted from it, and user A would pay only when its level reaches 100 $ for instance
Please Log in or Create an account to join the conversation.
That's not a problem, we would develop something specialYou need to first find a payment gateway that'll even accept a 10 cent transaction
Please Log in or Create an account to join the conversation.
You can already do that using a negative promotion in CBSubs Promotions. Apply it to a free plan to have it based off a field value. Use CB Query Field substituted in to have it based off an internal or external database value.Could we develop a special gateway to get payment from an amount already existing somewhere in our DB ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I've no idea if it's feasible. I've no idea how proficient you are at coding or your experience developing payment gateways for CBSubs or in general. It'd be significantly easier to keep track of the donation amount outside of CBSubs then just use a negative promotion to finally ask them to pay once your amount has been reached. How you keep track of it would be entirely up to you. Could be a field. Could be an entirely separate custom form like from RSForms, etc..As for micro payment, we'd like to go the blockchain way and envisage to develop a special gateway if feasible.
Please Log in or Create an account to join the conversation.