POST api/PaymentStore/ResendPushEmailCompletePayment?transactioncode={transactioncode}

Documentation for 'ResendPushEmailCompletePayment'.

Request Information

Parameters

NameDescriptionAdditional information
transactioncode
Documentation for 'transactioncode'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Success": true,
  "ErrorEntity": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Message": "sample string 4",
  "Continue": true,
  "ResponseID": "f5f4564e-b546-40b7-a208-0a68e11a93c2",
  "ResponseObject": {
    "$id": "2"
  },
  "TRXID": "sample string 8",
  "IsSetNewListStoreCode": true,
  "siteurl": "sample string 10"
}

application/xml, text/xml

Sample:
<ResponseModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Success>true</Success>
  <ErrorEntity>sample string 2</ErrorEntity>
  <ErrorMessage>sample string 3</ErrorMessage>
  <Message>sample string 4</Message>
  <Continue>true</Continue>
  <ResponseID>f5f4564e-b546-40b7-a208-0a68e11a93c2</ResponseID>
  <ResponseObject />
  <TRXID>sample string 8</TRXID>
  <IsSetNewListStoreCode>true</IsSetNewListStoreCode>
  <siteurl>sample string 10</siteurl>
</ResponseModel>