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

# Payment Providers

export const MyComponent = ({title}) => <div className>
    <h1 className="text-green-600 font-light">{title}</h1>
  </div>;

In Monime, payment providers are the medium or [financial providers](/apis2/2024-08-01/resources/bank/the-bank-object) through which
payments are processed. Payment providers are linked to a specific payment method. For instance, say a ''user'' chooses to pay via mobile money method,
a list of available mobile money providers will be returned.

<MyComponent title={"MONIME-Mdx-Component-Export"} />

<div>
  <h1 className="font-thin text-purple-600 tracking-widest">Mdx-in-file-test</h1>
</div>
