> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.idenfy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bank card verification completed

> This notification is sent when a bank card verification is completed.



## OpenAPI

````yaml /openapi/bank-card.yaml webhook bankCardVerificationCompleted
openapi: 3.1.0
info:
  title: iDenfy IVS Core API
  version: 0.0.0
  description: iDenfy Identity Verification Service's Core API documentation.
  contact:
    name: API Support
    url: https://idenfy-ivs.atlassian.net/servicedesk/customer/portal/1/group/-1
  x-logo:
    url: /static/idenfy_logo.svg
    altText: iDenfy logo
servers:
  - url: https://ivs.idenfy.com
security: []
tags:
  - name: Bank Card Verification
    description: Bank card verification endpoints.
  - name: Webhooks
    description: Webhooks.
externalDocs:
  description: For other/more docs on iDenfy services visit our main documentation page.
  url: https://documentation.idenfy.com
paths: {}

````

## Related topics

- [Bank Card Verification Webhooks](/bank-card/webhooks.md)
- [KYC Webhooks](/kyc/webhooks.md)
- [Verification Details](/guides/dashboard/kyc/verification-details.md)
- [Bank Card Verification](/guides/dashboard/features/bank-card-verification.md)
- [Standalone Bank Card Verification](/guides/dashboard/bank-card/standalone-bank-card-verification.md)
