DoVoid API Operation (NVP)

APILegacy


Important: NVP/SOAP is a legacy integration method. We accept new integrations and support existing integrations, but there are newer solutions. If you're starting an integration, we recommend our latest solutions.

Voids an order or an authorization.

DoVoid Request Message

DoVoid Request Fields

Field Description

METHOD

(Required) Must be DoVoid.

AUTHORIZATIONID

(Required) Original authorization ID specifying the authorization to void or, to void an order, the order ID.

Important:If you are voiding a transaction that has been reauthorized, use the ID from the original authorization, and not the reauthorization.

Character length and limitations: 19 single-byte characters

NOTE

(Optional) Informational note about this void that is displayed to the buyer in email and in their transaction history.

Character length and limitations: 255 single-byte characters

MSGSUBID

(Optional) A message ID used for idempotence to uniquely identify a message. This ID can later be used to request the latest results for a previous request without generating a new request. Examples of this include requests due to timeouts or errors during the original request.

Character length and limitations: 38 single-byte characters

This field is available since version 94.0.

DoVoid Response Message

DoVoid Response Fields

Field Description

AUTHORIZATIONID

(Optional) Authorization identification number you specified in the request.

Character length and limitations: 19 single-byte characters

MSGSUBID

A message ID used for idempotence to uniquely identify a message. This ID can later be used to request the latest results for a previous request without generating a new request. Examples of this include requests due to timeouts or errors during the original request.

Character length and limitations: 38 single-byte characters

This field is available since version 94.0.

Additional information