• Robust KYC for All Use Cases: Open accounts for underbanked or well-banked customers without any manual overhead or third-party KYC/AML products.

  • No Incremental Fees: Spin up thousands of accounts without incremental costs. We don’t charge per user, monthly, maintenance, overdraft or minimum balance fees.

  • Account and Routing Numbers: Issue account and routing numbers for your checking accounts to facilitate direct deposits or incoming ACH and wire payments.

  • White-Labeled Visa Card: Issue Visa cards with your company logo and branding. All cardholders enjoy zero international travel fees and access to a surcharge-free MoneyPass ATM Network.

At the API level, Deposit Accountswork the following way:
Deposit-US
View API
import os
from synapse_pay_rest import Client
from synapse_pay_rest import User
from synapse_pay_rest.models.nodes import DepositUsNode
kwargs = {
'nickname': 'My Checking Account'
}
node = DepositUsNode.create(user, **kwargs)