Skip to main content

Onboarding & registration

Registration is a short exchange with the Quikkred integration team. Here is the complete list — gather these before your kickoff call and onboarding typically completes the same day.

What you provide

1. Organisation identity

ItemNotes
Organisation codeShort uppercase identifier (e.g. LENDER_X). Immutable — it tags every case, payment, and event of yours.
Display name & short nameShown to borrowers in the partner app and on receipts.
Logo (PNG/SVG) + brand colourBorrower-facing screens re-skin per lender.
Registered address & support phonePrinted on receipts.

2. Compliance

ItemNotes
RBI regulatory disclosure textThe fair-practices line printed on every borrower receipt, e.g. "Payment collected by Quikkred Financial Services on behalf of <you> for loan {{loan}}." Have your legal team approve the wording.
Receipt footer note (optional)Refund/dispute contact wording.

3. Technical

ItemNotes
Integration modePush / pull / CSV — see integration paths.
Webhook endpointOne HTTPS URL. Plus which event types you want (default: money + terminal events).
Payment mode + artefactsMode A: static QR image, UPI ID, bank details. Mode B: your mint-link API spec + auth header.
(Pull mode) your read APIURL, auth header we should send, desired schedule.
(Optional) IP allowlistRestrict your API keys to your egress IPs.
Technical contactEmail + phone — receives delivery-failure alerts and coordinates key rotation.

What you receive

ItemNotes
Sandbox credentialsapiKeyId (e.g. pk_yourorg_test_…) + HMAC secret — delivered over a secure channel, shown once. Work only against the sandbox host.
Production credentialsIssued after the go-live checklist passes. Live keys work only against production.
Base URLsSandbox: https://alpha-gig.quikkred.in (test keys) · Production: https://gig.quikkred.in (live keys, after go-live).
This documentation + OpenAPI specThe spec is also served by the API itself at GET /api/v1/partner/openapi.json.
The reference implementationRunnable example of every contract.
Credentials are shown once

The HMAC secret cannot be re-displayed — store it in your secrets manager on receipt. If lost, request a rotation: a new secret is issued while the old one keeps working until you confirm cutover (key security).

The onboarding sequence