Service


Click here for a complete list of operations.

CREATE_EMBOSSING_DETAILS

This process is used to create BatchDetails Based on BatchId.This message will return the Created EmbossingBatchDetails.<br/>Input value should be in following XML format <br/><CREATE_EMBOSSING_DETAILS> <br/>     <BATCH_ID></BATCH_ID><br/>     <PARTNER_STORE></PARTNER_STORE><br/>     <PROGRAM_ID></PROGRAM_ID><br/>     <QUANTITY></QUANTITY><br/>     <AMOUNT></AMOUNT><br/>     <EXPIRATION_DATE></EXPIRATION_DATE><br/>     <FIRST_NAME></FIRST_NAME><br/>     <MIDDLE_NAME></MIDDLE_NAME><br/>     <LAST_NAME></LAST_NAME><br/>     <ADDRESS_LINE_1></ADDRESS_LINE_1><br/>     <ADDRESS_LINE_2></ADDRESS_LINE_2><br/>     <ADDRESS_LINE_3></ADDRESS_LINE_3><br/>     <EMBOSSING_LINE_4></EMBOSSING_LINE_4><br/>     <CITY></CITY><br/>     <STATE_PROVINCE></STATE_PROVINCE><br/>     <COUNTRY></COUNTRY><br/>     <POSTAL_CODE></POSTAL_CODE><br/>     <ID_CHECK></ID_CHECK><br/>     <ID_CODE></ID_CODE><br/>     <ID_NUMBER></ID_NUMBER><br/>     <ID_COUNTRY></ID_COUNTRY><br/>     <DATE_OF_BIRTH></DATE_OF_BIRTH><br/>     <PHONE></PHONE><br/>     <EMAIL></EMAIL><br/>     <SECURITY_QUESTION></SECURITY_QUESTION><br/>     <SECURITY_ANSWER></SECURITY_ANSWER><br/>     <SHIPPING_ADDRESS_1></SHIPPING_ADDRESS_1><br/>     <SHIPPING_ADDRESS_2></SHIPPING_ADDRESS_2><br/>     <SHIPPING_CITY></SHIPPING_CITY><br/>     <SHIPPING_STATE_PROVINCE></SHIPPING_STATE_PROVINCE><br/>     <SHIPPING_COUNTRY></SHIPPING_COUNTRY><br/>     <SHIPPING_POSTAL_CODE></SHIPPING_POSTAL_CODE><br/>     <IMAGEID></IMAGEID><br/></CREATE_EMBOSSING_DETAILS><br/>

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /Service.asmx HTTP/1.1
Host: qaservices.transcard.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://qaservices.transcard.com/CREATE_EMBOSSING_DETAILS"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <CREATE_EMBOSSING_DETAILS xmlns="https://qaservices.transcard.com/">
      <inputValue>string</inputValue>
    </CREATE_EMBOSSING_DETAILS>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <CREATE_EMBOSSING_DETAILSResponse xmlns="https://qaservices.transcard.com/">
      <CREATE_EMBOSSING_DETAILSResult>string</CREATE_EMBOSSING_DETAILSResult>
    </CREATE_EMBOSSING_DETAILSResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /Service.asmx HTTP/1.1
Host: qaservices.transcard.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <CREATE_EMBOSSING_DETAILS xmlns="https://qaservices.transcard.com/">
      <inputValue>string</inputValue>
    </CREATE_EMBOSSING_DETAILS>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <CREATE_EMBOSSING_DETAILSResponse xmlns="https://qaservices.transcard.com/">
      <CREATE_EMBOSSING_DETAILSResult>string</CREATE_EMBOSSING_DETAILSResult>
    </CREATE_EMBOSSING_DETAILSResponse>
  </soap12:Body>
</soap12:Envelope>