Skip to main content

Development

In this section, we will learn how to develop Payment's forward and refund API to create the Payments extension on Fynd Commerce.

Best Practices

Follow these Development Best Practices before starting extension development to ensure a smooth, efficient, and maintainable process.

📄️ Boilerplate Overview

A Boilerplate is a pre-written codebase that speeds development by providing a foundational template for building extensions. Fynd provides a boilerplate that simplifies the development process. This template includes pre-implemented OAuth functionality, necessary API endpoints, and a frontend interface where sellers can enter PG credentials. It is an enhanced version of the General Extension boilerplate with additional configuration to support payment-specific features. Developers should first familiarize themselves with the General Extension boilerplate before working on the Payments boilerplate.


Was this section helpful?