General

Submit a Subject Erasure Request.

Sends the PSP reference containing the shopper data that should be deleted.

post/requestSubjectErasure

Request body

forceErasureboolean

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.

merchantAccountstring

Your merchant account

pspReferencestring

The PSP reference of the payment. We will delete all shopper-related data for this payment.

Response

OK - the request has succeeded.

result'ACTIVE_RECURRING_TOKEN_EXISTS' | 'ALREADY_PROCESSED' | 'PAYMENT_NOT_FOUND' | 'SUCCESS'

The result of this operation.

Changes

Changed in 1 of the 10 revisions of this API.7

    • the request's body type/format changed from / to object/

      request-body-type-changed

    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • the response's body type/format changed from / to object/ for status 400

      response-body-type-changed

    • the response's body type/format changed from / to object/ for status 401

      response-body-type-changed

    • the response's body type/format changed from / to object/ for status 403

      response-body-type-changed

    • the response's body type/format changed from / to object/ for status 422

      response-body-type-changed

    • the response's body type/format changed from / to object/ for status 500

      response-body-type-changed