POST /getPciQuestionnaireUrl
Returns a link to a PCI compliance questionnaire that you can send to your account holder.
You should only use this endpoint if you have a partner platform setup.
Servers
- https://cal-test.adyen.com/cal/services/Hop/v6
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 |
---|---|---|---|
returnUrl |
String | No |
The URL where the account holder will be redirected back to after they fill out the questionnaire, or if their session times out. Maximum length of 500 characters. |
accountHolderCode |
String | Yes |
The account holder code you provided when you created the account holder. |
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.