Provider registration for specific Payment Gateways

Stripe API key guide

How to Locate Your Stripe API Keys

Step 1: Log In to the Stripe Dashboard

Go to https://dashboard.stripe.com/login and sign in with your merchant credentials.

Step 2: Go to the 'Developers' Section

Once you're logged in:
1. Click on 'Developers' in the left-hand sidebar.
2. Then click on 'API keys'.

image.png

 

Step 3: View Your API Keys

In the API Keys section, you will see:
- Publishable key (starts with pk_live_)
- Secret key (starts with sk_live_) – use this one when connecting your Product Provider profile with your Stripe account in DOME marketplace.

To reveal the Secret key, click on 'Reveal live key token'. It will only be shown once — copy and store it securely.

image.png

 

Security Tips

- Never expose your secret key in client-side code (like HTML or JavaScript).
- Use environment variables to store keys securely.
- If a key is compromised, rotate it immediately via the dashboard.

For official documentation, visit: https://docs.stripe.com/keys

Barion API key guide

How to Locate Your Barion API Keys

Step 1: Log In to the Barion Dashboard

Go to https://secure.barion.com and sign in with your merchant credentials.

Step 2: Go to the 'Wallet - Access' Section

Once you're logged in:
1. Click on 'Wallet' in the left-hand sidebar.
2. Then click on 'Access'.

image.png


 

Step 3: View Your API Keys

In the Access section, you will see your Active API Key.
To reveal the Active API Key, click on 'Hide or show key'. 

image.png


Security Tips

- Never expose your secret key in client-side code (like HTML or JavaScript).
- Use environment variables to store keys securely.
- If a key is compromised, rotate it immediately via the dashboard.

For official documentation, visit: https://docs.barion.com/Barion_Shop_Authentication

Sumup API key guide

How to Locate Your SumUp API Key and Merchant ID

Step 1: Log In to the SumUp Developer Dashboard

1. Navigate to https://developer.sumup.com/.
2. Click on 'Log In' and enter your merchant credentials to access your dashboard.

Step 2: Navigate to the Settings Section

1. Once logged in, click on 'Account' in the top navigation menu.
2. Select 'Settings' from the dropdown menu.

image.png


Step 3: Navigate to the For developers – Toolkit section

1.      Select 'Toolkit'.

image.png


Step 4: Navigate to the API Keys section

1.      Select 'API Keys'.

image.png


Step 5: Generate or View Your API Key

1. In the API Keys section, you can view existing keys or generate a new one by clicking on 'Create'.
2. Provide a name for your API key and assign the necessary permissions.
3. Click 'Save' to generate the key.
4. Copy the generated API key and store it securely.

image.png


Step 5: Locate Your Merchant ID

1. While still in the dashboard, click on 'Account' in the top navigation menu.
2. Select 'Settings' from the dropdown menu.
3. Your Merchant ID will be listed under your account details and also on the top right corner under your account name.

image.png


 

Important Security Notes

- Do not share your API key publicly or include it in client-side code.
- Store your keys in a secure location, such as environment variables or a secure credentials manager.
- If you suspect your keys have been compromised, revoke them immediately and generate new ones.

For more detailed information, refer to SumUp's official documentation: https://developer.sumup.com/