Verify a single account
Submit a request to verify a bank account through the DebiPay checks API.
This endpoint validates a single account by sending the verification request to DebiPay's checks service. It is useful when you want to confirm account details before moving forward with a mandate, payment, or payout flow.
Use this operation when you need an immediate verification result for one account rather than a whole batch.
When to use this endpoint
- Verify a customer or merchant bank account before onboarding.
- Check an account ahead of a transaction or mandate setup.
- Support manual review workflows for account validation.
Request details
The current OpenAPI definition does not expose a detailed request body schema for this operation, so the generated request panel should be used to inspect the exact payload shape required by your environment.
Response handling
The response contains the verification outcome returned by DebiPay. Review the generated schema for the exact fields and status values returned by your API instance.
For higher-volume use cases, prefer the batch verification endpoints instead of submitting one account at a time.