Extend your webshop and apps with Paisr's core capabilities to build tailored payment experiences for your end-users.
The Paisr API is built around the REST architecture and returns structured JSON responses with consistent formatting, making it predictable and efficient.
GET
200
{"success": true,"data": {"id": "ica_123456","title": "USD Cash","balance": {"current": 1200.59,"holding": 0},"currency": {"symbol": "$","code": "SRD"}}}
Grant access to specific resources using scoped access tokens, enhancing security and control.
Track API requests with detailed audit logs, providing transparency and security for your organization.
200
GET
200
POST
404
PUT
403
DELETE
200
PATCH
200
POST
Leverage webhooks for real-time event notifications and get updates when actions are performed.
success
transfer.inbound
success
invoice.paid
success
invoice.updated
success
subscription.suspended
failed
voucher.claimed
success
customer.created
success
voucher.claimed
At the moment we don't have any client or server-side SDKs available and we probably never will. But feel free to build your own using our OpenAPI specs available on Github.
No. We provide detailed guides and prebuilt solutions to help non-developers integrate Paisr into their workflow.