Altisly
API Reference

Everything you need to integrate Altisly APIs

Explore endpoints, auth, schemas, and example payloads for all core products.

API Collections

  • Connect Sessions
  • Accounts
  • Transactions
  • Payments
  • Bulk Payments
  • Webhooks

Sample Endpoint

POST /v1/bulk-payments

Create a payout batch and return a tracking identifier.

{
  "batch_id": "pay_batch_001",
  "currency": "EUR",
  "payments": [
    { "recipient": "acct_001", "amount": 4200, "reference": "Payroll May" }
  ]
}