Billplz payment provider for Medusa commerce
Demo Link
About
Participants
GitHub | Discord | |
---|---|---|
@ibnumalik | ibnumalik#3920 | @ibnumalikmy |
Description
A Medusa plugin to extend its payment ecosystem using Billplz - a fair payment platform.
Preview
Set up Project
Prerequisites
- Medusa Server
- Tested on v1.4.1
- Create an account in Billplz and get API key by following the documentation
Installation
Install plugin package in Medusa backend
Configure the Billplz plugin
can be retrieved in Billplz billing page.Copy to clipboardCOLLECTION_ID
andCopy to clipboardSECRET_KEY
is available in your account settings.Copy to clipboardBILLPLZ_X_SIGNATURE_KEY
is the store frontend urlCopy to clipboardSTORE_URL
is medusa backend urlCopy to clipboardBACKEND_URL
During development it’s highly recommended to set
to true and ensure you have sandbox accounts set up in Billplz.Copy to clipboardBILLPLZ_SANDBOX
Then in
, add BillplzCopy to clipboardmedusa-config.js
to the plugins array. This is some of the avaibale options that can be passed to the plugin:Copy to clipboardplugins
Resources
- Medusa - Create plugin
- Medusa - How to install plugin
- Billplz developer documentation
- Store example using this plugin
TODO
- Add instruction to use in NextJS storefront starter.
- Add library to provide components and hooks to use this plugins.

Build your own plugins
Develop your own plugins with our API to speed up your processes.
Make your plugin available via npm for it to be shared in our Plugin Library with the broader Medusa community.
.png)