× Docs Platform Dashboard Extensions Applications Building Merchants Sign in

Introduction

Rehive consists of three parts: Platform, Extensions, and Applications. This overview assumes that you are familiar with these.

We’ll look at the typical structure for integrating with a banking partner for deposits via bank transfer. For each flow, we will highlight which Rehive endpoints to use.

The first place to start is by familiarizing yourself with the Get Started section. This gives a basic overview of how to start building an extension as well as the ground-level endpoints you’ll need to use. You should also familiarize yourself with Rehive’s Standard Configurations to ensure that the correct subtypes are used for specific transactions.

Omnibus vs. segregated custody models

It is useful to know the difference between two types of custody approaches. An omnibus approach involves end-users depositing funds to a single company bank account (omnibus bank account), using a user’s unique Rehive account reference to identify the transaction as belonging to the user. This approach is also referred to as an FBO or “for benefit of” structure. Feel free to test this flow on your test project in the Rehive Wallet apps.

A segregated approach involves end-users depositing funds to unique bank accounts associated to them on the backend, using a user’s unique Rehive account reference to identify the account to assign the deposit to.

omnibus-vs-segregated