Create and maintain parties.
Parties (2025-01-01)
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/
A party represents the overall party record of your beneficiary (seller, vendor, provider). You can use this to store information about the party, to perform either an identity verification checks, a split payment, or a payout.
An object that contains information about the merchant.
Your reference for this party, must be unique within an entity.
The type of this party.
beneficiary
- the person or business that will receive funds.
payer
- a transmitter of funds to a third party.
What the party represents:
person
- an individual
soleTrader
- a single person enterprise
company
- a corporation or partnership with multiple owners
A list of phone numbers associated with this party.
A list of identity documents for this party.
The type of the identity document.
The name of the institution that issued this document.
The country code of the issuing country specified in ISO 3166-1 Alpha-2 code format.
A list of balance accounts that have been set up for this party.
The currency in ISO 4217 currency format.
A reference of the payoutInstrument
created by you. This field holds the beneficiary bank details. Use this to direct payouts to the relevant beneficiary. This must be unique within an entity.
The overallStatus provides an complete view of the parties identityVerificationState.
A reference of the payoutInstrument
created by you. This field holds the beneficiary bank details. Use this to direct payouts to the relevant beneficiary. This must be unique within an entity.
An ID generated by us to identify a payout instrument. You receive this in the response after successfully creating a payout instrument.
The currency in ISO 4217 currency format.
Object containing details about a company. Required for company.
A 4-digit code to represent the merchant category. Only provide this where typeCode
is soleTrader
or company
.
A description to describe the merchant category code. Only provide this where typeCode
is soleTrader
or company
.
The legal name of the company.
The trading common name of the company.
The registration number for the company. What should be supplied in this field may differ by country, for instance in the United States it will be a Tax ID. Number (TIN).
The Value Added Tax (VAT) number of the company.
A description of the type of company.
Unique reference provided by the payee. Only required for certain payout destinations.
The country code specified in ISO 3166-1 Alpha-2 code format.
Your reference for this beneficial owner, must be unique within an entity.
- Live
http://access.worldpay.com/parties
- Try
http://try.access.worldpay.com/parties
- Payload
- curl
- Python
- Java
- Node.js
- Go
- PHP
- Ruby
- C#
Create a party for a person (orchestrated)
{ "merchant": { "entity": "default" }, "partyReference": "VuzvLew4y7", "partyType": "beneficiary", "type": "person", "personalDetails": { "title": "Mr", "firstName": "Case", "middleName": "Henry", "lastName": "Mitchell", "residentialStatus": "resident", "dateOfBirth": "1983-10-12", "address": { "address1": "1847 Kingsbury Court", "address2": "Unit 42", "type": "home", "city": "Manchester", "countryCode": "GB", "postalCode": "M1 1AA" } }, "email": "case.mitchell@example.com", "phones": [ { "number": "02079461234", "prefix": "44" } ], "balanceAccounts": [ { "currency": "GBP", "scheduledPayoutDay": "tuesday", "payoutInstrumentReference": "MyPayoutInstrument1" } ], "payoutInstruments": [ { "accountHolderName": "Case H. Mitchell", "payoutInstrumentType": "bankAccount", "swiftBic": "BUKBGB22", "bankCode": "045110", "branchCode": "Taunton Branch", "accountNumber": "23198765", "accountType": "checking", "iban": "GB892019000123456789", "bankName": "HSBC UK BANK PLC", "payoutInstrumentReference": "MyPayoutInstrument1", "currency": "GBP", "address": { "address1": "17 Neo-London Financial Tower", "address2": "Suite 1288", "type": "business", "city": "London", "countryCode": "GB", "postalCode": "EC1A 1BB" } } ], "identityDocuments": [ { "type": "passport", "number": "NEO456789", "issuingInstitution": "UK Passport Office", "issuingCountry": "GB", "validFrom": "2022-08-01", "validTo": "2032-08-01" }, { "type": "nationalId", "number": "ZAIBATSU-00792", "issuingInstitution": "Zaibatsu Holding HR Dept.", "issuingCountry": "GB", "validFrom": "2025-01-01", "validTo": "2030-12-31" } ], "performIdentityVerification": true }
Created
A party represents the overall party record of your beneficiary (seller, vendor, provider). You can use this to store information about the party, to perform either an identity verification checks, a split payment, or a payout.
The link returned from Identity Verification Status (IVS) used to retrieve additional details from the user.
The message associated with link returned from Identity Verification Status (IVS).
An object that contains information about the merchant.
Your reference for this party, must be unique within an entity.
The type of this party.
beneficiary
- the person or business that will receive funds.
payer
- a transmitter of funds to a third party.
What the party represents:
person
- an individual
soleTrader
- a single person enterprise
company
- a corporation or partnership with multiple owners
A list of phone numbers associated with this party.
A list of identity documents for this party.
The type of the identity document.
The name of the institution that issued this document.
The country code of the issuing country specified in ISO 3166-1 Alpha-2 code format.
A list of balance accounts that have been set up for this party.
The currency in ISO 4217 currency format.
A reference of the payoutInstrument
created by you. This field holds the beneficiary bank details. Use this to direct payouts to the relevant beneficiary. This must be unique within an entity.
The scheduled payout day for this balanceAccount
.
Unique ID created by us to identify a balance account. This sent in the response after balanceAccount
creation.
The date and time that the balance account was created, as an ISO 8601 zoned date time.
The date and time that the balance account was last updated, as an ISO 8601 zoned date time.
The overallStatus provides an complete view of the parties identityVerificationState.
The date and time that the party was created, as an ISO 8601 zoned date time
The date and time that the party was last updated, as an ISO 8601 zoned date time
A reference of the payoutInstrument
created by you. This field holds the beneficiary bank details. Use this to direct payouts to the relevant beneficiary. This must be unique within an entity.
An ID generated by us to identify a payout instrument. You receive this in the response after successfully creating a payout instrument.
The currency in ISO 4217 currency format.
The date and time the payoutInstrument
was created, as an ISO 8601 zoned date time.
The date and time the payoutInstrument
was updated, as an ISO 8601 zoned date time.
The date and time that the party was last deactivated, as an ISO 8601 zoned date time
The disposition of funds for deactivated party
The date and time that the party was last activated, as an ISO 8601 zoned date time
The title for this person
/soleTrader
.
The person
's/soleTrader
's first name.
The person
's/soleTrader
's middle name or initial.
The person
's/soleTrader
's last name.
The residential status of the person
/soleTrader
.
Unique reference provided by the payee. Only required for certain payout destinations.
Party for a person (orchestrated)
{ "identityVerificationState": "started", "identityVerificationMethod": "identityVerificationService", "merchant": { "entity": "default" }, "partyReference": "Heidi197", "partyType": "beneficiary", "type": "person", "partyId": "parMbuHucAsLeLL0BhDpWdjE0", "personalDetails": { "title": "Mr", "firstName": "Case", "middleName": "Henry", "lastName": "Mitchell", "dateOfBirth": "1983-10-12", "address": { "address1": "1847 Kingsbury Court", "address2": "Unit 42", "city": "Manchester", "countryCode": "GB", "postalCode": "M1 1AA", "type": "home" }, "residentialStatus": "resident", "currentAddressLessThanThreeYears": false }, "email": "case.mitchell@example.com", "phones": [ { "prefix": "44", "number": "02079461234" } ], "identityDocuments": [ { "type": "passport", "number": "NEO456789", "issuingInstitution": "UK Passport Office", "issuingCountry": "GB", "validFrom": "2022-08-01", "validTo": "2032-08-01" }, { "type": "nationalId", "number": "ZAIBATSU-00792", "issuingInstitution": "Zaibatsu Holding HR Dept.", "issuingCountry": "GB", "validFrom": "2025-01-01", "validTo": "2030-12-31" } ], "balanceAccounts": [ { "currency": "GBP", "payoutInstrumentReference": "MyPayoutInstrument1", "scheduledPayoutDay": "tuesday", "balanceAccountId": "par3GymZO5MtP18qe5NFaaPp0", "dateTimeCreated": "2025-04-16T20:46:24.122Z", "version": 0 } ], "dateTimeCreated": "2025-04-16T20:46:24.122Z", "version": 0, "active": true, "dateTimeActivated": "2025-04-24T17:55:56.283Z", "payoutInstruments": [ { "payoutInstrumentReference": "MyPayoutInstrument1", "payoutInstrumentId": "parclOAFlaOX-H_2UBp9tWbd0", "payoutInstrumentType": "bankAccount", "currency": "GBP", "dateTimeCreated": "2025-04-16T20:46:24.122Z", "version": 0, "accountHolderName": "Case H. Mitchell", "swiftBic": "BUKBGB22", "bankCode": "045110", "accountNumber": "23198765", "accountType": "checking", "iban": "GB892019000123456789", "bankName": "HSBC UK BANK PLC", "address": { "address1": "17 Neo-London Financial Tower", "address2": "Suite 1288", "city": "London", "countryCode": "GB", "postalCode": "EC1A 1BB", "type": "business" }, "branchCode": "Taunton Branch" } ] }
- Live
http://access.worldpay.com/parties/{partyId}
- Try
http://try.access.worldpay.com/parties/{partyId}
- Payload
- curl
- Python
- Java
- Node.js
- Go
- PHP
- Ruby
- C#
No request payload
OK
A party represents the overall party record of your beneficiary (seller, vendor, provider). You can use this to store information about the party, to perform either an identity verification checks, a split payment, or a payout.
The link returned from Identity Verification Status (IVS) used to retrieve additional details from the user.
The message associated with link returned from Identity Verification Status (IVS).
An object that contains information about the merchant.
Your reference for this party, must be unique within an entity.
The type of this party.
beneficiary
- the person or business that will receive funds.
payer
- a transmitter of funds to a third party.
What the party represents:
person
- an individual
soleTrader
- a single person enterprise
company
- a corporation or partnership with multiple owners
A list of phone numbers associated with this party.
A list of identity documents for this party.
The type of the identity document.
The name of the institution that issued this document.
The country code of the issuing country specified in ISO 3166-1 Alpha-2 code format.
A list of balance accounts that have been set up for this party.
The currency in ISO 4217 currency format.
A reference of the payoutInstrument
created by you. This field holds the beneficiary bank details. Use this to direct payouts to the relevant beneficiary. This must be unique within an entity.
The scheduled payout day for this balanceAccount
.
Unique ID created by us to identify a balance account. This sent in the response after balanceAccount
creation.
The date and time that the balance account was created, as an ISO 8601 zoned date time.
The date and time that the balance account was last updated, as an ISO 8601 zoned date time.
The overallStatus provides an complete view of the parties identityVerificationState.
The date and time that the party was created, as an ISO 8601 zoned date time
The date and time that the party was last updated, as an ISO 8601 zoned date time
A reference of the payoutInstrument
created by you. This field holds the beneficiary bank details. Use this to direct payouts to the relevant beneficiary. This must be unique within an entity.
An ID generated by us to identify a payout instrument. You receive this in the response after successfully creating a payout instrument.
The currency in ISO 4217 currency format.
The date and time the payoutInstrument
was created, as an ISO 8601 zoned date time.
The date and time the payoutInstrument
was updated, as an ISO 8601 zoned date time.
The date and time that the party was last deactivated, as an ISO 8601 zoned date time
The disposition of funds for deactivated party
The date and time that the party was last activated, as an ISO 8601 zoned date time
The title for this person
/soleTrader
.
The person
's/soleTrader
's first name.
The person
's/soleTrader
's middle name or initial.
The person
's/soleTrader
's last name.
The residential status of the person
/soleTrader
.
Unique reference provided by the payee. Only required for certain payout destinations.
Get a party for person
{ "identityVerificationState": "pending", "identityVerificationMethod": "identityVerificationService", "merchant": { "entity": "default" }, "partyReference": "Heidi197", "partyType": "beneficiary", "type": "person", "partyId": "parMbuHucAsLeLL0BhDpWdjE0", "personalDetails": { "title": "Mr", "firstName": "Case", "middleName": "Henry", "lastName": "Mitchell", "dateOfBirth": "1983-10-12", "address": { "address1": "1847 Kingsbury Court", "address2": "Unit 42", "city": "Manchester", "countryCode": "GB", "postalCode": "M1 1AA", "type": "home" }, "residentialStatus": "resident", "currentAddressLessThanThreeYears": false }, "email": "case.mitchell@example.com", "phones": [ { "prefix": "44", "number": "02079461234" } ], "identityDocuments": [ { "type": "passport", "number": "NEO456789", "issuingInstitution": "UK Passport Office", "issuingCountry": "GB", "validFrom": "2022-08-01", "validTo": "2032-08-01" }, { "type": "nationalId", "number": "ZAIBATSU-00792", "issuingInstitution": "Zaibatsu Holding HR Dept.", "issuingCountry": "GB", "validFrom": "2025-01-01", "validTo": "2030-12-31" } ], "balanceAccounts": [ { "currency": "EUR", "payoutInstrumentReference": "MyPayoutInstrument1", "scheduledPayoutDay": "friday", "balanceAccountId": "pareBH4YMkUx7MA2X7bnS4750", "dateTimeCreated": "2025-04-16T20:46:26.727Z", "version": 0 }, { "currency": "GBP", "payoutInstrumentReference": "MyPayoutInstrument2", "scheduledPayoutDay": "tuesday", "balanceAccountId": "par3GymZO5MtP18qe5NFaaPp0", "dateTimeCreated": "2025-04-16T20:46:24.122Z", "version": 0 } ], "dateTimeCreated": "2025-04-16T20:46:24.122Z", "version": 0, "active": true, "dateTimeActivated": "2025-04-24T17:55:56.283Z", "payoutInstruments": [ { "payoutInstrumentReference": "MyPayoutInstrument1", "payoutInstrumentId": "parclOAFlaOX-H_2UBp9tWbd0", "payoutInstrumentType": "bankAccount", "currency": "GBP", "dateTimeCreated": "2025-04-16T20:46:24.122Z", "version": 0, "accountHolderName": "Case H. Mitchell", "swiftBic": "BUKBGB22", "bankCode": "045110", "accountNumber": "23198765", "accountType": "checking", "iban": "GB892019000123456789", "bankName": "HSBC UK BANK PLC", "address": { "address1": "17 Neo-London Financial Tower", "address2": "Suite 1288", "city": "London", "countryCode": "GB", "postalCode": "EC1A 1BB", "type": "business" }, "branchCode": "Taunton Branch" }, { "payoutInstrumentReference": "MyPayoutInstrument2", "payoutInstrumentId": "parKsh3dSA_VRckwEDRHLzOR0", "payoutInstrumentType": "bankAccount", "currency": "EUR", "dateTimeCreated": "2025-04-16T20:46:26.235Z", "version": 0, "accountHolderName": "Case H. Mitchell", "swiftBic": "BUKBGB22", "bankCode": "045110", "accountNumber": "2319876543210", "accountType": "checking", "iban": "GB892019000123456789", "bankName": "Metro Bank", "address": { "address1": "17 Neo-London Financial Tower", "address2": "Suite 1288", "city": "London", "countryCode": "GB", "postalCode": "EC1A 1BB", "type": "business" }, "branchCode": "Barclays Branch" } ] }
A party represents the overall party record of your beneficiary (seller, vendor, provider). You can use this to store information about the party, to perform either an identity verification checks, a split payment, or a payout.
An object that contains information about the merchant.
Your reference for this party, must be unique within an entity.
The type of this party.
beneficiary
- the person or business that will receive funds.
payer
- a transmitter of funds to a third party.
What the party represents:
person
- an individual
soleTrader
- a single person enterprise
company
- a corporation or partnership with multiple owners
A list of phone numbers associated with this party.
A list of identity documents for this party.
The type of the identity document.
The name of the institution that issued this document.
The country code of the issuing country specified in ISO 3166-1 Alpha-2 code format.
A list of balance accounts that have been set up for this party.
The currency in ISO 4217 currency format.
A reference of the payoutInstrument
created by you. This field holds the beneficiary bank details. Use this to direct payouts to the relevant beneficiary. This must be unique within an entity.
The overallStatus provides an complete view of the parties identityVerificationState.
A reference of the payoutInstrument
created by you. This field holds the beneficiary bank details. Use this to direct payouts to the relevant beneficiary. This must be unique within an entity.
An ID generated by us to identify a payout instrument. You receive this in the response after successfully creating a payout instrument.
The currency in ISO 4217 currency format.
Object containing details about a company. Required for company.
A 4-digit code to represent the merchant category. Only provide this where typeCode
is soleTrader
or company
.
A description to describe the merchant category code. Only provide this where typeCode
is soleTrader
or company
.
The legal name of the company.
The trading common name of the company.
The registration number for the company. What should be supplied in this field may differ by country, for instance in the United States it will be a Tax ID. Number (TIN).
The Value Added Tax (VAT) number of the company.
A description of the type of company.
Unique reference provided by the payee. Only required for certain payout destinations.
The country code specified in ISO 3166-1 Alpha-2 code format.
Your reference for this beneficial owner, must be unique within an entity.
- Live
http://access.worldpay.com/parties/{partyId}
- Try
http://try.access.worldpay.com/parties/{partyId}
- Payload
- curl
- Python
- Java
- Node.js
- Go
- PHP
- Ruby
- C#
Update a party for a person
{ "merchant": { "entity": "default" }, "partyReference": "8X87XwQ7Fv", "partyType": "beneficiary", "type": "person", "personalDetails": { "title": "Mr", "firstName": "Case", "middleName": "Henry", "lastName": "Mitchell", "residentialStatus": "resident", "dateOfBirth": "1983-10-12", "address": { "address1": "2025 Kingsbury Court", "address2": "Unit 42", "type": "home", "city": "Manchester", "countryCode": "GB", "postalCode": "M1 1AA" } }, "email": "case.mitchell@example.com", "phones": [ { "number": "02079461234", "prefix": "44" } ], "identityDocuments": [ { "type": "passport", "number": "NEO456789", "issuingInstitution": "UK Passport Office", "issuingCountry": "GB", "validFrom": "2022-08-01", "validTo": "2032-08-01" }, { "type": "nationalId", "number": "ZAIBATSU-00792", "issuingInstitution": "Zaibatsu Holding HR Dept.", "issuingCountry": "GB", "validFrom": "2025-01-01", "validTo": "2030-12-31" } ] }
OK
A party represents the overall party record of your beneficiary (seller, vendor, provider). You can use this to store information about the party, to perform either an identity verification checks, a split payment, or a payout.
The link returned from Identity Verification Status (IVS) used to retrieve additional details from the user.
The message associated with link returned from Identity Verification Status (IVS).
An object that contains information about the merchant.
Your reference for this party, must be unique within an entity.
The type of this party.
beneficiary
- the person or business that will receive funds.
payer
- a transmitter of funds to a third party.
What the party represents:
person
- an individual
soleTrader
- a single person enterprise
company
- a corporation or partnership with multiple owners
A list of phone numbers associated with this party.
A list of identity documents for this party.
The type of the identity document.
The name of the institution that issued this document.
The country code of the issuing country specified in ISO 3166-1 Alpha-2 code format.
A list of balance accounts that have been set up for this party.
The currency in ISO 4217 currency format.
A reference of the payoutInstrument
created by you. This field holds the beneficiary bank details. Use this to direct payouts to the relevant beneficiary. This must be unique within an entity.
The scheduled payout day for this balanceAccount
.
Unique ID created by us to identify a balance account. This sent in the response after balanceAccount
creation.
The date and time that the balance account was created, as an ISO 8601 zoned date time.
The date and time that the balance account was last updated, as an ISO 8601 zoned date time.
The overallStatus provides an complete view of the parties identityVerificationState.
The date and time that the party was created, as an ISO 8601 zoned date time
The date and time that the party was last updated, as an ISO 8601 zoned date time
A reference of the payoutInstrument
created by you. This field holds the beneficiary bank details. Use this to direct payouts to the relevant beneficiary. This must be unique within an entity.
An ID generated by us to identify a payout instrument. You receive this in the response after successfully creating a payout instrument.
The currency in ISO 4217 currency format.
The date and time the payoutInstrument
was created, as an ISO 8601 zoned date time.
The date and time the payoutInstrument
was updated, as an ISO 8601 zoned date time.
The date and time that the party was last deactivated, as an ISO 8601 zoned date time
The disposition of funds for deactivated party
The date and time that the party was last activated, as an ISO 8601 zoned date time
The title for this person
/soleTrader
.
The person
's/soleTrader
's first name.
The person
's/soleTrader
's middle name or initial.
The person
's/soleTrader
's last name.
The residential status of the person
/soleTrader
.
Unique reference provided by the payee. Only required for certain payout destinations.
Update party of a person (orchestrated)
{ "identityVerificationState": "notVerified", "identityVerificationMethod": "identityVerificationService", "merchant": { "entity": "default" }, "partyReference": "Lela300", "partyType": "beneficiary", "type": "person", "partyId": "par4733xO8y2YI9HSOTG-kba0", "personalDetails": { "title": "Mr", "firstName": "Case", "middleName": "Henry", "lastName": "Mitchell", "dateOfBirth": "1983-10-12", "address": { "address1": "2025 Kingsbury Court", "address2": "Unit 42", "city": "Manchester", "countryCode": "GB", "postalCode": "M1 1AA", "type": "home" }, "residentialStatus": "resident", "currentAddressLessThanThreeYears": false }, "email": "case.mitchell@example.com", "phones": [ { "prefix": "44", "number": "02079461234" } ], "identityDocuments": [ { "type": "passport", "number": "NEO456789", "issuingInstitution": "UK Passport Office", "issuingCountry": "GB", "validFrom": "2022-08-01", "validTo": "2032-08-01" }, { "type": "nationalId", "number": "ZAIBATSU-00792", "issuingInstitution": "Zaibatsu Holding HR Dept.", "issuingCountry": "GB", "validFrom": "2025-01-01", "validTo": "2030-12-31" } ], "balanceAccounts": [ { "currency": "GBP", "payoutInstrumentReference": "MyPayoutInstrument1", "scheduledPayoutDay": "tuesday", "balanceAccountId": "parXRSh-RDDLU5NyGZpQhyNb0", "dateTimeCreated": "2025-04-21T20:11:08.699Z", "version": 0 }, { "currency": "EUR", "payoutInstrumentReference": "MyPayoutInstrument2", "scheduledPayoutDay": "friday", "balanceAccountId": "parBTwBk8J3s3nhgbo1vNyvJ0", "dateTimeCreated": "2025-04-21T20:11:12.991Z", "version": 0 } ], "dateTimeCreated": "2025-04-21T20:11:08.695Z", "dateTimeUpdated": "2025-04-21T20:11:15.341Z", "version": 1, "active": true, "dateTimeActivated": "2025-04-24T17:55:56.283Z", "payoutInstruments": [ { "payoutInstrumentReference": "MyPayoutInstrument1", "payoutInstrumentId": "paru47L8iaV-cm7doWxO7oWm0", "payoutInstrumentType": "bankAccount", "currency": "GBP", "dateTimeCreated": "2025-04-21T20:11:08.698Z", "version": 0, "accountHolderName": "Case H. Mitchell", "swiftBic": "BUKBGB22", "bankCode": "045110", "accountNumber": "23198765", "accountType": "checking", "iban": "GB892019000123456789", "bankName": "HSBC UK BANK PLC", "address": { "address1": "17 Neo-London Financial Tower", "address2": "Suite 1288", "city": "London", "countryCode": "GB", "postalCode": "EC1A 1BB", "type": "business" }, "branchCode": "Taunton Branch" }, { "payoutInstrumentReference": "MyPayoutInstrument2", "payoutInstrumentId": "parbQkpoZT3adRASZB9Zp9e-0", "payoutInstrumentType": "bankAccount", "currency": "EUR", "dateTimeCreated": "2025-04-21T20:11:11.251Z", "version": 0, "accountHolderName": "Case H. Mitchell", "swiftBic": "BUKBGB22", "bankCode": "045110", "accountNumber": "2319876543210", "accountType": "checking", "iban": "GB892019000123456789", "bankName": "Metro Bank", "address": { "address1": "17 Neo-London Financial Tower", "address2": "Suite 1288", "city": "London", "countryCode": "GB", "postalCode": "EC1A 1BB", "type": "business" }, "branchCode": "Barclays Branch" } ] }
The reason for deactivating a party
- Live
http://access.worldpay.com/parties/{partyId}/deactivation
- Try
http://try.access.worldpay.com/parties/{partyId}/deactivation
- Payload
- curl
- Python
- Java
- Node.js
- Go
- PHP
- Ruby
- C#
Deactivate an active party (modular)
{ "deactivationReason": "partyDormant", "dispositionOfFunds": "payoutToParty" }
Deactivate an active party (modular)
{ "deactivationReason": "partyDormant", "dispositionOfFunds": "payoutToParty", "active": false, "dateTimeDeactivated": "2025-07-29T17:34:01.621Z" }
- Live
http://access.worldpay.com/parties/{partyId}/activation
- Try
http://try.access.worldpay.com/parties/{partyId}/activation
- Payload
- curl
- Python
- Java
- Node.js
- Go
- PHP
- Ruby
- C#
Reactivate an inactive party (modular)
{ "active": true }
Activate an deactivated party (modular)
{ "active": true, "dateTimeActivated": "2025-07-29T17:34:01.621Z" }