Endorsements

Endorsements represent an approval of a customer to onboard and transact with Bridge.

To onboard a customer and enable them to take actions on Bridge, the customer must provide their KYC information and accept the terms of service for the required endorsement type.

Endorsement Types

There are currently two different endorsements you can obtain for your customer. The type of endorsement you need for your customer depends on the region of residence and which fiat rails they're intending to utilize.

Base Endorsement

Currently, the base endorsement represents approval of a customer to onboard and transact with all available payment rails except SEPA/Euro. To obtain a base endorsement, you must meet KYC Information and Terms of Service (ToS) requirements.

KYC Information

The first component is providing Bridge with the necessary KYC information from the customer by following a developer provided KYC Link.

To create a KYC Link, use the following endpoint:

curl --location --request POST 'https://api.bridge.xyz/v0/kyc_links' \
--header 'Content-Type: application/json' \
--header 'Api-Key: <API Key>' \
--header 'Idempotency-Key: <generate a uuid>' \
--data-raw '{
  "full_name": "John Doe",
  "email": "[email protected]",
  "type": "individual", // or "business",
  "endorsement": "base"
}'

Terms of Service

The second component is obtaining terms of service acceptance from your customer. This is accomplished by providing your customer with a Terms of Service Link for them to follow.

Use this endpoint to request a URL and reference our ToS Links API

SEPA Endorsement

The sepa endorsement represents approval of using SEPA/Euro services offered by Bridge.

KYC Information

The first component is providing Bridge with the necessary KYC information from the customer by following a developer provided KYC Link for new customers and Per-customer KYC Link for existing customers.

Terms of Service

The second component is obtaining terms of service acceptance from your customer. This is accomplished by providing your customer with a Terms of Service Link for them to follow