PIN Debit Reversal with a Request ID Request
<requestMessage xmlns="urn:schemas-cybersource-com:transaction-data-1.75"> <merchantID>Merchant123</merchantID> <merchantReferenceCode>ABC123</merchantReferenceCode> <purchaseTotals> <currency>USD</currency> <grandTotalAmount>70.00</grandTotalAmount> </purchaseTotals> <pos> <trackData>;4111111111111111=171220112345678?</trackData> </pos> <thirdPartyCertificationNumber>123456789012</thirdPartyCertificationNumber> <pinDebitReversalService run=”true”> <pinDebitRequestID>3619966710850176056422</pinDebitRequestID> </pinDebitReversalService> </requestMessage>
PIN Debit Reversal with a Request ID Response
<c:replyMessage xmlns:c="urn:schemas-cybersource-com:transaction-data-1.75"> <c:merchantReferenceCode>ABC123</c:merchantReferenceCode> <c:requestID>0305782650000167905080</c:requestID> <c:decision>ACCEPT</c:decision> <c:reasonCode>100</c:reasonCode> <c:purchaseTotals> <c:currency>USD</c:currency> </c:purchaseTotals> <c:pinDebitReversalReply> <c:reasonCode>100</c:reasonCode> <c:processorResponse>00</c:processorResponse> <c:reconciliationID>1094820975023470</c:reconciliationID> <c:amount>70.00</c:amount> </c:pinDebitReversalReply> </c:replyMessage>