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

# Plugins and SDK

> Learn how to use our Plugins and SDKs for easier integration

## Introduction

Nomba provides a checkout plugin and SDK to accept payment in your website and Apps. We support Visa, Verve, and Mastercard. You can also receive payment via USSD, bank transfers, and the Nomba QR. 
To integrate into any Nomba service, you need to authenticate with our product. This is the same with our plugins and SDKs; therefore, you will need to obtain your [Nomba API keys here](/docs/getting-started/get-api-keys).

<Note>
  This plugins are meant to be used by merchants in Nigeria.
</Note>

## Plugins

Our plugins offer a quick way to integrate Nomba payments into popular e-commerce platforms. You can also explore [**WooCommerce Subscriptions**](https://woocommerce.com/products/woocommerce-subscriptions/) for recurring payments if you're using the WordPress plugin.

<CardGroup cols={2}>
  <Card title="WooCommerce" icon="wordpress-simple" href="https://wordpress.org/plugins/wc-nomba-gateway/#installation">
    Accept payments with Nomba WooCommerce plugin.
  </Card>

  <Card title="OpenCart" icon="opencart" href="https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=46842&filter_search=nomba&filter_category_id=3&filter_license=0">
    Integrate our gateway using our OpenCart Plugin.
  </Card>

  <Card title="Shopify" icon="shopify" href="https://apps.shopify.com/nomba-gateway">
    Accept payment with our shopify plugin.
  </Card>
</CardGroup>

To Explore how you can add webhook to Nomba Dashboard for shopify, Please follow this [guide](/docs/guides/shopify-nomba-integration#add-the-webhook-url-to-nomba-dashboard).

## SDKs

Our SDKs allow you to build seamless payment experiences directly into your mobile or web applications. Choose the SDK that best fits your development stack:

<CardGroup cols={2}>
  <Card title="IOS SDK" icon="app-store-ios" href="https://github.com/kudi-inc/nomba-ios-sdk">
    Accept payment securely with nomba checkout using our iOS SDK.
  </Card>

  <Card title="Android SDK" icon="android" href="https://github.com/kudi-inc/nomba-android-sdk">
    Accept payment with android checkout SDK.
  </Card>

  <Card title="React SDK" icon="react" href="https://www.npmjs.com/package/react-nomba-checkout-sdk">
    Accept payment via checkout with nomba react SDK.
  </Card>

  <Card title="React Native SDK" icon="react" href="https://www.npmjs.com/package/react-native-nomba-checkout-sdk">
    Accept payment with nomba checkout in your iOS and Android apps using our React Native SDK.
  </Card>

  <Card title="Flutter SDK" icon="flutter" href="https://pub.dev/packages/nomba_flutter">
    Accept payment with flutter SDK, supports android and SDK.
  </Card>
</CardGroup>
