recyclingRequest

The recyclingrequest element is an optional child of the authorization and sale transactions, which contains a child element that specifies who is responsible for recycling the transaction. It also contains an optional element for an identifier assigned by the merchant to track the recycling of the transaction. This element only applies to merchants using the Recycling Engine.

Parent Elements:

authorization, sale

Attributes:

None

Child Elements:

recycleBy, recycleId

Example: recyclingRequest Structure

<recyclingRequest>

  <recycleBy>Merchant or Cnp or None</recycleBy>

  <recycleId>abcdef1234567890</recycleId>

</recyclingRequest>