POST api/v1/elevy/confirm-elevy

Request Information

URI Parameters

None.

Body Parameters

ConfirmElevyRequest
NameDescriptionTypeAdditional information
ElevyId

string

None.

FinacleReference

string

None.

FinacleResponseCode

string

None.

FinacleResponseMessage

string

None.

TransactionTimestamp

date

None.

ServiceType

string

None.

PostingService

string

None.

RequestId

string

Required

Matching regular expression pattern: (^(?=.{4,50}$)([ A-Za-z0-9._|/-]+$))

CountryId

string

Required

Request Formats

application/json, text/json

Sample:
{
  "ElevyId": "sample string 1",
  "FinacleReference": "sample string 2",
  "FinacleResponseCode": "sample string 3",
  "FinacleResponseMessage": "sample string 4",
  "TransactionTimestamp": "2025-12-19T13:58:34.7856138+00:00",
  "ServiceType": "sample string 5",
  "PostingService": "sample string 6",
  "RequestId": "sample string 7",
  "CountryId": "sample string 8"
}

application/xml, text/xml

Sample:
<ConfirmElevyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FirstBank.FIBridge.CoreObject.DataTransferObjects">
  <CountryId>sample string 8</CountryId>
  <RequestId>sample string 7</RequestId>
  <ElevyId>sample string 1</ElevyId>
  <FinacleReference>sample string 2</FinacleReference>
  <FinacleResponseCode>sample string 3</FinacleResponseCode>
  <FinacleResponseMessage>sample string 4</FinacleResponseMessage>
  <PostingService>sample string 6</PostingService>
  <ServiceType>sample string 5</ServiceType>
  <TransactionTimestamp>2025-12-19T13:58:34.7856138+00:00</TransactionTimestamp>
</ConfirmElevyRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.