Request Banking Verification
This endpoint submits the individual banking verification to the provider and generates a verification link.
Prerequisites
- The individual banking verification data must be submitted first using the Submit Banking Verification endpoint.
- If the account is already
approvedorin_review, the existing verification is returned.
Technical Details
- Status Change: Submitting verification changes the account status from
pendingtoin_review. - A verification URL is generated for the user to complete the verification process.
Authorization:
bearer
HTTP: bearer
HTTP Authorization Scheme: bearer
Headers:
Authorization: APIKey {YOUR_API_KEY}
Endpoint
/api/v2/kyc/banking-verification/individual/{accountId}/request-verification
Path Parameters
| Parameter | Type | Description |
|---|---|---|
accountId | string (uuid) | Required. The account ID to request verification for. |
Response Sample
{
"accountId": "00000000-0000-0000-0000-000000000000",
"verificationUrl": "https://verify.blockwyre.com/v/abc123def456"
}
Response Schema
| Field | Type | Description |
|---|---|---|
accountId | string (uuid) | The account ID. |
verificationUrl | string | The verification URL for the user to complete the verification process. |
Error Responses
Verification Data Not Submitted
If the banking verification data has not been submitted first, you will receive a 400 Bad Request error.
Make sure to submit the banking verification data using the Submit Banking Verification endpoint before calling this endpoint.
Support and Resources
If you need assistance or have any questions, our support team is here to help. You can contact our support team at support@blockwyre.com.
Stay Updated
Stay up-to-date with the latest news, updates, and features from BlockWyre by following us on social media:
- Instagram: BlockWyre Instagram
- Twitter: BlockWyre Twitter
- Facebook: BlockWyre Facebook
- LinkedIn: BlockWyre LinkedIn
We are excited to have you on board and look forward to seeing how you leverage BlockWyre's powerful tools to enhance your financial operations. Happy integrating!