Payments & Settlement Overview
Manage and track payments, refunds, settlements and payouts in the Mediloop Marketplace.
Authentication
OAuth 2.0
Permissions
marketplace:write
Rate limit
120 requests / min
Response
200 OK
Overview
Manage and track payments, refunds, settlements and payouts in the Mediloop Marketplace.
Key capabilities
End-to-end payments
From checkout to settlement.
Refunds
Full and partial refunds.
Settlement
Seller net amounts.
Real-time events
Payment and payout updates.
Available endpoints
| Method | Endpoint | Purpose |
|---|---|---|
GET | /payments/{id} | Payment status |
POST | /payments/{id}/confirm | Confirm payment |
POST | /refunds | Create refund |
GET | /settlements | Settlement batches |
GET | /payouts | Payouts |
GET | /reconciliation | Reconciliation |
Workflow
01
Authorize
02
Capture
03
Settle
04
Payout
Authentication
Use OAuth 2.0 credentials and the least-privilege Marketplace scopes required by your application.
Common use cases
| Scenario | Recommendation |
|---|---|
Interactive applications | Use scoped user/organization access |
Back-office sync | Use server-side credentials and idempotency |
High-volume jobs | Use pagination and respect rate limits |