# Subscriptions

## User flow

1. The payer makes an initial payment via credit/debit card to start the subscription.
2. From that point on, the payer will be charged using the same credit/debit card details on the same date every month.
3. The subscription can be cancelled at any time after it is started. In such case, the payer will no longer be charged from that point onwards. A subscription may be cancelled in the following ways:
   1. By the payer, through the link in their email receipt.
   2. By the admin, from the dashboard.
   3. By PaySG automatically, if a monthly charge fails for any reason (e.g. the expiry date of the credit/debit card has passed).

### Do note the following

* You cannot collect both one-time payments and subscriptions using the same payment service. To collect subscriptions, you must create a new payment service.
* Currently, subscriptions can only be created via a payment forms flow.
  * After creating your subscription payment service, see [Payment forms](/start-using-the-dashboard/payment-forms.md) for more details on how to set this up.
* For subscriptions, the only supported payment method is Stripe.

You may try out a demo [here](https://go.gov.sg/paysg-subscriptions-demo).


---

# 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://guide.pay.gov.sg/start-using-the-dashboard/subscriptions.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.
