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": "c831ffc6-067c-4a6b-8764-ea9078745e89",
"startDate": "2026-01-14T02:37:52.6625802+00:00",
"endDate": "2026-01-14T02:37:52.6625802+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-01-14T02:37:52.6625802+00:00</endDate> <paymentProviderId>c831ffc6-067c-4a6b-8764-ea9078745e89</paymentProviderId> <startDate>2026-01-14T02:37:52.6625802+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": "668f03e1-9bfd-411a-8c09-105d245e2020",
"AccountNumber": "sample string 2",
"AccountTransactionNumber": "sample string 3",
"AccountId": "936f6889-da81-4d1e-bb83-ed91081ba0bd",
"PaymentProviderId": "9cb73ac0-e535-43e3-ace5-1a7a524e752c",
"CurrencyCode": "sample string 6",
"Amount": 7.0,
"BookingDate": "2026-01-14T02:37:52.6625802+00:00",
"ValueDate": "2026-01-14T02:37:52.6625802+00:00",
"PaymentDate": "2026-01-14T02:37:52.6625802+00:00",
"RegistrationTime": "2026-01-14T02:37:52.6625802+00:00",
"ReverseTime": "2026-01-14T02:37:52.6625802+00:00",
"Description": "sample string 12",
"SettlementTransactiontId": "e19bce51-5e2f-4c6a-86d3-fa89f7b59b5d",
"PaymentProviderPurchaseNumber": "sample string 13",
"ReferenceNumber": "sample string 14"
},
{
"Id": "668f03e1-9bfd-411a-8c09-105d245e2020",
"AccountNumber": "sample string 2",
"AccountTransactionNumber": "sample string 3",
"AccountId": "936f6889-da81-4d1e-bb83-ed91081ba0bd",
"PaymentProviderId": "9cb73ac0-e535-43e3-ace5-1a7a524e752c",
"CurrencyCode": "sample string 6",
"Amount": 7.0,
"BookingDate": "2026-01-14T02:37:52.6625802+00:00",
"ValueDate": "2026-01-14T02:37:52.6625802+00:00",
"PaymentDate": "2026-01-14T02:37:52.6625802+00:00",
"RegistrationTime": "2026-01-14T02:37:52.6625802+00:00",
"ReverseTime": "2026-01-14T02:37:52.6625802+00:00",
"Description": "sample string 12",
"SettlementTransactiontId": "e19bce51-5e2f-4c6a-86d3-fa89f7b59b5d",
"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>936f6889-da81-4d1e-bb83-ed91081ba0bd</AccountId>
<AccountNumber>sample string 2</AccountNumber>
<AccountTransactionNumber>sample string 3</AccountTransactionNumber>
<Amount>7</Amount>
<BookingDate>2026-01-14T02:37:52.6625802+00:00</BookingDate>
<CurrencyCode>sample string 6</CurrencyCode>
<Description>sample string 12</Description>
<Id>668f03e1-9bfd-411a-8c09-105d245e2020</Id>
<PaymentDate>2026-01-14T02:37:52.6625802+00:00</PaymentDate>
<PaymentProviderId>9cb73ac0-e535-43e3-ace5-1a7a524e752c</PaymentProviderId>
<PaymentProviderPurchaseNumber>sample string 13</PaymentProviderPurchaseNumber>
<ReferenceNumber>sample string 14</ReferenceNumber>
<RegistrationTime>2026-01-14T02:37:52.6625802+00:00</RegistrationTime>
<ReverseTime>2026-01-14T02:37:52.6625802+00:00</ReverseTime>
<SettlementTransactiontId>e19bce51-5e2f-4c6a-86d3-fa89f7b59b5d</SettlementTransactiontId>
<ValueDate>2026-01-14T02:37:52.6625802+00:00</ValueDate>
</AccountTransaction>
<AccountTransaction>
<AccountId>936f6889-da81-4d1e-bb83-ed91081ba0bd</AccountId>
<AccountNumber>sample string 2</AccountNumber>
<AccountTransactionNumber>sample string 3</AccountTransactionNumber>
<Amount>7</Amount>
<BookingDate>2026-01-14T02:37:52.6625802+00:00</BookingDate>
<CurrencyCode>sample string 6</CurrencyCode>
<Description>sample string 12</Description>
<Id>668f03e1-9bfd-411a-8c09-105d245e2020</Id>
<PaymentDate>2026-01-14T02:37:52.6625802+00:00</PaymentDate>
<PaymentProviderId>9cb73ac0-e535-43e3-ace5-1a7a524e752c</PaymentProviderId>
<PaymentProviderPurchaseNumber>sample string 13</PaymentProviderPurchaseNumber>
<ReferenceNumber>sample string 14</ReferenceNumber>
<RegistrationTime>2026-01-14T02:37:52.6625802+00:00</RegistrationTime>
<ReverseTime>2026-01-14T02:37:52.6625802+00:00</ReverseTime>
<SettlementTransactiontId>e19bce51-5e2f-4c6a-86d3-fa89f7b59b5d</SettlementTransactiontId>
<ValueDate>2026-01-14T02:37:52.6625802+00:00</ValueDate>
</AccountTransaction>
</Reply>
</GetSettlementTransactionsReply>