> ## Documentation Index
> Fetch the complete documentation index at: https://guides.ditch-concept.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect your First Payment System

> Learn how to connect payment system to Supastore

## Introduction

We have our products, we have our bot, now the only thing that's left is accepting payments. In this tutorial you will learn how to connect the simplest and fastest to implement payment system - Bank Transfer

## Tutorial

<iframe src="https://www.loom.com/embed/3454673d8cc6468b96573d9279a2bc23?sid=fda1f376-6097-4626-9557-96c8397d42df" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen height={"315"} className={"w-full rounded-xl"} />

## Breakdown

In your [Supastore Dashboard](https://admin.supastore.example.com), navigate to `Payment Systems` page. In there, you will have a form for adding a new payment system.

Each payment system, needs to have a unique name for you to be able to differentiate between them.

Then select a payment provider, for this tutorial we will choose `Bank Transfer`. We will go more in depth about other providers in the next tutorials.

You then need to provide button text. This will be displayed to your customer on the checkout page

And below, you need to provide a message with your bank details.

Here is an example

```plaintext theme={null}
 For Indonesian Payments

Bank: Permata
Account number: 12345689
Beneficiary: John Doe

For International Payments:

Country: United Kingdom
Beneficiary: John Doe
Bank name: Revolut
IBAN: *******************
BIC / SWIFT code: *******

For Russian Payments:

SBP
Phone number: +7999999999
Bank name: Alfa Bank
Beneficiary: John Doe

```

Now, when your customer selects this message he will recieve a message with those details. He has to provide the order number in the comment, so you can see that he made a payment
