Skip to main content

DPay Web EID

The DPay Web EID identity verification platform (Identity Verification HUB) enables companies to verify user identities and retrieve bank account data through a REST API. All capabilities are available through one integrated API.

Available verification methods

MethodProvider keyDescription
Verification transferbank_transferPLN 1 micro-transfer and verification of the sender's details
mObywatelmobywatelQR code scanning in the mObywatel app
AIS/PSD2ais_psd2Access to bank account data through PSD2
DemodemoTest provider with manual approval

API architecture

EnvironmentBase URL
Productionhttps://WSKAZANY_PRZEZ_SUPPORT.dpay.pl/api/v1
Sandboxhttps://WSKAZANY_PRZEZ_SUPPORT.dpay.pl/api/v1
  • Format: JSON (Content-Type: application/json)
  • Authentication: Bearer token (API key in the deid_live_xxx or deid_test_xxx format)
  • Standard: OpenAPI 3.1

Where should I start?

  1. Generate an API key in the administration panel
  2. Create your first verification session - a four-step quickstart
  3. Learn about verification modes - single, sequential, pool and dynamic
  4. Configure webhooks to receive real-time notifications

Key concepts

  • Verification session - a container for the verification process with its own lifecycle (createdcompleted/failed/expired)
  • Mode (mode) - determines how verification proceeds: as a single step, multiple steps, a user choice or a dynamic flow
  • Purpose (purpose) - identity_verification (personal data) or account_data (AIS account data)
  • Result - PII (personal data) returned after successful verification and encrypted with AES-256-GCM

Support