POST api/PaymentProcess/ClearExpiringCreditCardInfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ProcessorResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

AuthToken

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "AuthToken": "sample string 2",
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<ProcessorResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GenerousAPI.BusinessEntities">
  <AuthToken>sample string 2</AuthToken>
  <IsSuccess>true</IsSuccess>
  <Message>sample string 3</Message>
</ProcessorResponse>