Both USDT and USDC are supported for EUR/GBP onramp.
1
Create User
user_id — every subsequent call needs it as the X-User-Id header.2
KYC
EUR/GBP supports two KYC methods. For onramp specifically, the user’s address (address line 1, town, country) is mandatory.Headers: Response:See KYC Sharing for the full field reference. Saber may request supporting KYC documents at any time — these must be shared within 72 hours of the request.
- KYC Sharing
- KYC Widget
X-User-Id: <user_id>Since KYC Sharing means Saber isn’t collecting the KYC itself, the client must explicitly pass
address_line_1, town, and country in this call.3
Bank Account Linkage
There is no bank account registration step for EUR/GBP onramp — funds are pulled directly via an Open Banking redirect at payment time, covered in the next step.
4
Transaction
Two variants:Locked quote:Save Response: the See EUR/GBP Open Banking best practices for guidance on handling the redirect flow well.
- Pool Buy — collected funds are converted to stablecoin and deposited into the pool wallet on the Saber system.
- External Buy — collected funds are converted to stablecoin and sent to a specified wallet address on a given network.
wallet_address and network in the request. See Available Networks and Tokens for supported networks and per-network limits.Two kinds of quotes are available — a Live Quote (informational, executes at market rate) or a Locked Quote (rate held ~30-60s, supplied as quote_id in the buy request):Live quote:id from the locked-quote response as quote_id.- Pool Buy
- External Buy
quote_id is only required when using a Locked Quote — omit it when using a Live Quote.payment_method: open_banking response includes a payment URL. Redirect the user there to select their bank and complete payment.Checking status
CREATED, PROCESSING/PAYMENT_INITIATED, COMPLETED, FAILED, CANCELLED, REFUND_INITIATED, REFUND_COMPLETED, etc.).
Poll until the status reaches a terminal state, or configure a webhook URL to receive completion pushes instead — see Order Lifecycle and Webhooks.