AbanteCart Community

Shopping Cart Operations => Support => Topic started by: aatif1995 on November 07, 2021, 07:55:01 AM

Title: paypal and razorpay storefront api
Post by: aatif1995 on November 07, 2021, 07:55:01 AM
Hello guys,
           i want to add PayPal and razor pay options in my mobile app but as per the storefront API document Currently. Only COD and Authorize.Net are supported for payment methods so can someone help me on this
Title: Re: paypal and razorpay storefront api
Post by: abolabo on November 08, 2021, 03:06:05 AM
please clarify your question.
Title: Re: paypal and razorpay storefront api
Post by: maxter on November 08, 2021, 06:17:45 PM
I think aatif1995 is talking about storefront API. Where do you see this message?

I think it is the best that payment is handled via app in that case.
Title: Re: paypal and razorpay storefront api
Post by: aatif1995 on November 22, 2021, 02:48:39 AM
Hello, Team Thanks for your response,
             yes, I am talking about storefront API I saw that in the storefront API document as per the document right now only COD and Authorize.Net are supported for the payment method this point is mentioned in section Final confirmation before payment submit I am not able to post a link so I am attaching the screenshot


Title: Re: paypal and razorpay storefront api
Post by: aatif1995 on December 23, 2021, 07:35:22 AM
can someone help me on this
Title: Re: paypal and razorpay storefront api
Post by: abolabo on December 24, 2021, 06:13:49 AM
Our API looking for "api" method of payment extension. Only two "default" payment extensions have a "api()" method inside their response controller. COD and Authorize.Net. Just open file (https://github.com/abantecart/abantecart-src/blob/3c7705381efb8be7e209e528464f20d732979291/public_html/extensions/default_cod/storefront/controller/responses/extension/default_cod.php)  and check. 
If you wish to develop this method for default paypal etc you are welcome. We like any contributions:-)