GET api/Transactions/GetProcessorInfo_V3/{cardNumber}/{transactionType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cardNumber

string

Required

transactionType

string

Required

Body Parameters

None.

Response Information

Resource Description

CreditCardProcessInfo
NameDescriptionTypeAdditional information
Use3DSecure

boolean

None.

ThreeDSecureGateway

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Use3DSecure": true,
  "ThreeDSecureGateway": "sample string 2"
}

application/xml, text/xml

Sample:
<CreditCardProcessInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Web.Api.Controllers.Transactions">
  <ThreeDSecureGateway>sample string 2</ThreeDSecureGateway>
  <Use3DSecure>true</Use3DSecure>
</CreditCardProcessInfo>