New service | **Last updated**: 09 October 2025 # Beneficiary Account Verifications API New Verify a beneficiary's bank details to ensure the payout is going to the intended account. ## Verify an account `POST` `https://try.access.worldpay.com/accountVerifications` ### Request example ### Schema ### Response example fullMatch ``` { "outcome": "fullMatch", "message": "Account Details Matched", "actualAccountHolderName": "" } ``` Example error ``` { "errorName": "forbidden", "message": "User is not entitled to access this resource" } ``` For a full list of outcomes and errors see our [API Reference](/products/account-verifications/openapi). **Next steps** [Make a payout](/products/account-payouts/)