Skip to main content

PayTo

Quick Start
  1. Sign up at payto.com.au and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to PayTo →

Overview

PayTo — Australian NPP-based digital direct debit system. Mandate-based instant payments with real-time settlement. Australia only.

Provider IDpayto_au
CategoryBank Transfers
Websitepayto.com.au

Supported currencies: AUD

Supported operations: charge (mandate-based)


Authentication

  • Method: API Key + Secret
  • Base URL: https://api.payto.com.au/v1 (prod) / https://sandbox.payto.com.au/v1 (sandbox)

Configuration

Required Parameters

ParameterDescription
api_keyAPI Key
api_secretAPI Secret
base_urlBase URL API
creditor_idCreditor ID

Example Configuration

{
"provider": "payto_au",
"provider_params": {
"api_key": "your_api_key_here",
"api_secret": "your_api_secret_here",
"base_url": "https://api.payto.com.au/v1",
"creditor_id": "your_creditor_id_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
activechargedPayment completed
pendingchargingMandate pending
createdchargingMandate created
failedrejectedPayment failed
suspendedrejectedMandate suspended

Resources