MyGigsters: payment infrastructure for gig platforms and marketplaces
MyGigsters is Australian embedded-finance infrastructure for gig platforms: worker onboarding and KYC, payment acceptance, multi-party payout orchestration, and benefits — with API-first integration for marketplace builders.
devrels.xyz/a/178short linkMyGigsters: payment infrastructure for gig platforms and marketplaces — onboard contractors, accept customer money, split and pay out globally, and attach benefits without building a bank ops team.
If you have ever shipped a marketplace, you already know the hard part is not “charge a card.” It is everything after: who gets which slice, when the driver wants instant cash, how ABN and tax files land in the right systems, and what happens when one leg of a multi-party payout fails. MyGigsters is an Australian fintech aimed exactly at that problem set.
Who it is for
MyGigsters sells to platforms, not primarily to individual freelancers as a standalone consumer bank. Think courier apps, healthcare locum marketplaces, last-mile fleets, freelance marketplaces — anyone paying independent contractors at volume.
Their own framing: make it easy for businesses to pay, verify, and support independent contractors. Claimed outcomes on the marketing site include large cuts in payment processing cost and finance admin time, lower churn, and tens of thousands of contractors supported. Treat those as vendor metrics; the architectural pitch is what matters for builders.
Company context: Australian base, launched around 2022 with early support from Antler, LaunchVic, Startmate and angels; about A$1.1M seed reported in early 2025. Founder Benji Elengovan. Entry point today is still largely book a discovery call, not a fully public self-serve docs portal.
The four product pillars
The site breaks the stack into surfaces that map cleanly to how a marketplace actually ships money.
1. Onboarding and verification
Page: Onboarding. Workers join through a branded, white-label flow. MyGigsters collects and verifies identity (government ID, facial checks where required), right-to-work and licence checks, and — important for Australia — ABN/ACN and tax file details plus bank accounts.
They pitch global KYC/AML coverage (210+ countries/territories) and multi-language support, with APIs so the flow embeds in your app rather than bouncing users to a generic third-party page forever.
For AU builders this is the difference between “we have a sign-up form” and “finance can actually pay this person without a spreadsheet of missing ABNs.”
2. Payment acceptance
Page: Payment acceptance. The inbound leg: customers and clients pay the platform. Features called out include 160+ methods, multi-currency and FX wallets, automated invoicing and reconciliation, recurring or one-off charges, and sync into accounting tools (Xero, QuickBooks, Zoho Books).
Again the integration promise is API-first and white-label — accept under your brand, not a bolted-on hosted checkout only.
3. Payout orchestration
Page: Payout orchestration. This is the core differentiator versus “just use Stripe Connect and hope.”
After work is confirmed or an invoice is approved, MyGigsters runs payout logic — immediate, batch, or scheduled — and routes funds to the worker’s bank, wallet, or card. Multi-currency wallets, real-time tracking, and flexible rules are first-class. Their technical blog on marketplace orchestration is worth reading if you are designing splits: Payment orchestration for marketplaces (technical guide).
That post describes the real failure modes builders hit: parties who want different settlement speeds, compliance reporting on every split, and partial failures mid multi-party transaction. Their framing of a scalable engine looks roughly like:
Customer payment gateway
↓
Payment orchestration engine
├── party management
├── fee calculation
├── settlement scheduler
├── compliance tracker
└── reconciliation
↓
Banking rails (ACH / real-time / cards / local methods)And party profiles that are not one-size-fits-all:
{
"party_type": "driver",
"payment_schedule": "instant",
"fee_structure": "flat_rate_pickup",
"compliance_class": "contractor",
"settlement_account": "real_time_rails",
"backup_method": "ach_next_business_day"
}Whether your integration exposes exactly that JSON is secondary; the point is the product is designed around configurable party policies, not a single global payout cron.
4. Embedded benefits and financial tools
Beyond moving money, MyGigsters packages worker-facing tools: savings and insurance hooks, superannuation, automated tax help, performance incentives, and income allocation (route part of a payout to tax or savings automatically). For platforms, that is a retention feature disguised as payroll infrastructure — workers stay where getting paid (and staying compliant) is less painful.
How a platform integration usually looks
There is no public OpenAPI dump on the marketing site today, so plan for a partner integration rather than anonymous npm install. Conceptually:
- Embed or link onboarding — worker completes KYC + bank/tax capture under your brand.
- Accept customer payment through MyGigsters rails (or reconcile an external capture into their orchestration, depending on deal structure).
- Confirm work in your system (job complete, invoice approved).
- Trigger payout orchestration with party split rules — platform fee, contractor, maybe a third party.
- Subscribe to status — real-time payout state for admin dashboards and worker notifications.
- Close the books — reconciliation feeds and accounting sync.
Interactive demos on the site (talent, admin portal) are useful for product/design stakeholders before eng deep-dives.
Build vs buy (their argument)
In the technical guide they contrast full custom builds (high cost, long timeline, compliance risk), generic payment platforms (faster but weak marketplace primitives), and an embedded fintech model (MyGigsters): weeks not years, marketplace-native features, competitive take rates. Even if you ignore the dollar figures, the decision frame is right for DevRels readers:
- If payments are a side feature, a generic PSP may be enough.
- If multi-party contractor payouts are the product, you will reinvent orchestration, KYC, and settlement policies anyway — usually worse.
They also publish a direct comparison narrative versus Stripe-class stacks for gig platforms (Stripe vs MyGigsters) — read it as positioning, then validate against your actual Connect / Treasury setup.
Australia-specific notes
MyGigsters leans hard into AU realities: ABN collection, super, contractor classification pressure, and the local gig-platform competitive landscape (they even publish pieces like “Is Australia a graveyard for gig platforms?”). If you are building for Australian workers, that local compliance surface is as important as the payout API.
For Solana / crypto builders in ANZ: MyGigsters is not a Solana program or stablecoin payout rail on the public site. The overlap is problem space — contractor onboarding, instant pay, compliance — not a shared chain. If you settle in USDC on Solana and still need AU tax identity and bank off-ramps, you may compose crypto rails with a gig-payments stack like this rather than expecting one vendor to own both.
When to look at MyGigsters
- You run or are building a marketplace that pays many independent contractors.
- Instant or early pay is a retention requirement, not a nice-to-have.
- AU (or multi-country) KYC + tax collection is blocking finance.
- You are tired of glue code between identity vendor, PSP, payroll export, and Xero.
Skip it if you only need simple two-party e-commerce checkout with no contractor network — that is a different product category.
Resources
- mygigsters.com.au
- Onboarding & verification
- Payment acceptance
- Payout orchestration
- Technical guide for platform builders
- Blog / articles
- Case study: Outsized · HeyLucy
- MyGigsters on DevRels
Bottom line
MyGigsters is embedded finance for platforms that live or die on contractor payouts. The useful mental model is four APIs-worth of surface — verify workers, accept money, orchestrate multi-party settlement, attach benefits — wrapped for marketplace reality instead of single-merchant checkout. Public self-serve developer docs are thin; the path in is commercial + API integration. If your roadmap includes “rebuild Stripe Connect + KYC + instant pay + AU tax,” price that honestly against plugging into a stack that already thinks in parties, schedules, and compliance — not just charges.
Keep reading
The pay.sh catalog is full of global APIs. None of them own Australia. Milypay wraps ABR, ASIC, G-NAF, ATO super, BOM weather, AusPost, and AusPayNet BSB as HTTP 402 endpoints agents can discover, pay, and call — in AUD stablecoins on Solana.
Sphere Labs sells SpherePay: one REST API for moving money between USD/EUR/BRL bank rails and USDC/USDT/EURC on Solana and other chains. The Solana-native bank API with PIX, Offloader Wallets, and Onramper virtual accounts. Integration model, code shapes, and honest caveats.
Issuing a stablecoin used to mean becoming a stablecoin company — licensing, reserve management, custody, compliance. Brale collapses that into an API. Your brand, your stablecoin, Brale's regulated infrastructure underneath. On Solana it uses Token Extensions natively: transfer hooks for compliance checks, confidential transfers for privacy. SquareFi launched MainUSD across 150 countries without writing a mint program.
Get new articles in your inbox
Technical deep-dives on Solana tooling, infrastructure, and ecosystem. No noise.
