Skip to main content
EUR/GBP offramp lets your users convert their stablecoin balance into Euros or Pounds Sterling, settled to a bank account. Every offramp flow follows the same four steps: Create User → KYC → Bank Account Linkage → Transaction.
Both USDT and USDC are supported for EUR/GBP offramp.
1

Create User

Response:
Save user_id — every subsequent call needs it as the X-User-Id header.
2

KYC

EUR/GBP supports two KYC methods:
Headers: X-User-Id: <user_id>
Response:
Use the ISO3 code for the user’s country (e.g. DEU for Germany, GBR for the UK). Saber may request supporting KYC documents at any time — these must be shared within 72 hours of the request.
3

Bank Account Linkage

There’s no bank-code lookup step for EUR/GBP — banks are identified directly by IBAN (EUR) or sort code (GBP).
Headers: X-User-Id: <user_id>
Mandatory: bank_iban, account_holder_name, country.
Response:
This is the shared bank account response shape across corridors — iban/bic are populated for IBAN routing, account_number for GBP sort-code routing, with the unused identifier fields returned as null.
Save bank_id for the sell step.
4

Transaction

Two variants, both requiring a quote first — a Live Quote (informational, executes at market rate regardless) or a Locked Quote (rate held ~30-60s, supplied as quote_id in the sell request):
Payment rails: payment_method: bank_transfer resolves internally based on currency and recipient bank:
There are no cut-off times for EUR/GBP payouts. Standard SEPA transfers (where SEPA Instant isn’t supported by the recipient bank) are subject to normal weekend and banking-holiday delays.

Checking status

Poll until the status reaches a terminal state, or configure a webhook URL to receive completion pushes instead — see Order Lifecycle and Webhooks.

User limits and EDD

Each user has a lifetime transaction limit (currently $200,000 USD equivalent — this figure is suggestive and subject to change; confirm current limits with Saber). Once a user’s limit is breached, no further transactions can be created until Enhanced Due Diligence (EDD) is completed to raise it. EDD is completed via the EDD Hosted Widget, with a turnaround time of 2-3 working days.

Offramp Operations

User KYC

Bank Account