Everything you need to integrate FingerPay into your application.
Sign up for a FingerPay account and generate your API key from the dashboard.
Include your API key in the Authorization header:
After biometric authentication, you receive a JWT token for subsequent requests:
| Method | Endpoint | Description |
|---|---|---|
| POST | /biometric/enroll |
Enroll new user biometric |
| POST | /biometric/authenticate |
Authenticate via fingerprint |
| GET | /biometric/verify |
Verify JWT token |
| PUT | /biometric/reenroll |
Re-enroll biometric template |
| Method | Endpoint | Description |
|---|---|---|
| POST | /healthcare/lab/access |
Request LIS/LIMS access |
| POST | /healthcare/patient/verify |
Verify patient identity |
| GET | /healthcare/stats |
Get healthcare statistics |
| DELETE | /healthcare/lab/access/:id |
Revoke lab access |
| Method | Endpoint | Description |
|---|---|---|
| POST | /banking/login |
Passwordless banking login |
| POST | /banking/transaction/authorize |
Authorize transaction (SCA) |
| GET | /banking/balance |
Get account balance |
| POST | /banking/transfer |
Initiate bank transfer |
| Method | Endpoint | Description |
|---|---|---|
| POST | /payments/initiate |
Initiate fingerprint payment |
| POST | /payments/methods/link |
Link payment method |
| GET | /payments/methods |
Get payment methods |
| POST | /payments/:id/refund |
Refund payment |
Official JavaScript/TypeScript SDK for Node.js applications.
npm install @fingerpay/sdk
Official Python SDK for backend applications.
pip install fingerpay
Official Go SDK for high-performance services.
go get github.com/fingerpay/go
Native iOS SDK with Touch ID/Face ID fallback.
pod 'FingerPaySDK'
Native Android SDK with fingerprint sensor support.
implementation 'ch.fingerpay:sdk'
Cross-platform mobile SDK for React Native apps.
npm install react-native-fingerpay
Our team is here to help you integrate FingerPay.