Delete Card Details By Customer

Call DeleteCardDetailsByCustomer API  to delete standing instructions for a customer. This API receives DeleteCardDetailsByCustomerXML as input and renders Response XML as output.

Syntax and Arguments

public string DeleteCardDetailsByCustomer(string  DeleteCardDetailsByCustomerXML, string ReferenceNo)

Input Arguments

Argument Name

Data Type

Is Mandatory

Description

DeleteCardDetailsByCustomerXML

String

Yes

An XML string that contains customer number.

ReferenceNo

String

Yes

An unique number provided to identify the request

DeleteCardDetailsByCustomerXML

Request XML Elements

Element Name

Data Type

Length
(Bytes)

Is Mandatory

Description

CUSTOMERNO

String

16

Y

Customer number

Request XML Format

<REQUESTINFO>

<KEY_NAMEVALUE>

<KEY_NAME>CUSTOMERNO</KEY_NAME>

<KEY_VALUE>CUST100</KEY_VALUE>

                        </KEY_NAMEVALUE>

</REQUESTINFO>

Response XML

Output Parameters

Parameter Name

Data Type

Description

TRANSACTIONNO

String

An unique number generated for each request

ERRORNO

Integer

Returns Error Number

need to add.

MESSAGE

String

Returns "Success" or "Failed"

Response XML Format 

<RESPONSEINFO>

<STATUS>

<TRANSACTIONNO>2551</TRANSACTIONNO>

<ERRORNO>0</ERRORNO>

<MESSAGE>SUCCESS</MESSAGE>

</STATUS> 

           </RESPONSEINFO>

Note: Refer to Error Codes and Description to view errors in detail.