Please Log in or Create an account to join the conversation.
This is not a supported payment gateway, you'd need to write an integration for such a gateway (API Documentation not currently available).The problem (or one of the problems) I want to solve is trying to achieve a payment through the BNP Paribas Mercanet service.
CBSubs can execute code files via GET, POST, or XML requests once a subscription is active, canceled, etc... This is done using CBSubs URL.After this I of course realize that the payment will not go through in the CB subs system, but maybe some kind of batch update of all the payments (from the file that BNP Paribas returns from all the transactions)could be utilized to verify the payments?
This is only doable with Offline Payments as all offline purchases require admin approval.if that is not possible a manual acceptance of the payment from the admin Interface from CB Subs could also be acceptable
Please see above explained usage of CBSubs URL.Making the call to the perlscript/URL, mean that the customer has actually paid in CB Subs (even if that is not the case), and then manually remove this payment if the transaction file from BNP Paribas later actually shows that no payment has been done from the specific customer.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
CBSubs URL is a CBSubs integration that allows you to execute code files based off subscription, the integration is for CBSubs; not to be utilized by outside sources. Sorry, believe you misunderstood my description of its usage.Anyway- regarding using the CB Subs URL to post user registration information to the perl script URL, can you give me an example of this, to find out the naming standards and if there is something else I need to know (i e for example how to update the payments/baskets).
If you absolutely need this payment gateway and it can execute code upon payment you can insert subscriptions into your database (examine _cbsubs_subscriptions and as to how you need to structure your insert). You should examine the database tables closely after adding test subscriptions via ONLY CBSubs. This will give you examples to follow as to how to build your queries.That would be extremely appreciated, and possibly necessary to see if I can use CB Subs or if I need to make use of the refund policy and search somewhere else to find another possible Joomla extension for this.
Please Log in or Create an account to join the conversation.