Create parties, manage your payout instruments and beneficial owners and carry out identity verification checks.
Authentication
Set your headers
Authorization: {your_credentials}
WP-Api-Version: 2025-01-01
Replace {your_credentials}
with your base64-encoded Basic Auth username and password.
DNS Whitelisting
Whitelist the following URLs:
https://try.access.worldpay.com/
https://access.worldpay.com/
Please ensure you use DNS whitelisting, not explicit IP whitelisting.
API Collection
A full set of API examples based on different scenarios.
http://access.worldpay.com/
http://try.access.worldpay.com/
http://access.worldpay.com/parties/{partyId}/identityVerification
http://try.access.worldpay.com/parties/{partyId}/identityVerification
{ "performIdentityVerification": true }
OK
The link returned from Identity Verification Status (IVS) used to retrieve additional details from the user.
The link returned from Identity Verification Status (IVS) used to retrieve additional details from the user.
Your reference for this beneficial owner, must be unique within an entity.
Identity Verification Status on a party of a company (modular)
{ "overall": { "identityVerificationState": "started", "identityVerificationMethod": "identityVerificationService" }, "party": { "identityVerificationState": "started", "partyReference": "Euna925", "partyId": "par1Bbf6r80Q3mEvhp_xBKNM0" }, "beneficialOwners": [ { "identityVerificationState": "started", "beneficialOwnerReference": "Floy829", "beneficialOwnerId": "parsH2dSCcczQveB-GQNx0qq0" }, { "identityVerificationState": "started", "beneficialOwnerReference": "Christina843", "beneficialOwnerId": "parbQR-8sRkYASaOzOVPX5d10" }, { "identityVerificationState": "started", "beneficialOwnerReference": "Arlo912", "beneficialOwnerId": "pargosUuzW0vv8HrWsCTuadb0" } ] }
http://access.worldpay.com/parties/{partyId}/identityVerification
http://try.access.worldpay.com/parties/{partyId}/identityVerification
No request payload
OK
The link returned from Identity Verification Status (IVS) used to retrieve additional details from the user.
The link returned from Identity Verification Status (IVS) used to retrieve additional details from the user.
Your reference for this beneficial owner, must be unique within an entity.
Get Identiy Verification Status on a party of a company (modular)
{ "overall": { "identityVerificationState": "started", "identityVerificationMethod": "identityVerificationService" }, "party": { "identityVerificationState": "started", "partyReference": "Linnea474", "partyId": "parWcAyq5G2-1KwvsEkFAKwz0" }, "beneficialOwners": [ { "identityVerificationState": "started", "beneficialOwnerReference": "Mac551", "beneficialOwnerId": "parAZo80iViOTdKRJi4Oq14Z0" }, { "identityVerificationState": "started", "beneficialOwnerReference": "Thea799", "beneficialOwnerId": "parB5ON-IEK4olrLuHvjEDpE0" }, { "identityVerificationState": "started", "beneficialOwnerReference": "Santino227", "beneficialOwnerId": "parNKRss9vllWyX1MUVOj7b-0" } ] }