How to make the use of sparks to process payment in PyroCMS module - pyrocms

I am developing a bidding system in PyroCMS version 2.2.0. I have to develop a payment module to process the payment. How can I make use of sparks to develop the payment class?

Related

Using cashier capabilities without stripe?

Stripe and Braintree are not available in my location, so I've to use Paypal.
I'm trying to figure out the technicalities and best practices , since it's my first time integrating payments.
I'm also trying to figure how to smoothly go from a register + free access, to register + pay to access
Questions:
I want to make it a smooth transition when I decide to start charging my users for access. What do I need to set-up beforehand? Currently I haven't launched yet so I want to prepare everything I need.
Can I use cashier to manage access for users that paid but while I'm using paypal and not stripe like cashier use? (i mean to use some of cashier functionality).
note: I found a package on github (https://github.com/srmklive/laravel-paypal) that integrates paypal into a laravel app, but it uses a deprecated api from 2017.

Paypal Pre-aapproved Payments with Laravel and handle recuring payments later

My Scenario
I am trying to allow user to add paypal payment methods on my webiste (in Laravel) so later he can use the added payment methods to make payment.
right now i am using the https://github.com/srmklive/laravel-paypal to handle the recurring payment methods but now we want user to add multiple paypal payment methods so when he want to purchase the subscription then he can be able to select the added payment method.
My Question
Is there a package or method for use with laravel that allows me to implement pre-approved payments and handle the recurring payment methods later?
Guarv, thanks for using my package. Pre-approved payments are part of PayPal AdaptivePayments API. My package supports it partially though. Hopefully we can work together to implement this in the package.
If you look at this link:
https://developer.paypal.com/docs/classic/adaptive-payments/ht_ap-basicPreapproval-curl-etc/
It specifically says if you are using pre-approved payments, you should use the Adaptive Payments endpoint to process any future payments.

Akeeba subscription additional Payment Gateway

I would like to integrate SecurePay payment gateway in Akeeba subscription component in Joomla 2.5
I am familiar with ceating component and modules in Joomla 1.5
Please give some guidance to integrate it.
Thanks.
All payment methods are standard Joomla! plugins, belonging to the akpayment group. Look at the existing plugins to learn how they work. Then - provided with the necessary information about SecurePay's payment handling - you should be able to write your own plugin.

Adding new payment method on Magento Community 1.6.2

I'm developing an e-commerce site using magento community 1.6.2. I need to use Knet as my payment gateway (Kuwait local payment system). They use a php-java bridge to connect their system with magento. Magento wiki tutorials are not helping, they are not showing the admin side.
How can I add this payment method to magento.
Developing a Magento extension is not an easy task, and payment gateway integrations are not easy to work with.
I can recommend you to hire a professional to do the job for you and you just install the module on your Magento store.
Regards.

Advice on Canadian payment gateway for VirtueMart (Joomla!)?

I'm developing a shopping cart system for a client using Joomla! 1.5 and VirtueMart and am in the market for a payment gateway provider. That said, I have a couple of unique requests:
Not PayPal -- The client sells tobacco accessories, which is against PayPal ToS.
Allows the sale of tobacco accessories/products -- my client primarily sells glass pipes and waterpipes for tobacco use only. If there's a chance a payment provider will classify these as "paraphernalia" or other things contravening their ToS, I'd prefer to avoid inquiring only to be told I can't use their service. This is why Google Checkout isn't an option, btw.
Good support for VirtueMart -- I've never really programmed a payment module before, so easy of integration with VirtueMart is important.
I'm waiting on a response from PsiGate, though I'm leaning towards Pivotal Payments given the client already uses that company for processing in-store transactions. That said, Pivotal seems to have pretty poor support for VirtueMart -- I can only find a forum post about their payment module, and it seems the people in that thread were having a really hard time implementing it.
Epic-level gratefulness for anyone with suggestions.
VM has very good support to Authorize.net. I have also recently implemented a Link Point (now called First Data) payment module. There is a really good step by step for the Link Point module that worked perfectly for me on VM 1.1.5 here - http://forum.virtuemart.net/index.php?topic=35263.msg107934#msg107934

Resources