# Mandiri

- [Binding](https://docs.finpay.id/api-reference/finpay-pg/core-api/direct-debit/mandiri/binding.md): Bind (register) a customer for Mandiri Direct Debit as a funding source.
- [Unbinding](https://docs.finpay.id/api-reference/finpay-pg/core-api/direct-debit/mandiri/unbinding.md): Unbind (unlink) a Mandiri Direct Debit account token from the customer.
- [Request OTP Limit](https://docs.finpay.id/api-reference/finpay-pg/core-api/direct-debit/mandiri/request-otp-limit.md): Request OTP to change or confirm the Direct Debit limit for Mandiri.
- [Request OTP Purchase](https://docs.finpay.id/api-reference/finpay-pg/core-api/direct-debit/mandiri/request-otp-purchase.md): Request OTP for a Mandiri Direct Debit purchase.
- [Purchase with OTP](https://docs.finpay.id/api-reference/finpay-pg/core-api/direct-debit/mandiri/purchase-with-otp.md): Create a Mandiri Direct Debit purchase using an OTP.
- [Set Limit with OTP](https://docs.finpay.id/api-reference/finpay-pg/core-api/direct-debit/mandiri/set-limit-with-otp.md): Set or update Mandiri Direct Debit limit using OTP.
- [Purchase without OTP](https://docs.finpay.id/api-reference/finpay-pg/core-api/direct-debit/mandiri/purchase-without-otp.md): Create a Mandiri Direct Debit purchase without OTP.
- [Card Registration](https://docs.finpay.id/api-reference/finpay-pg/core-api/direct-debit/mandiri/card-registration.md): Register (bind) a card for Direct Debit using the SNAP API.
- [Verify OTP - Card Registration](https://docs.finpay.id/api-reference/finpay-pg/core-api/direct-debit/mandiri/verify-otp-card-registration.md): Verify OTP for card registration (binding) using the SNAP API.
- [Verify OTP - Payment](https://docs.finpay.id/api-reference/finpay-pg/core-api/direct-debit/mandiri/verify-otp-payment.md): Verify OTP for a Direct Debit payment using the SNAP API.
- [Card Registration Unbinding](https://docs.finpay.id/api-reference/finpay-pg/core-api/direct-debit/mandiri/card-registration-unbinding.md): Unbind a registered card using the SNAP API.
- [Direct Debit Payment](https://docs.finpay.id/api-reference/finpay-pg/core-api/direct-debit/mandiri/direct-debit-payment.md): Create a Direct Debit payment using the SNAP host-to-host API.
- [Payment Status](https://docs.finpay.id/api-reference/finpay-pg/core-api/direct-debit/mandiri/payment-status.md): Check Direct Debit payment status using the SNAP API.
- [Refund Payment](https://docs.finpay.id/api-reference/finpay-pg/core-api/direct-debit/mandiri/refund-payment.md): Refund a Direct Debit payment using the SNAP API.
- [Get Token](https://docs.finpay.id/api-reference/finpay-pg/core-api/direct-debit/mandiri/get-token.md): Get an access token (B2B) for SNAP Direct Debit.


---

# Agent Instructions: 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:

```
GET https://docs.finpay.id/api-reference/finpay-pg/core-api/direct-debit/mandiri.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
