Flow and schedule
Daily schedule
Send the exact Payment amount early enough for the funds to reach Method by the standard cutoff:Per-Payment funding has one cutoff because receipt creates the Payment. Funds must reach Method by the listed time. Do not use the FBO batch-funding deadlines of 1:45 PM CT or 4:15 PM CT for this flow.Each inbound transfer funds one Payment, so this flow does not require a reserve or prefunded FBO balance. These times apply on banking days and exclude banking holidays. Method confirms the timing for your program during implementation.
Set up Per-Payment funding
1
Confirm the reversal setup
Method must configure a default reversal Account for your team before
payment_instrument.inbound_achwire_payment becomes available. You can pass reversal_account when you create the Payment Instrument to override that default for the instrument.2
Check the destination
Confirm that
payment_instrument.inbound_achwire_payment is in the liability Account’s products.3
Create the Payment Instrument
Create an
inbound_achwire_payment instrument and store its pmt_inst_* ID with the liability. See Inbound ACH and wire instructions.4
Send the funds
Send the exact amount by ACH or wire to the returned account and routing numbers. Do not also call
POST /payments for this transfer.5
Inspect the Payment
Handle the
payment.create webhook, retrieve the Payment, and confirm its payment_instrument, amount, status, and error.Reconcile and handle failures
- Store the Payment Instrument ID and your transfer ID before you send funds.
- Match the created Payment to the stored
payment_instrumentID. - Compare the Payment amount and status with your transfer record.
- Continue to process
payment.updateevents throughsent,posted,failed, orreversed.
payment.create while Method returns the funds. Inspect status and error before you treat the transfer as accepted.
source_trace_id is null because the Payment source leg is an internal transfer. Use sent as the terminal status for a successful Payment. When available, posted confirms that the destination applied the Payment. Posted coverage depends on the destination institution and Account type, so not every Payment reaches posted.