dLocal · Arazzo Workflow
dLocal Create and Resolve KYC Verification
Version 1.0.0
Create a KYC verification, confirm it persisted, then branch on its status to update state or list documents.
Provider
Workflows
create-and-resolve-kyc-verification
Create a KYC verification and either advance its state or list its documents.
Creates a KYC verification, confirms it, and branches on the verification status to either update its state when PENDING or list its documents when resolved.
1
createVerification
createVerification
Submit a KYC verification for the client.
2
confirmVerification
getVerification
Retrieve the verification to confirm it persisted and inspect its current status.
3
advanceState
updateVerificationState
Update the verification state to move a pending verification forward.
4
listDocuments
getVerificationDocuments
List the verification documents for a resolved verification for record keeping.