Skip to main content
Convert fiat to stablecoins using traditional banking rails.

Endpoint

endpoint
Create a new bank payment intent.

Headers

string
required
Your application’s client key.
string
required
Your application’s client secret.
string
Unique UUID v4 to prevent duplicate payments. Keys expire after 24 hours.

Body

enum
required
Payment method (ach_push, wire, sepa).
enum
required
Target stablecoin (usdc, eurc).
enum
Source fiat currency (usd, eur). Defaults to usd.
string
Payment amount. Omit for flexible amounts.
string
Customer email for notifications.

Payment Details

string
Message for Wire transfers (max 256 chars).
string
Reference for SEPA transfers (6-140 chars).
string
Reference for ACH transfers (max 10 chars).

Examples