PollarPollar
Operator GuideConfiguration

Integrations

Dashboard → Configuration → Integrations

Connect third-party services to extend Pollar's functionality.


Fiat Ramps (SEP-24)

Enable fiat on/off-ramps so users can deposit and withdraw real money directly in your app via a modal.

Supported anchors

AnchorAssetsStatus
AnclapUSDC, local stablecoinsAvailable
More anchorscoming soon

Setup

  1. Toggle Enable SEP-24 on
  2. Select your anchor
  3. Select the assets to support (must also be configured in Tokens / Trustlines)

Pollar handles the SEP-10 authentication handshake with the anchor automatically. No anchor credentials or account setup required.

Once enabled, the SEP-24 modal is available via openFiatRamp() in the SDK:

const { openFiatRamp } = usePollar();

<button onClick={() => openFiatRamp({ type: 'deposit', asset: 'USDC' })}>
  Deposit
</button>

More integrations coming soon

IntegrationDescription
KYC providersConnect Jumio, Persona, or Sumsub to trigger Deferred mode activation automatically
AnalyticsSend wallet and payment events to Mixpanel, Amplitude, or Segment

On this page

Was this helpful?