GET api/OuterGateAis/getConsentInfo?ConsentType={ConsentType}&ConsentId={ConsentId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

AisConsentType

Required

id

string

Required

Body Parameters

None.

Response Information

Resource Description

OuterAisConsentInfoOut
NameDescriptionTypeAdditional information
ConsentId

string

None.

ConsentType

string

None.

ConsentStatus

string

None.

IsRecurring

boolean

None.

ValidUntilDate

string

None.

LastActionDate

string

None.

FrequencyPerDay

integer

None.

IsCombinedService

boolean

None.

ScaRedirectLink

string

None.

CreatedDate

string

None.

IsOk

boolean

None.

FaultClass

string

None.

FaultCode

string

None.

FaultMessage

string

None.

FaultLayer

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsOk": true,
  "ConsentId": "sample string 1",
  "ConsentType": "sample string 2",
  "ConsentStatus": "sample string 3",
  "IsRecurring": true,
  "ValidUntilDate": "sample string 4",
  "LastActionDate": "sample string 5",
  "FrequencyPerDay": 1,
  "IsCombinedService": true,
  "ScaRedirectLink": "sample string 6",
  "CreatedDate": "sample string 7"
}

application/xml, text/xml

Sample:
<OuterAisConsentInfoOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tocode.Plugin.Payments.Services.Models.AIS">
  <FaultClass>sample string 9</FaultClass>
  <FaultCode>sample string 10</FaultCode>
  <FaultLayer>sample string 12</FaultLayer>
  <FaultMessage>sample string 11</FaultMessage>
  <IsOk>true</IsOk>
  <ShowOk>true</ShowOk>
  <ConsentId>sample string 1</ConsentId>
  <ConsentStatus>sample string 3</ConsentStatus>
  <ConsentType>sample string 2</ConsentType>
  <CreatedDate>sample string 7</CreatedDate>
  <FrequencyPerDay>1</FrequencyPerDay>
  <IsCombinedService>true</IsCombinedService>
  <IsRecurring>true</IsRecurring>
  <LastActionDate>sample string 5</LastActionDate>
  <ScaRedirectLink>sample string 6</ScaRedirectLink>
  <ValidUntil>sample string 4</ValidUntil>
</OuterAisConsentInfoOut>