banner-background-shape
transaction-network
transaction-network
remittance-dashboardremittance dashboardremittance-dashboardremittance-dashboard
Our Clients
moneytun
metal
transfa-pay
ping
prabhu-money-transfer
thamel-remit
aide-money
sendly'
hamro-patro
muthoot-finance
PLATFORM FEATURES

End-to-end cross-border payments solution

End-to-end cross border payment solution with built-in compliance and fraud prevention

Collect Payments

Collect customer payments via ACH and cards from the US.

Hold Funds in Wallet

Build digital wallets to enable your customers to store funds.

Disburse Funds to 100+ Countries

Payout to individuals and businesses across the world in 100 + countries.

Fraud Prevention

Transaction risk scoring , flag stolen or synthetic identities and more.

Compliance Infrastructure

Infrastructure to meet all compliance requirements.

transaction-roadmaptransaction-roadmaptransaction-roadmaptransaction-roadmaptransaction-roadmaptransaction-roadmaptransaction-locationtransaction-locationtransaction-locationtransaction-locationtransaction-locationtransaction-locationtransaction-location
remittance-dashboard-shadowremittance-dashboard
balancebalancebalancebalancebalancebalancebalancebalancebalance
credit
payment-success
mapACHwallet
Why machnet

Build, launch and scale your business

Cut through the complexities of entering the cross-border payments industry. Use Machnet's API to start offering your customers international money transfer services in a matter of weeks.

remittance-dashboardtransaction statustransfer itemsdebit cardremittance-dashboard-shadow
iphone frametransaction statustransfer itemsdebit cardellipse
international-payment-service

Start offering international payment services - in 6 weeks

Build in our sandbox. Test in our production staging. Go-to-market in a matter of weeks- not years. Onboard customers, collect funds and payout globally with ease.

save-cost

Save 95% in fixed and monthly costs

No more upfront investment & fixed overheads. For a small set-up and monthly subscription fee companies can launch and scale money transfer service. Get unbeatable value for your money. 

built-for-scale

Built for scale

We do the heavy-lifting of compliance and fraud prevention. Let us handle the complexities while focus on growing your business.

moneytun
metal
transfa-pay
thamel-remit
ping
prabhu-money-transfer
aide-money
sendly'
hamro-patro
muthoot-finance
DESIGNED FOR DEVELOPERS

Powerful APIs with the flexibility you need

Explore our APIs and documentations and build unique and trustworthy products that speak to you and your user.
Get API Docs
title-bar-buttons
curl--location-g --requestPOST'https://api.machpay.com/v4/users/
{{userId}}/transactions'; \
--header"X-Client-Id: xxxx-xxxx-xxxx"; \
--header "X-Client-Secret: xxxx-xxxx-xxxx"; \
--header "Content-Type: application/json"; \
--data-raw "{
     from_amount: 1,
     exchange_rate: 6.11,
     to_amount: 6.11,
     fee_amount: 0,
     to_currency: GHS,
     from_currency: USD,
     from_fund_id: {{fromAccountId}},
     funding_source_type: CARD,
     to:{
        id:{{receiveUserId}},
        fund_id: {{recipientAccountId}},
        payout_method: BANK_DEPOSIT,
     }
}";
curl--location-g --requestPOST'https://api.machpay.com/v4/users/
{{userId}}/transactions'; \
--header"X-Client-Id: xxxx-xxxx-xxxx"; \
--header "X-Client-Secret: xxxx-xxxx-xxxx"; \
--header "Content-Type: application/json"; \
--data-raw "{
     from_amount: 1,
     exchange_rate: 6.11,
     to_amount: 6.11,
     fee_amount: 0,
     to_currency: GHS,
     from_currency: USD,
     from_fund_id: {{fromAccountId}},
     funding_source_type: CARD,
     to:{
        id:{{receiveUserId}},
        fund_id: {{recipientAccountId}},
        payout_method: BANK_DEPOSIT,
     }
}";
API-dashboard-shadow