Skip to main content
All CollectionsPaymentsSpecific Payment Methods
How can I activate BDO, Metrobank, and Landbank for my account?
How can I activate BDO, Metrobank, and Landbank for my account?

Learn how to start receiving BDO, Metrobank, Landbank payments for different PayMongo products.

Gabriel avatar
Written by Gabriel
Updated over a week ago

⚠️ Account configuration is required before the payment methods can appear.

We need to configure your account before you can start enabling these payment methods. Kindly message [email protected] to request for configuration of BDO, Metrobank, and Landbank Online Banking.

Please note as well that this feature is currently available for our Shopify Plug-in, PayMongo’s Custom & Checkout API, PayMongo Pages, and PayMongo Links users only.


Our array of Direct-Online-Banking options just got wider! BDO, Metrobank, and Landbank are now available, through our partnership with Brankas. To start accepting these payment methods, kindly follow the steps for the channel you want to activate it in below:


For Links and Pages:

The BDO, Metrobank, and Landbank options will automatically appear under your Links’ or Pages’ “Online Banking” options after our support team requests that these payment methods are configured for your account.


For Shopify:

Enabling these new banking options for your Shopify store only takes a few minutes of your time! Kindly follow this guide for detailed instructions on how to enable BDO, Metrobank, and Landbank for your Shopify store.


For Custom API:

To start accepting BDO, Metrobank, and Landbank payments for Custom API / PIPM Workflow, your developer has to follow these 3 simple steps:

    1. Set the request body parameter type to brankas, and

    2. Indicate the selected bank on the request body parameter details.bank_code to bdo, landbank, or metrobank.

    1. Set the request body parameter payment_method_allowed to brankas.

    1. Pass a return_url


For Checkout API:

To start accepting BDO, Metrobank, and Landbank payments for Checkout API, your developer needs to apply the following minor updates to your existing Checkout API integration:

    1. The following payment_method_types should be available: brankas_bdo, brankas_landbank, and brankas_metrobank.

  1. Pass the new payment methods in your checkout session. (https://developers.paymongo.com/reference/create-a-checkout)

    1. Update your checkout session endpoint to retrieve the newly configured payment methods.

Did this answer your question?