...
The method will respond with the result of your request
Variables to send:
Parameter | Data type | Description |
---|
Request Text voidTokenAuthvoidTokenAuth | Mandatory |
CompanyToken | Token | Token you got from |
3G DPO Pay to operate this API | Mandatory |
TransactionToken | Token | Transaction token as accepted from the createToken. | Mandatory |
ParametervoidDetails | Data type | Description | Request | CompanyToken | TransactionToken | voidDetailsText | Reason for the void | Mandatory |
Request example:
Code Block |
---|
language | xml |
---|
title | request 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:
...