v2024-01-31
Search...
/
API Status
Partner Portal
Home
Guides
API Explorer
GitHub
Support
Home
Guides
API Explorer
GitHub
Support
API Concepts
Overview
Environments and URLs
Authentication
API versioning
Rate limiting
HTTP headers
Pagination, sorting, and filtering
General
Access tokens
Partner settings
Webhook subscriptions
Webhook deliveries
Events
Common
Entities
Entity bank accounts
Entity persons
Entity VAT IDs
Roles
Entity users
Counterparts
Counterpart addresses
Counterpart bank accounts
Counterpart contacts
Counterpart VAT IDs
Payment records
Projects
Tags
Accounts payable
Approval policies
Approval requests
Comments
Payable line items
Payables
Purchase orders
Accounts receivable
Measure units
Overdue reminders
Payment reminders
Payment terms
Products
Receivables
Recurrences
VAT rates
Payments
Batch payments
Entity bank account verifications
POST
Complete entity bank account verification
POST
Start entity bank account verification
POST
Complete verification of the provided entity bank account
POST
Refresh verification of the provided entity bank account
GET
Get a bank account verifications
Entity onboarding data
Onboarding documents
Onboarding links
Onboarding requirements
Payment intents
Payment links
Payment methods
Accounting integration
Accounting connections
Accounting data pull
Accounting synchronized records
Accounting tax rates
Ledger accounts
Utilities
Audit logs
Data export
Data export - extra data
Files
Mail templates
Mailbox domains
Mailboxes
PDF templates
Text templates
API Status
Partner Portal
Payments
Entity bank account verifications
Complete verification of the provided entity bank account
POST
https://
api.sandbox.monite.com/v1
/
bank_accounts
/
:bank_account_id
/
complete_verification
Path parameters
bank_account_id
string
Required
Headers
Auth
Authorization
string
Required
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
string
Required
x-monite-entity-id
string
Required
The ID of the entity that owns the requested resource.
Request
This endpoint expects an object.
type
"airwallex_plaid"
Required
Response
Successful Response
verifications
object
Show property
Errors
422
Post Bank Accounts ID Complete Verification Request Unprocessable Entity Error
500
Post Bank Accounts ID Complete Verification Request Internal Server Error
Refresh verification of the provided entity bank account
Up Next