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

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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.