Integration overview
FastCredits is the ecosystem's shared wallet. Any Fastclinic product (and eventually, partners) can meter usage against a user's or organisation's balance without building a payments integration.
What you can integrate with today
- Balance checks — ask whether a user has enough credits to run a service before starting it.
- Hold / capture / release — reserve credits when a session begins, capture only the portion actually used, or release the full hold if the session fails.
- Refunds — reverse a captured charge.
- Transaction history — surface a user or organisation's credit movements inside your product.
- Organisation accounts — bill an organisation rather than an individual user, with per-user limits and spending caps.
Standards & protocols
- Authorisation via standard OAuth2 tokens issued by FastLogin — your service identifies itself with the same sign-in flow as everywhere else in the ecosystem.
- Idempotent operations: every charge carries a deterministic reference, so network retries can never double-charge a user.
- Webhook-based payment confirmations from local Nigerian payment processors.
Get in touch
If you're building a Fastclinic product (or an external partner service) that should meter usage against a user's balance, reach out and we'll walk you through the integration surface.