Cards
Visa, Mastercard, American Express, and all major card types.
Built on enterprise-grade online payment infrastructure. Cards, wallets, recurring, instalments, direct debits, through a single integration. Built for the scale, security, and reliability required by Australia's leading online businesses.
> POST /v1/purchases
> Authorization: Bearer sk_live_••••
> Content-Type: application/json
{
"amount": 18420,
"currency": "AUD",
"payment_method": "card",
"capture": true
}
← 201 Created · 612ms
{ "id": "pur_3kQ9a", "status": "succeeded",
"auth_code": "048231", "scheme": "visa" }Platform uptime, five-year average
Built on the infrastructure powering 1/5 online transactions in Australia
Average transaction times
Authorisation rate with scheme tokenisation
A single REST API spans cards, wallets, account-to-account, recurring, and more — through one contract, one set of credentials, one dashboard. JavaScript and React SDKs for fast and secure integrations with minimal lift.
Visa, Mastercard, American Express, and all major card types.
Apple Pay (Web and App), Google Pay, Click to Pay — backed by Visa, Mastercard and Amex for a universal one-click checkout.
Domestic scheme routing for debit cards. The foundation of least-cost routing.
Direct bank-account debits, real-time payments support, and recurring direct entry.
Card-on-file with network tokenisation. Automatic lifecycle management on expired or reissued cards.
Native support for split and instalment-based payment flows, configurable via the dashboard or API.
Multi-region AWS infrastructure built from the ground up for stability, velocity, and redundancy.
No single region of failure. Traffic load-balanced across Australian infrastructure with automatic failover.
Capacity scales with demand. Peak-traffic events handled without manual intervention.
916ms average end-to-end. Lower abandonment, higher conversion.
Multiple acquirers, banks and schemes accessed through a single connection. Improved uptime and routing flexibility.

A 1% lift in authorisation rate is worth more than most checkout redesigns. The platform optimises at every layer where authorisation gets lost, and routes every transaction automatically to the lowest-cost path that maintains performance.
Sensitive card data can be replaced by network tokens issued by Mastercard, Visa, and Eftpos. Higher approval rates, enhanced security, and automatic lifecycle management when cards are reissued or updated.
Average authorisation rate, retail customers.
Failed payments recovered through intelligent retry logic. Soft declines re-presented with adjusted parameters — no customer-facing failure for transactions that should have gone through.
retry: {
strategy: "issuer_aware",
max_attempts: 3,
backoff: "exponential"
}Built on one of Australia's largest Least Cost Routing processors. Over 90% of Australian debit cards are eligible for Eftpos routing. Transactions automatically routed to the cheapest path without compromising authorisation rates.
Lower effective cost per transaction.
Routing logic that optimises not just for approval rates across different payment rails but lowest cost. The decision happens in milliseconds, transparently.
route: {
optimise_for: "approval_rate",
decision_ms: 8,
rails: ["card", "eftpos", "a2a"]
}Our gateway infrastructure has the highest level of card industry certification. End-to-end security across all transaction touch points. Re-certified annually.
Optional dynamic 3DS2.0 triggered via SDK or Hosted Payment Page. Biometric and device-based authentication reduces checkout friction. Leading third-party fraud tools integrated as required.
Real card numbers are never shared or stored. Tokens are scheme-issued and automatically refreshed when cards are reissued.
Rule-based and behavioural fraud controls. Real-time blocking of high-risk payments. Third-party fraud tool integrations supported natively.
Reduce your PCI scope by routing the card capture through a hosted page. Branded, configurable, and PCI-compliant out of the box.
GreenPay's flexible infrastructure strategy enables many third-party gateways to integrate natively, including eWay and Cybersource. So without changing any of your existing setup, you can just point your payments to GreenPay.
REST, Batch, and Reporting APIs let your team fully control and automate payment flows from processing to reconciliation. Plug-and-play SDKs for JavaScript and React for teams wanting fast, secure integrations with minimal lift. Pre-built connections to leading ecommerce platforms and shopping carts.
import GreenPay from "@greenpay/node";
const gp = new GreenPay(process.env.GP_KEY);
const purchase = await gp.purchases.create({
amount: 18420,
currency: "AUD",
customer: "cus_3kQ9a",
capture: true,
});Three API surfaces covering real-time processing, bulk operations, and reporting. Use one or all three depending on the workflow.
Plug-and-play for the most common stacks. Reduced PCI scope. Hosted Payment Page and Virtual Terminal available where a code integration isn't required.
Direct integration with major ecommerce platforms and shopping carts, including WooCommerce, Magento, Salesforce Commerce Cloud, Shopify Plus, BigCommerce. Drop-in deployments for standard stacks. Custom builds get a clean API and a sandboxed environment.
Transaction, settlement and reconciliation reporting in one interface and statements. Standalone refunds, manual transaction management, and custom rule configuration.
Settlement files match transaction-level data. Payout reporting ties to your bank statement without manual stitching.
Single sign-on for your team. Role-based permissions and a full audit log of every action.
Every state change in the transaction lifecycle fires a webhook. Build whatever you need on top.
A scoping conversation, not a sales pitch. We'll look at how your payments work today, where the revenue and performance gains are, and what switching would actually involve.