API reference
Endpoints
Nine endpoints. Two of them move money.
Every path below is relative to your base URL, which already ends in the version segment (for example https://api.maly.pay/v1). The paths never repeat it.
Payments and payouts#
| Method | Endpoint | Purpose |
|---|---|---|
| POST | /payments | Initiate a payment (collect money from a customer) |
| GET | /payments/{id} | Get the status of a payment |
| GET | /payments | List your payments (filterable) |
| POST | /payouts | Initiate a payout (send money to a customer) |
| GET | /payouts/{id} | Get the status of a payout |
| GET | /payouts | List your payouts (filterable) |
Account and reporting#
| Method | Endpoint | Purpose |
|---|---|---|
| GET | /payment-methods | List the payment methods enabled on your account |
| GET | /wallets | List your wallet balances |
| GET | /transactions | List ledger entries (money in and out) |
Maly Payments API v1 · Documentation 1.1 · July 2026
Maly Tech Ltd. This guide is provided for information. Where it differs from your signed agreement, the agreement applies.
Maly Tech Ltd. This guide is provided for information. Where it differs from your signed agreement, the agreement applies.