Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add new payment method

Tags:

bigcommerce

I would like to implement a new payment gateway via BigCommerce. It would consist in creating a button on Bigcommerce checkout page able to redirect to the payment gateway with payment parameters and subsequently manage the outcome of the transaction. According to BigCommerce live chat this operation is possible, but it's necessary to write in this community for more info (API, etc...). In the specifications we found only these indications https://developer.bigcommerce.com/api-docs/store-management/payment-processing . Could you give me some more tips on how to proceed?

like image 289
tekshark Avatar asked Apr 14 '26 00:04

tekshark


1 Answers

It generally isn't recommended to integrate custom payment gateways, because all existing payment gateways integrated with BigCommerce are integrated through the core application.

If you'd like to use a different gateway, you would need to direct the shopper to your own PCI-Compliant server to process the payment, and then POST the order back to your BigCommerce store through the API.

like image 72
Kyle Avatar answered Apr 23 '26 06:04

Kyle