Request

cURL
POST
/v1/payment-intents/create
curl -G https://api.qualyhq.com/v1/payment-intents/create \
  -H "Authorization: ApiKey pk_prod_eyJhbGciOiJIUzI1NiJ9" \
  -d {"currency":"AUD","items":[{"name":"Tuition fee","amount": ...

Response

{
  "data": {
    "_id": "5bf3g24d340s5x2bcnhh4290",
    "contact": "64e3414d340d81bbc61b4004",
    "taxTotal": 0,
    "total": 150000,
    "due": 150000,
    "dueAt": 2024-11-14T19:30:21.349Z,
    // ...
  }
}

Qualy API

Automate international education payments, connect your business tools, and create beautiful ways to manage your finances.

The possibilities are endless

Automate bank reconcilliation
Fetch payments, payout descriptors and automatically reconcile with your bank statements.
Create complex flows
Create complex payment flows, such as splitting payments between multiple accounts.
Simplify revenue reporting
Using our Reports API to query and extract all the data you need for your business reporting.
Sync payment status with your CRM
Automate your marketing with real-time payment status updates.
Sync data from invoicing softwares
Sync your own invoicing system, and generate payments and reminders to your students.
Add Qualy as a payment option
Add Qualy as another payment option and give your students even more options.
Manage your partnership relationships
Use Qualy to manage your partner and store contracts, commission information and more.
Integrate franchisees into one workflow
Integrate multiple separate entities such as franchisees and simplify your business.

Frequently asked questions

  • An API allows different platforms and tools communicate with one another and share important stuff. It's like Zapier, but for developers.

  • An API key is a unique identifier that an app or website can use to access to the API of other companies, such as Qualy.

  • Check out our API docs to get started or get in touch with a member of our team.

  • Yes, we provide real-time webhooks for all payment events.

  • Yes, we provide a sandbox environment for you to test your integrations.

  • Yes, you can simulate payments in our sandbox environment.