POST api/Merchant/v1/GetSettlementTransactions
Method returns all settlement transactions paid for payment provider during given date interval.
Request Information
URI Parameters
None.
Body Parameters
GetSettlementTransactionsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| paymentProviderId |
Id of payment provider (M) |
globally unique identifier |
None. |
| startDate |
Start date of transactions returned. If null Today - 30 days used. |
date |
None. |
| endDate |
End date of transactions returned. If null Today used. |
date |
None. |
| OrganizationCode | string |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"paymentProviderId": "ea2ae316-df6e-4721-a5d0-29cf0dd374b9",
"startDate": "2026-02-11T18:40:43.6598447+00:00",
"endDate": "2026-02-11T18:40:43.6598447+00:00",
"OrganizationCode": "sample string 2",
"UserName": "sample string 3",
"Password": "sample string 4"
}
application/xml, text/xml
Sample:
<GetSettlementTransactionsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers.Merchant"> <OrganizationCode xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 2</OrganizationCode> <Password xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 4</Password> <UserName xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 3</UserName> <endDate>2026-02-11T18:40:43.6598447+00:00</endDate> <paymentProviderId>ea2ae316-df6e-4721-a5d0-29cf0dd374b9</paymentProviderId> <startDate>2026-02-11T18:40:43.6598447+00:00</startDate> </GetSettlementTransactionsRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GetSettlementTransactionsReply| Name | Description | Type | Additional information |
|---|---|---|---|
| Reply | Collection of AccountTransaction |
None. |
|
| Ok | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| ErrorCode | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Reply": [
{
"Id": "51d26c9f-06ed-478c-b9f2-a0d9b4037e8d",
"AccountNumber": "sample string 2",
"AccountTransactionNumber": "sample string 3",
"AccountId": "2ed04547-196c-4f99-a24e-b5e09b8de6b3",
"PaymentProviderId": "bc867a25-8472-4026-94b3-de316ff6b45e",
"CurrencyCode": "sample string 6",
"Amount": 7.0,
"BookingDate": "2026-02-11T18:40:43.6711017+00:00",
"ValueDate": "2026-02-11T18:40:43.6711017+00:00",
"PaymentDate": "2026-02-11T18:40:43.6711017+00:00",
"RegistrationTime": "2026-02-11T18:40:43.6711017+00:00",
"ReverseTime": "2026-02-11T18:40:43.6711017+00:00",
"Description": "sample string 12",
"SettlementTransactiontId": "1ba758fa-75e0-4d6e-8879-1ae5001fe18f",
"PaymentProviderPurchaseNumber": "sample string 13",
"ReferenceNumber": "sample string 14"
},
{
"Id": "51d26c9f-06ed-478c-b9f2-a0d9b4037e8d",
"AccountNumber": "sample string 2",
"AccountTransactionNumber": "sample string 3",
"AccountId": "2ed04547-196c-4f99-a24e-b5e09b8de6b3",
"PaymentProviderId": "bc867a25-8472-4026-94b3-de316ff6b45e",
"CurrencyCode": "sample string 6",
"Amount": 7.0,
"BookingDate": "2026-02-11T18:40:43.6711017+00:00",
"ValueDate": "2026-02-11T18:40:43.6711017+00:00",
"PaymentDate": "2026-02-11T18:40:43.6711017+00:00",
"RegistrationTime": "2026-02-11T18:40:43.6711017+00:00",
"ReverseTime": "2026-02-11T18:40:43.6711017+00:00",
"Description": "sample string 12",
"SettlementTransactiontId": "1ba758fa-75e0-4d6e-8879-1ae5001fe18f",
"PaymentProviderPurchaseNumber": "sample string 13",
"ReferenceNumber": "sample string 14"
}
],
"Ok": true,
"ErrorMessage": "sample string 2",
"ErrorCode": "sample string 3",
"Message": "sample string 4"
}
application/xml, text/xml
Sample:
<GetSettlementTransactionsReply xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers.Merchant">
<ErrorCode xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 3</ErrorCode>
<ErrorMessage xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 2</ErrorMessage>
<Message xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 4</Message>
<Ok xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">true</Ok>
<Reply>
<AccountTransaction>
<AccountId>2ed04547-196c-4f99-a24e-b5e09b8de6b3</AccountId>
<AccountNumber>sample string 2</AccountNumber>
<AccountTransactionNumber>sample string 3</AccountTransactionNumber>
<Amount>7</Amount>
<BookingDate>2026-02-11T18:40:43.6711017+00:00</BookingDate>
<CurrencyCode>sample string 6</CurrencyCode>
<Description>sample string 12</Description>
<Id>51d26c9f-06ed-478c-b9f2-a0d9b4037e8d</Id>
<PaymentDate>2026-02-11T18:40:43.6711017+00:00</PaymentDate>
<PaymentProviderId>bc867a25-8472-4026-94b3-de316ff6b45e</PaymentProviderId>
<PaymentProviderPurchaseNumber>sample string 13</PaymentProviderPurchaseNumber>
<ReferenceNumber>sample string 14</ReferenceNumber>
<RegistrationTime>2026-02-11T18:40:43.6711017+00:00</RegistrationTime>
<ReverseTime>2026-02-11T18:40:43.6711017+00:00</ReverseTime>
<SettlementTransactiontId>1ba758fa-75e0-4d6e-8879-1ae5001fe18f</SettlementTransactiontId>
<ValueDate>2026-02-11T18:40:43.6711017+00:00</ValueDate>
</AccountTransaction>
<AccountTransaction>
<AccountId>2ed04547-196c-4f99-a24e-b5e09b8de6b3</AccountId>
<AccountNumber>sample string 2</AccountNumber>
<AccountTransactionNumber>sample string 3</AccountTransactionNumber>
<Amount>7</Amount>
<BookingDate>2026-02-11T18:40:43.6711017+00:00</BookingDate>
<CurrencyCode>sample string 6</CurrencyCode>
<Description>sample string 12</Description>
<Id>51d26c9f-06ed-478c-b9f2-a0d9b4037e8d</Id>
<PaymentDate>2026-02-11T18:40:43.6711017+00:00</PaymentDate>
<PaymentProviderId>bc867a25-8472-4026-94b3-de316ff6b45e</PaymentProviderId>
<PaymentProviderPurchaseNumber>sample string 13</PaymentProviderPurchaseNumber>
<ReferenceNumber>sample string 14</ReferenceNumber>
<RegistrationTime>2026-02-11T18:40:43.6711017+00:00</RegistrationTime>
<ReverseTime>2026-02-11T18:40:43.6711017+00:00</ReverseTime>
<SettlementTransactiontId>1ba758fa-75e0-4d6e-8879-1ae5001fe18f</SettlementTransactiontId>
<ValueDate>2026-02-11T18:40:43.6711017+00:00</ValueDate>
</AccountTransaction>
</Reply>
</GetSettlementTransactionsReply>