General Procedure of Developing a New Payment Plugin
The procedure of development of a new payment plugin consists of the following steps:
- Check the overall Payment SDK architecture (refer to the Architecture Overview section).
- Create files in accordance with conventions (refer to the Location and Naming Conventions section).
- Implement methods that communicate with a payment gateway and process responses and callbacks (refer to the API Specification section).
- Verify the operability of the plugin you created (refer to the Verifying the Plugin Operability section).