# Payment Gateway

In Mod24 we offer you an option to add your own payment profile to make charges on your moves. There are two integrations available Stripe and Authorize.net.

:bulb: Adding a payment gateway is simple in both scenarios, you'll need to add a friendly name and credentials for your gateway.

{% hint style="warning" %}

### :credit\_card: Credit card details are not stored on Mod24

All credit card details are stored outside of Mod24. We do not store any credit card details on our end. We, as Mod24, are connecting to the API from Stripe or Authorize.net to your specific profile in order to receive the information about customer's credit card details.
{% endhint %}

## Stripe

Stripe is an online payment processing for internet businesses. For more details please visit [Stripe website](https://stripe.com/). If you have a Stripe account and want to receive payments through it go to [Payment Gateways](https://dispatch.mod24.com/settings/payment-gateways) in Mod24 Dispatch app.&#x20;

1. Click to Add a payment gateway
2. Select "Stripe" as your desired option
3. Enter a friendly name (for your internal purposes, i.e. "Movincompany.com Merchant")
4. Select a company it belongs to
5. Go to your Stripe account and search for *Secret key* and *Publishable key*
6. Enter these credentials in Mod24 Dispatch app
7. Save
8. ...and done!

After this you'll be able to charge credit card transactions directly from Mod24. All credit cards and their details will be safely stored via your Stripe account.

## Authorize.net&#x20;

Authorize.net is a payment gateway service provider, you can see more details on [Authorize.net website](https://www.authorize.net/).  If you have an Authorize.net merchant account and want to receive payments through it go to [Payment Gateways](https://dispatch.mod24.com/settings/payment-gateways) in Mod24 Dispatch app.&#x20;

1. Click to Add a payment gateway
2. Select "Authorize.net" as your desired option
3. Enter a friendly name (for your internal purposes, i.e. "Movincompany.com Merchant")
4. Select a company it belongs to
5. Go to your Authorize.net merchant account and search for *Client key, Login ID* and *Transaction key*
6. Enter these credentials in Mod24 Dispatch app
7. Save
8. ...and done!

After this you'll be able to charge credit card transactions directly from Mod24. All credit cards and their details will be safely stored in your Authorize.net merchant account.&#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.mod24.com/mod24/companies/company-settings/payment-gateway.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.
