Welcome to QAFlow! Ask questions and get answers from our community.
Business

Stripe Launches Instant International Payments for 45 New Countries

Apr 13, 2026
10,362 views
1 min read
Stripe Launches Instant International Payments for 45 New Countries

Stripe has announced a major expansion of its Instant Payouts feature to 45 additional countries, making it one of the most comprehensive global payment solutions available to developers and businesses.

What's New

  • Real-time settlements in 80+ countries (up from 35)
  • Multi-currency support for 135+ currencies
  • Reduced fees for cross-border transactions (down to 0.8%)
  • New API endpoints for bulk international payouts

Developer Integration

// New Instant International Payout API
const payout = await stripe.payouts.create({
  amount: 10000,
  currency: "eur",
  method: "instant",
  destination: "ba_1234567890",
  metadata: {
    country: "DE",
    purpose: "freelancer_payment"
  }
});

Impact on the Developer Economy

This expansion is particularly significant for:

  • Freelance platforms - Pay contractors worldwide in minutes instead of days
  • Marketplace businesses - Faster seller payouts improve retention
  • SaaS companies - Offer localized payment methods in new markets
  • Open source maintainers - Receive sponsorship payments instantly from anywhere

Stripe reports that early adopters of the expanded service have seen a 28% increase in international seller sign-ups and a 15% reduction in payment-related support tickets.

Share this news