# Recurring Payment

FASPAY payment gateway facilitates a recurring payment model where members authorize merchants to withdraw funds from their accounts automatically and periodically to make purchases via websites with merchant/third-party banks

* Register New Member: Merchants will register their new member directly on Faspay page.
* Update Member: Merchants will update their member's details without redirecting to Faspay page.
* Update Member's Card: Merchants will update their member's card details directly to Faspay page.

### Flow Recurring Transaction

<figure><img src="/files/qnwT9MGRtHm96WcSj2o8" alt=""><figcaption><p>FPG - Recurring Flow Transaction</p></figcaption></figure>

#### Description:

1. Merchant redirects post data from merchant's website to Faspay system.
2. Faspay will process and send the data to the bank.
3. The bank sends a response and sends it to Faspay.
4. Faspay will send a payment notification status response to the Merchant.&#x20;


---

# 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.faspay.co.id/getting-started/faspay-bussiness/kredit-transaction/recurring-payment.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.
