# Online Payments

For services, there are two optional payment methods. Direct payment or in-app payment. For direct payment, the rider would pay the full amount to the driver in any way convenient such as cash, and the commission would be deducted from the driver's credit. In addition to that, there are in-app online payment options. The customer pays the fee and the payment processor would pay it to the admin account. Once payment is done driver's share is added to his in-app wallet for future payouts.

Some of the Payment Gateways offered currently are as follows:

### PayPal

Most used payment solution around the world.

### Stripe

One of the globally most known and trusted payment gateways mostly used in Europe

### PayGate

South Africa Payment Gateway

### PayStack

Nigeria Payment Gateway

{% hint style="info" %}
If you want to have the payment gateway of your country implemented into the system you can contact <minimalistic.apps@gmail.com> about it.
{% endhint %}


---

# 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://flutter-docs.taxi.ridy.io/usage/online-payments.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.
