We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can you give example to void the transaction
The text was updated successfully, but these errors were encountered:
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header> <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsse:UsernameToken> <wsse:Username>{{username}}</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">{{password}}</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <requestMessage xmlns="urn:schemas-cybersource-com:transaction-data-{{version}}"> <merchantID>{{username}}</merchantID> <merchantReferenceCode>{{MRN}}</merchantReferenceCode> <voidService run="true"> <voidRequestID>{{TransactionReferenceNumber}}</voidRequestID> </voidService> </requestMessage> </soapenv:Body> </soapenv:Envelope>
Sorry, something went wrong.
No branches or pull requests
can you give example to void the transaction
The text was updated successfully, but these errors were encountered: