Accept Online banking Thailand payments using our APIs, and build your own payment form to have full control over the look and feel of your checkout page.
Requirements
Requirement | Description |
---|---|
Integration type | Make sure that you have built an API-only integration. |
Setup steps | Before you begin, add in your test Customer Area. |
Build your payment form for Online banking Thailand
To show Online banking Thailand in your payment form, you need to:
- Show a list of available banks to your shopper.
- After the shopper selects a bank, pass the corresponding Issuer value to your server. You'll need this to make a payment.
Bank name | Issuer ID |
---|---|
Bangkok Bank | molpay_bangkokbank |
Krungsri Bank | molpay_krungsribank |
Krung Thai Bank | molpay_krungthaibank |
The Siam Commercial Bank | molpay_siamcommercialbank |
Kasikorn Bank | molpay_kbank |
We provide logos for Razer Merchant Services and the issuing banks, which you can use on your payment form. For more information, refer to Downloading logos.
You can also get the issuer list from the /paymentMethods response, as explained in the API-only integration guide.
In your /paymentMethods request, specify:
- countryCode: TH
- amount.currency: THB
The list of issuing banks are included in the object with type
: molpay_ebanking_TH.
Make a payment
In your /payments request, specify:
paymentMethod.type
: molpay_ebanking_TH.paymentMethod.issuer
: The shopper's bank. In this example, the issuer is set to Bangkok Bank. Specify this with the Issuer value that corresponds to this bank.- returnUrl: The URL where the shopper will be redirected back to after they complete the payment.