GET api/Transactions/GetProcessorInfo/{cardNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cardNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CreditCardProcessInfo| Name | Description | Type | Additional 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>