About Stripe

Stripe supports a wide range of payment methods to help you accept payments around the world. Each payment method varies in the authentication process. As a merchant, you can seamlessly integrate Stripe with Omnibasis to process your payments.


Stripe supports various credit cards and two types of direct debit payments:

  • Automated Clearing House (ACH) - The ACH is a type of electronic funds transfer network used in the United States. ACH provides inter-bank clearing of credit and debit transactions. The ACH electronic network helps banks and financial institutions exchange information in between.
  • Single Euro Payment Area (SEPA) - This unique euro payment area establishes an integrated European market for payment instruments. The aim of SEPA is to ensure that payments within Europe take place as simply and effectively as those within a single country.


Configure Stripe Payment Gateway

To configure your stripe payments gateway you need to obtain API keys from your stripe account.


Learn about Stripe API Keys.


Note: we recommend to use test keys first to configure and run payment gateway.


To create a Stripe Payment Gateway navigate to omniPay \ Payment Gateways and select Create from action menu at the top right corner.


  1. Set status to Active.
  2. Select the Stripe for the type of the payment gateway. 
  3. Select Payment type you want to use for Stripe transactions.
  4. Select the currency you want your gateway to be associated with. All transactions in that currency will routed to that gateway.  Learn more about Currencies support on Omnibasis.
  5. Give a descriptive name to your gateway,
  6. Enter Public key from your stripe account.
  7. Ener Secret key from your stripe account.
  8. Click Save.




Currencies Supported

Stripe supports 100+ different currencies for charging customers across different geographical locations. Find the complete list of currencies supported by Stripe.


Test Card Numbers


The card numbers provided here can be used for testing card transactions in the test mode of your Stripe account.


While testing, use any number for CVV and a valid future date for the expiry date.


Card Number

Card Type

Response Description

4242 4242 4242 4242

Visa

Successful Transaction.

4000 0000 0000 0002

Visa

Attempts to charge will be declined with a Card Declined error.

4000 0000 0000 0341

Visa

Card can be added but attempts to charge will fail.

4000 0000 0000 0069

Visa

Charge will be declined with an "Expired Card" error.


Learn more about Stripe test card numbers and tokens.