v1

latestOpenAPI 3.1.02026-07-2041850.8 KB
General

Disable stored payment details

Disables stored payment details to stop charging a shopper with this particular recurring detail ID.

For more information, refer to Disable stored details.

post/disable

Request body

contractstring

Specify the contract if you only want to disable a specific use.

This field can be set to one of the following values, or to their combination (comma-separated):

  • ONECLICK
  • RECURRING
  • PAYOUT
merchantAccountstring required

The merchant account identifier with which you want to process the transaction.

recurringDetailReferencestring

The ID that uniquely identifies the recurring detail reference.

If it is not provided, the whole recurring contract of the shopperReference will be disabled, which includes all recurring details.

shopperReferencestring required

The ID that uniquely identifies the shopper.

This shopperReference must be the same as the shopperReference used in the initial payment.

Response

OK - the request has succeeded.

responsestring

Depending on whether a specific recurring detail was in the request, result is either [detail-successfully-disabled] or [all-details-successfully-disabled].

All 4 operations