- Push: You send funds to the FBO Account by ACH or wire.
- Pull: Method debits your verified disbursement Account by ACH and moves the funds to the FBO Account.
Method configures the FBO Account, funding instructions, and operating requirements during implementation. You do not select a funding model in
POST /payments.Flow and schedule
- Push
- Pull
Daily schedule
The Payment creation cutoff determines which Payments enter the batch. The later time is the deadline to initiate funding for that batch, not when the funds must arrive.At 4:30 PM CT, Method starts to disburse funded Payments. On the next banking day, reconcile the FBO balance, Payments, and funded reversals.
ACH funding: Do not wait for the 3:35 PM CT reports. Use the funding target configured during implementation, the outstanding Payments in your own ledger at the 1:30 PM CT cutoff, and the FBO Account’s
available_balance to size the ACH credit. Use the reports to reconcile the batch after funding.Wire funding: Push summary and itemized Report Schedules run at 3:35 PM CT, after the 3:30 PM CT Payment cutoff. Compare the summary with the FBO Account’s available_balance to size the wire due by 4:15 PM CT.Reserves, prefunding, and holds
Your FBO setup may include a reserve requirement, a prefunding requirement, or a funding hold.- Reserve: A required balance held in a separate Method-managed reserve Account outside the operating flow of funds. It covers failures when Method pulls funds from the source Account, such as an ACH debit returned for insufficient funds (NSF). This helps protect your organization and Method from the resulting funding shortfall.
- Prefunding: Additional funds that you send to the FBO Account before Method disburses Payments to decrease potential funding hold time.
- Funding hold: A delay before disbursement while Method waits for source funds to clear.
Set up FBO funding
1
Confirm the funding method
Method confirms whether you push funds to the FBO Account or Method pulls funds from your verified disbursement Account.
2
Receive the FBO instructions
Method provides the required Account IDs, funding instructions, and operating schedule.
3
Check each destination
Confirm that
payment is in the liability Account’s products before you create a Payment.4
Create the Payments
Call
POST /payments. For push funding, use the FBO-backed Account as source. For pull funding, use the verified disbursement Account as source.5
Fund the FBO Account
For push funding, send funds by ACH or wire. For pull funding, Method initiates the ACH debit after you create the Payment.
Reconcile
- For push funding, compare the Managed Account
available_balancewithpayments.outstanding_summary.push_daily. Usepayments.outstanding_itemized.push_dailyto identify the included Payments. - For pull funding, use
payments.outstanding_summary.pull_dailyandpayments.outstanding_itemized.pull_daily. Retrieve each Payment to checksource_status,source_settlement_date, andsource_trace_id. - Use
POST /reportsfor an on-demand report, or configure Report Schedules to generate the reports on each banking day. - For push funding, use
team_fbo_balance.created.previous_dayandreversals.push_funded.previous_dayfor prior-day activity. - Consume
payment.createandpayment.updatewebhooks. Treatsentas the terminal status for successful Payment delivery, and continue to handle later status changes.
Handle returned funds
Returned funds go to the Payment’sreversal_account. If you set reversal_account in POST /payments, that Account is used. Otherwise, Method uses your team’s configured reversal Account when one is set, or the Payment’s source Account.
For push funding, returned funds that go to the FBO-backed source Account can fund later Payments. If Method must configure another reversal Account, contact Method and provide that Account’s ACH details.