> For the complete documentation index, see [llms.txt](https://docs.pandablue.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pandablue.com/api-documentation/deposits-api/payment-methods/asia/malaysia.md).

# Malaysia

{% hint style="warning" %}
*Please note that 'Bank Transfer (TR)' in itself is no longer available.*

*FPX now also serves as Bank Transfer. For details on payment methods, please see our payment options.*
{% endhint %}

## Payment Methods

|                               Icon                              | payment\_method | Name       |    Flow    |  Payment Type  | Iframe supported |
| :-------------------------------------------------------------: | :-------------: | ---------- | :--------: | :------------: | :--------------: |
| <img src="/files/QteiWrewY4lluIP764Q7" alt="" data-size="line"> |      `BST`      | Boost      | `REDIRECT` |     WALLET     |                  |
| <img src="/files/PRbj33Hwcjsf0hpTP3Fk" alt="" data-size="line"> |      `FPX`      | FPX        | `REDIRECT` | BANK\_TRANSFER |                  |
| <img src="/files/sUeKmvC0Va46Ermon4X7" alt="" data-size="line"> |      `GRB`      | Grab       | `REDIRECT` |     WALLET     |                  |
| <img src="/files/WvecG7B7k94MqSW8Qte8" alt="" data-size="line"> |      `SPAY`     | ShopeePay  | `REDIRECT` |     WALLET     |                  |
| <img src="/files/vooWpGrVrmPYjb6wj8SS" alt="" data-size="line"> |      `TNG`      | Touch'n Go | `REDIRECT` |     WALLET     |                  |

{% hint style="success" %}
Use the [Payment Methods Endpoint](/api-documentation/deposits-api/endpoints/payment-methods-endpoint.md) to retrieve the Payment Methods' types, logos and more details.
{% endhint %}

## Fields required for the [OneShot Experience](/api-documentation/deposits-api/endpoints/deposit-creation-endpoint.md#oneshot-experience)

| Payment Method Name         | `country` | `amount` | `payer[]` | `payment_method` |
| --------------------------- | :-------: | :------: | :-------: | :--------------: |
| Affin Bank                  |    Yes    |    Yes   |    Yes    |        Yes       |
| AmBank                      |    Yes    |    Yes   |    Yes    |        Yes       |
| Bank Simpanan National      |    Yes    |    Yes   |    Yes    |                  |
| Banks Islam Malaysia Berhad |           |    Yes   |    Yes    |                  |
| CIMB Bank                   |    Yes    |    Yes   |    Yes    |        Yes       |
| Hong Leong Bank             |    Yes    |    Yes   |    Yes    |        Yes       |
| Maybank                     |    Yes    |    Yes   |    Yes    |        Yes       |
| Public Bank                 |    Yes    |    Yes   |    Yes    |        Yes       |
| RHB Bank                    |    Yes    |    Yes   |    Yes    |        Yes       |

###

### Payer object requirements

| Payment Method Name         | `document` | `email` | `first_name` | `last_name` |
| --------------------------- | :--------: | :-----: | :----------: | :---------: |
| Affin Bank                  |     Yes    |   Yes   |      Yes     |     Yes     |
| AmBank                      |     Yes    |   Yes   |      Yes     |     Yes     |
| Bank Simpanan National      |     Yes    |   Yes   |      Yes     |     Yes     |
| Banks Islam Malaysia Berhad |     Yes    |   Yes   |      Yes     |     Yes     |
| CIMB Bank                   |     Yes    |   Yes   |      Yes     |     Yes     |
| Hong Leong Bank             |     Yes    |   Yes   |      Yes     |     Yes     |
| Maybank                     |     Yes    |   Yes   |      Yes     |     Yes     |
| Public Bank                 |     Yes    |   Yes   |      Yes     |     Yes     |
| RHB Bank                    |     Yes    |   Yes   |      Yes     |     Yes     |

{% hint style="success" %}
Other fields not in these lists are optional.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pandablue.com/api-documentation/deposits-api/payment-methods/asia/malaysia.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
