Digital Wire Payments
Accept digital wires with same-day settlement for high-value transactions
Digital wire payments enable you to accept large-value payments with accelerated settlement
through intelligent posting windows and instant funding. Unlike standard bank transfer payments
that settle in 1-3 business days, digital wires with clearing_timing: 'same_day' and
funding_timing: 'rapid' provide same-day posting and instant settlement, making funds
available within hours of initiation. This is ideal for high-value B2B transactions, real estate
payments, and time-sensitive business operations.
US Only: Digital wire payments are only supported for US-based payments in USD. Digital wire processing with rapid funding requires account approvals. Contact your Payload account manager to enable digital wire capabilities. For standard bank transfer payments, see Bank Account Payment Methods.
Prerequisites
Before accepting digital wires, ensure your account is configured for rapid funding.
Learn about funding timing
Understand settlement schedules and how rapid funding accelerates merchant settlement compared to standard timing.
Learn about payment processing
Understand payment authorization, capture, and settlement flows for different payment types.
When to Use Digital Wires
Digital wires are ideal for high-value transactions requiring expedited settlement and enhanced security.
Benefits of Digital Wires
- Irrevocability: If approved for Payload Protect, once sent, typically transfers cannot be reversed or cancelled, providing payment certainty
- Time-Sensitive Transactions: Ideal for urgent payments requiring immediate processing and guaranteed completion
- Improved Cash Flow: Access funds hours after transaction instead of days
Common use cases
- Real Estate Transactions: Down payments, closing costs, and property purchases
- Large B2B Payments: Supplier payments, equipment purchases, bulk orders
- Professional Services: Legal settlements, consulting engagements, retainers
- Investment Transactions: Securities purchases, fund transfers
- Construction Projects: Project deposits, milestone payments, contractor fees
Value Threshold: Digital wires are most cost-effective for transactions over $5,000-$10,000 due to higher processing fees compared to standard bank transfer. Evaluate your fee structure to determine the optimal payment method for different transaction sizes.
How Digital Wires Work
Digital wire processing combines traditional wire reliability with modern API convenience and intelligent posting windows and automated funding.
Key Transaction Fields
Two fields control digital wire timing and settlement:
-
clearing_timing: Controls when the transaction clears with the bank (same_dayornext_day) -
funding_timing: Controls settlement speed to your merchant account (rapidfor instant funding,standardfor 1-3 days)
For same-day digital wires with instant funding, use:
{
"clearing_timing": "same_day",
"funding_timing": "rapid"
}Intelligent Posting Windows
Payload automatically schedules transactions to posting windows throughout the day. When you
create a transaction with clearing_timing: "same_day", we determine the next available posting
window based on the current time (Eastern Time):
| Transaction Created | Posts to Bank |
|---|---|
| 12:00 AM - 7:00 AM | 8:00 AM |
| 7:00 AM - 9:00 AM | 10:00 AM |
| 9:00 AM - 12:00 PM | 1:00 PM |
| 12:00 PM - 1:00 PM | 3:00 PM |
| 1:00 PM - 2:00 PM | 5:00 PM |
| 2:00 PM - 12:00 AM | Next business day 8:00 AM (automatically switches to next_day) |
Smart Fallback: If you create a transaction after 2:00 PM Eastern, Payload automatically
changes clearing_timing to next_day and schedules posting for the next business day's
first window (8:00 AM).
Automated Instant Funding
When you set funding_timing: "rapid", Payload automatically triggers instant funding one
minute after each posting window closes. This means funds are available in your account within
minutes of the transaction posting to the bank.
Digital Wire Implementation
Accept digital wire payments using Payment Form with Plaid or direct API integration.
Digital Wires with Payment Form
Use Plaid with the Payment Form SDK to enable instant bank verification and digital wire payments. Plaid allows customers to securely connect their bank account and initiate digital wire transfers with same-day posting and instant funding.
Backend (Step 1): Create a payment form intent with digital wire settings:
-
payment_template.clearing_timing: 'same_day'for same-day bank posting -
payment_template.funding_timing: 'rapid'for instant funding after posting - Amount, description, and receiver configuration
- Returns a token for frontend initialization
Frontend (Step 2): Initialize Plaid payment form:
- Load the Payload.js SDK
- Fetch the client token from your backend
- Initialize the payment form and activate Plaid on a button
- Handle payment authorization and instant funding events
- The
.plaid()method opens Plaid's Link interface for secure bank login
Digital Wires with API
Process digital wire payments directly via API with same-day posting and instant funding.
This example shows API-based wire processing:
- Transaction Type: Set
type: 'payment'for immediate payment - Clearing Timing: Set
clearing_timing: 'same_day'to post at next available window - Funding Timing: Set
funding_timing: 'rapid'for instant funding after posting - Amount: Specify digital wire amount
- Payment Method: Reference customer's bank account payment method
- Description: Provide payment purpose for records
Key configuration:
{
"clearing_timing": "same_day",
"funding_timing": "rapid"
}Without these settings, the payment follows standard settlement (1-3 days).
Automatic Fallback: If you create a transaction after 2:00 PM Eastern, clearing_timing
automatically switches to next_day and posts at 8:00 AM the next business day. Plan
accordingly for time-sensitive transactions.
Best Practices
Follow these best practices for reliable digital wire processing.
Operational Excellence
- Cutoff Awareness: Know daily cutoff times for same-day settlement
- Batch Planning: Process morning batches to ensure same-day settlement
- Reconciliation: Match received payments with authorized transactions
Risk Management
- Amount Limits: Set maximum payment amounts based on risk tolerance
- Enhanced Due Diligence: Additional verification for large payments
- Real-Time Monitoring: Watch for incoming payments throughout the day
Troubleshooting
Common issues and solutions when processing digital wires.
Instant Funding Not Applied
Symptoms: Settlement slower than expected despite rapid settings.
Solutions:
- Verify both
clearing_timing: 'same_day'andfunding_timing: 'rapid'were set - Check if transaction was created after 2:00 PM ET (automatically switches to
next_day) - Review the assigned posting window time
- Confirm account has instant funding enabled
- Review transaction status for any holds
- Verify posting window has passed
- Contact Payload support if instant funding should have applied
Bank Not Supported by Plaid
Symptoms: Customer's bank doesn't appear in Plaid or connection fails.
Solutions:
- Inform customer that digital wire payments require Plaid and their bank is not supported
- Direct customers to use a different bank account that is supported by Plaid
- Offer alternative payment methods such as standard bank transfers, check payments, or card payments
- Check Plaid's bank coverage list to confirm if the bank should be supported
- Inform customers that Plaid supports most major US banks but not all financial institutions
- If customer needs same-day settlement, they may need to open an account at a Plaid-supported bank
Schema Reference
The following fields are available when creating digital wire transactions. For complete API reference, see Transactions API Reference.
Digital Wire Configuration
typepayment, deposit, withdraw, refund, payoutclearing_timinginstant, same_day, next_dayfunding_timingstandard, instant, rapidamountdescriptionreceiveraccountAccountaccount_id ID of Account^acct_[A-Za-z0-9]+$methodPaymentMethodmethod_id ID of PaymentMethod^pm_[A-Za-z0-9]+$notesorder_numberNext Steps
Enhance your digital wire payment implementation
Monitor Posting Windows
Track transaction status to monitor posting window assignments and instant funding timing for accurate cash flow planning.
Automate with Webhooks
Subscribe to webhook notifications to receive real-time updates for posting window events, instant funding completion, and settlement confirmations.
Configure Funding Settings
Review funding timing options to optimize settlement speed and choose between rapid instant funding and standard settlement schedules.
Related articles
- Bank Account Payment Methods - bank transfer bank payments
- Instant Payouts - Send instant payouts with rapid settlement
- Payment API - Process payments via API
- Transaction Status - Monitor transaction lifecycle
- Webhook Events - Automate workflows
- Transactions API Reference - Complete API reference