v10

latestOpenAPI 3.1.0raw.githubusercontent.com2024-03-06137.8 KB
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.

All 1 operations