Skip to content

Integrations

PayStream integrates with leading financial services to provide seamless payout experiences.

Bank Verification

ServiceDescription
PlaidInstant bank account verification - no micro-deposits needed

Payment Rails

PayStream supports multiple payment rails automatically:

RailSpeedBest For
Standard ACH2-3 business daysRegular payouts
Same-Day ACHSame business dayUrgent payouts
RTP~30 secondsInstant transfers
Push-to-Card~30 secondsInstant card payouts

Automatic Rail Selection

The system automatically selects the optimal rail based on:

  1. Recipient capabilities - What payment methods they have
  2. Amount - Some rails have limits
  3. Urgency - Instant vs standard processing
  4. Cost - Optimize for lowest fees

Configure in your tenant settings:

json
{
  "paymentSettings": {
    "enabledRails": ["standard", "same_day_ach", "rtp"],
    "aiRoutingMode": "balanced"
  }
}

Routing Modes

ModeDescription
cheapestAlways choose lowest cost rail
fastestAlways choose fastest rail
balancedBalance cost and speed based on payment amount

Webhooks

Configure webhooks to receive real-time notifications about payment events. See Webhooks for details.

Released under the MIT License.