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.
What developers can build
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.
See the API in action
| 1 | POST /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 | } |
Integration architecture
Billing System
Glider API Layer
Payments
Customer Channels
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
| 1 | POST /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.
Ready to build?
Start integrating Glider today. Everything you need to embed modern payment journeys into your platform.
