POST /requestSubjectErasure
Sends the PSP reference containing the shopper data that should be deleted.
Servers
- https://ca-test.adyen.com/ca/services/DataProtectionService/v1
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
pspReference |
String | No |
The PSP reference of the payment. We will delete all shopper-related data for this payment. |
forceErasure |
Boolean | No |
Set this to true if you want to delete shopper-related data, even if the shopper has an existing recurring transaction. This only deletes the shopper-related data for the specific payment, but does not cancel the existing recurring transaction. |
merchantAccount |
String | No |
Your merchant account |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.