Recurv
API & DEVELOPER DOCS

Plug Recurv into
anything.

Recurv provides a comprehensive REST API and real-time webhooks, enabling seamless integration with virtually any accounting package, ERP, CRM, membership platform, or custom business application. Your systems stay connected while your teams stay productive.

REST+JSON
Signed Webhooks
Sandbox Keys
create a debit-order mandate
READY
1
2
3
4
5
6
7
8
9
10
11# 201 Created
12{
13 "id": "mnd_3kQ9z",
14 "status": "active"
15}
HOW THE API WORKS

Three calls
and you're live.

Authenticate with a secret key, create a mandate, then listen for webhooks as collections succeed, retry or fail. No SOAP, no batch files, no bank-specific plumbing. Recurv normalises every rail behind one JSON interface.

01 · AUTHENTICATE
Drop in your API key
Bearer-token auth over TLS. Separate sandbox and live keys, scoped to your account, rotatable at any time.
02 · CALL
Create mandates & plans
RESTful resources for customers, mandates, collections and payouts. Idempotency keys make every write safe to retry.
03 · LISTEN
Subscribe to webhooks
Signed, real-time events push every status change back to your platform so your records stay in lockstep with the bank.
FULL SURFACE AREA

Everything the dashboard does, over the API.

v1 · 99.98% UPTIME
Mandates
Create, amend and cancel debit-order mandates. Capture consent and store tokenised banking details.
/v1/mandates
Collections
Schedule one-off or recurring collections, set retry logic and track every status transition.
/v1/collections
Customers
Manage payers, payment methods and contact details with full history and search.
/v1/customers
Payouts
Reconcile settled funds, fees and refunds pulled straight into your own ledger.
/v1/payouts
Webhooks
Subscribe to 30+ signed event types. Replay, filter and inspect every delivery.
/v1/webhooks
Reporting
Query collected, failed and forecast revenue. Export to your BI tool or data warehouse.
/v1/reporting
GET API ACCESS

Ready to build?

API access is granted per account. Tell us what you're integrating and we'll issue sandbox keys, share the full reference, and put a solutions engineer on your build.

WHAT YOU GET
Sandbox keysSame day
Full API referencePublic docs
Solutions engineerOn your build