SEPA/Euro Transactions

Single Euro Payments Area (SEPA) is an initiative designed to facilitate efficient and uniform processing of bank transfers in euros across countries in the SEPA zone. The SEPA/Euro service offered by Bridge provides the ability to onramp euros to a crypto destination or offramp cryptos to an external SEPA-enabled bank account, leveraging the efficient and cost-effective SEPA payment rail.

Requirements

Customers are required to accept ToS Version 2, which was launched on April 14, 2024, and provide additional Proof of Address KYC information to use the SEPA/Euro services.

For new customers from the European Economic Area (EEA), including associated principalities and territories, the two requirements mentioned above are typically met automatically as part of the onboarding process.

For other customers intending to use these services, please refer to ToS Acceptance of a New Version and KYC Link for Existing Customers for details on how to obtain links to complete the ToS V2 Acceptance and KYC Proof-of-Address processes. Utility bills and bank statements are recommended for proof of address.

Please check the endorsements section of the Customer object returned from the customer API endpoints to determine the approval status for using SEPA and to identify any remaining requirements that need to be completed.

For example:

"endorsements": [
  {
    "name": "sepa",
    "status": "incomplete",
    "additional_requirements": [
      "kyc_with_proof_of_address",
      "tos_v2_acceptance"
    ]
  }
]

Related API Changes

Please refer to the relevant API Guide and API Reference pages for more precise details.