Glider
    API-firstPayTo enabledGateway agnosticReal-time payments

    Build modern payment journeys with simple APIs

    Glider provides APIs to create payment requests, manage payment plans, trigger payment campaigns, and enable PayTo bank payments across customer channels.

    Use Cases

    What developers can build

    Embed payment journeys inside billing platforms
    Trigger payment requests via CRM workflows
    Enable PayTo bank payments
    Automate payment plans
    Send payment links via SMS
    Integrate payment messaging into contact centres
    APIs

    Key API capabilities

    Payment Requests API

    Create secure payment links and payment journeys.

    Payment Plans API

    Manage instalment plans and repayment schedules.

    Campaign API

    Trigger automated payment communications.

    PayTo API

    Create and manage PayTo payment agreements.

    Example

    See the API in action

    payment-request.sh
    1POST /payment-request
    2
    3{
    4 "customer_id": "12345",
    5 "amount": 250.00,
    6 "currency": "AUD",
    7 "payment_methods": ["payto", "card"],
    8 "description": "Water bill"
    9}
    Architecture

    Integration architecture

    Billing System

    Glider API Layer

    Payments

    PayToPayID ReceivablesCards

    Customer Channels

    SMSEmailQRWeb
    PayTo enabled

    PayTo developer capability

    Developers can integrate PayTo payment agreements and real-time bank payments directly through Glider's APIs, enabling modern Pay-by-Bank experiences without managing complex banking infrastructure.

    PayTo Payments

    • Create and manage PayTo agreements
    • Enable real-time bank payments
    • Reduce payment costs vs cards
    Explore PayTo docs
    payto-agreement.sh
    1POST /payto-agreement
    2
    3{
    4 "bsb": "062000",
    5 "account": "12345678",
    6 "amount": 250.00,
    7 "frequency": "monthly",
    8 "description": "Water bill"
    9}

    Need the full API reference?

    Read the developer docs for detailed integration guides.

    Read the docs
    Get Started

    Ready to build?

    Start integrating Glider today. Everything you need to embed modern payment journeys into your platform.