Fintecture · Arazzo Workflow
Fintecture Customer Verification with Polling
Version 1.0.0
Register a customer, start an AIS identity verification, then poll until it resolves.
View Spec
View on GitHub
Open BankingPaymentsPSD2FranceAccount InformationPayment InitiationInstant PaymentsSEPASmart TransferRequest To PayBuy Now Pay LaterE-MandatesAccount-to-AccountKYCArazzoWorkflows
Provider
Workflows
customer-verification-poll
Create a customer, start verification, and poll until verified or failed.
Registers a customer, initiates an identity verification, and polls the verification resource until it reaches a terminal status.
1
createCustomer
createCustomer
Register the merchant customer whose identity will be verified.
2
startVerification
initiateCustomerVerification
Initiate an AIS-based identity verification for the customer against the provider.
3
pollVerification
getCustomerVerificationById
Poll the verification until it resolves. A verified result ends the workflow; unverified or failed routes to the failure step; pending loops.
4
reportFailure
getCustomerVerificationById
Terminal failure handling — re-read the verification so the failing status is captured.