Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The method will respond with the result of your request


Variables to send:

ParameterData typeDescription
 Request
Classification 
Request
 Text
Text
 voidTokenAuth
voidTokenAuthMandatory
CompanyTokenTokenToken you got from
3G Parameter
DPO Pay to operate this APIMandatory
TransactionTokenTokenTransaction token as accepted from the createToken.Mandatory
voidDetailsData typeDescriptionRequestCompanyTokenTransactionTokenvoidDetailsTextReason for the voidMandatory


Request example:


Code Block
languagexml
titlerequest example
<API3G>
<Request>voidTokenAuth</Request>
<CompanyToken>57466282-EBD7-4ED5-B699-8659330A6996</CompanyToken>
<TransactionToken>72983CAC-5DB1-4C7F-BD88-352066B71592</TransactionToken>
<voidDetails>Booking Cancelled</voidDetails>
</API3G>

...


Response:

The server will respond for the chargeTokenAuth request the voidTokenAuth request according to the following results:

...