There are two types of integrations that available for you to use Xendit as your payment gateway, there are:
Please follow these steps to integrate with Xendit:
Download and unzip extension source code
Copy the inner Xendit folder into your MAGENTO_DIR/app/code
directory on your store's webserver. You may not have the code folder by default, you can proceed to create it manually.
Go to your MAGENTO_DIR
, run these commands:
php bin/magento module:status
. You should see Xendit_M2Invoice on list of disabled modules.php bin/magento module:enable Xendit_M2Invoice
php bin/magento setup:upgrade
php bin/magento module:status
again to ensure Xendit_M2Invoice is enabled already.php bin/magento cache:flush
php bin/magento setup:di:compile
Please follow these steps to use Xendit as your payment on Magento M2:
You can see Xendit's setting page by navigating to Stores -> Configuration -> Sales -> Payment Method
WRITE
and money - out as NONE
Once you save the settings above and enable Xendit on the setting page, you should see Xendit's payment methods (credit card and bank transfer) on payment section during checkout flow. Like screenshot below: