Consent-based transaction authorization and planned multi-signature workflows
https://sandbox.finhub.cloud/api/v2.1/fintransCreate Payment Consent
POST /fintrans/{accountId}/payment-consents/types/{operationType} — sets limits, validity, beneficiary restrictionsPrepare Order
POST /fintrans/{accountId}/types/{operationType}/prepare — validates against consent and reserves fundsOTP, BIOMETRIC, DIGITAL| Type | Description |
|---|---|
OTP | One-time password via SMS/Email |
BIOMETRIC | Fingerprint or face recognition |
DIGITAL | Digital certificate signature |
PIN | Personal identification number |
| Code | Description |
|---|---|
200 | Request successful |
400 | Invalid signature or request |
401 | Unauthorized |
403 | User not authorized to sign |
404 | Consent not found |
409 | Already signed by this user |
410 | Consent expired |
500 | Internal server error |
Tenant identifier
"97e7ff29-15f3-49ef-9681-3bbfcce4f6cd"
Authenticated user identifier
"87b3af37-4ac1-402b-a0ea-53cfdc695e02"
OK