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": "1d32ed34-9bbd-4127-9bf1-cbf89919f544",
"startDate": "2025-11-08T17:16:15.9720983+00:00",
"endDate": "2025-11-08T17:16:15.9720983+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>2025-11-08T17:16:15.9720983+00:00</endDate> <paymentProviderId>1d32ed34-9bbd-4127-9bf1-cbf89919f544</paymentProviderId> <startDate>2025-11-08T17:16:15.9720983+00:00</startDate> </GetSettlementTransactionsRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GetSettlementTransactionsReply| Name | Description | Type | Additional information |
|---|---|---|---|
| Reply |
None. |
Response Formats
application/json, text/json
Sample:
{
"Reply": [
{
"Id": "7c59bfbb-5967-4145-919d-184b0c06d0f7",
"AccountNumber": "sample string 2",
"AccountTransactionNumber": "sample string 3",
"AccountId": "daf2c941-f371-4d6a-bf1c-d23c44eacd7f",
"PaymentProviderId": "8059a4f8-6870-433b-8501-6fbc751c80bd",
"CurrencyCode": "sample string 6",
"Amount": 7.0,
"BookingDate": "2025-11-08T17:16:15.9877171+00:00",
"ValueDate": "2025-11-08T17:16:15.9877171+00:00",
"PaymentDate": "2025-11-08T17:16:15.9877171+00:00",
"RegistrationTime": "2025-11-08T17:16:15.9877171+00:00",
"ReverseTime": "2025-11-08T17:16:15.9877171+00:00",
"Description": "sample string 12",
"SettlementTransactiontId": "156a6d2c-3cf2-4c6a-99b5-7e6cd073be72",
"PaymentProviderPurchaseNumber": "sample string 13",
"ReferenceNumber": "sample string 14"
},
{
"Id": "7c59bfbb-5967-4145-919d-184b0c06d0f7",
"AccountNumber": "sample string 2",
"AccountTransactionNumber": "sample string 3",
"AccountId": "daf2c941-f371-4d6a-bf1c-d23c44eacd7f",
"PaymentProviderId": "8059a4f8-6870-433b-8501-6fbc751c80bd",
"CurrencyCode": "sample string 6",
"Amount": 7.0,
"BookingDate": "2025-11-08T17:16:15.9877171+00:00",
"ValueDate": "2025-11-08T17:16:15.9877171+00:00",
"PaymentDate": "2025-11-08T17:16:15.9877171+00:00",
"RegistrationTime": "2025-11-08T17:16:15.9877171+00:00",
"ReverseTime": "2025-11-08T17:16:15.9877171+00:00",
"Description": "sample string 12",
"SettlementTransactiontId": "156a6d2c-3cf2-4c6a-99b5-7e6cd073be72",
"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>daf2c941-f371-4d6a-bf1c-d23c44eacd7f</AccountId>
<AccountNumber>sample string 2</AccountNumber>
<AccountTransactionNumber>sample string 3</AccountTransactionNumber>
<Amount>7</Amount>
<BookingDate>2025-11-08T17:16:15.9877171+00:00</BookingDate>
<CurrencyCode>sample string 6</CurrencyCode>
<Description>sample string 12</Description>
<Id>7c59bfbb-5967-4145-919d-184b0c06d0f7</Id>
<PaymentDate>2025-11-08T17:16:15.9877171+00:00</PaymentDate>
<PaymentProviderId>8059a4f8-6870-433b-8501-6fbc751c80bd</PaymentProviderId>
<PaymentProviderPurchaseNumber>sample string 13</PaymentProviderPurchaseNumber>
<ReferenceNumber>sample string 14</ReferenceNumber>
<RegistrationTime>2025-11-08T17:16:15.9877171+00:00</RegistrationTime>
<ReverseTime>2025-11-08T17:16:15.9877171+00:00</ReverseTime>
<SettlementTransactiontId>156a6d2c-3cf2-4c6a-99b5-7e6cd073be72</SettlementTransactiontId>
<ValueDate>2025-11-08T17:16:15.9877171+00:00</ValueDate>
</AccountTransaction>
<AccountTransaction>
<AccountId>daf2c941-f371-4d6a-bf1c-d23c44eacd7f</AccountId>
<AccountNumber>sample string 2</AccountNumber>
<AccountTransactionNumber>sample string 3</AccountTransactionNumber>
<Amount>7</Amount>
<BookingDate>2025-11-08T17:16:15.9877171+00:00</BookingDate>
<CurrencyCode>sample string 6</CurrencyCode>
<Description>sample string 12</Description>
<Id>7c59bfbb-5967-4145-919d-184b0c06d0f7</Id>
<PaymentDate>2025-11-08T17:16:15.9877171+00:00</PaymentDate>
<PaymentProviderId>8059a4f8-6870-433b-8501-6fbc751c80bd</PaymentProviderId>
<PaymentProviderPurchaseNumber>sample string 13</PaymentProviderPurchaseNumber>
<ReferenceNumber>sample string 14</ReferenceNumber>
<RegistrationTime>2025-11-08T17:16:15.9877171+00:00</RegistrationTime>
<ReverseTime>2025-11-08T17:16:15.9877171+00:00</ReverseTime>
<SettlementTransactiontId>156a6d2c-3cf2-4c6a-99b5-7e6cd073be72</SettlementTransactiontId>
<ValueDate>2025-11-08T17:16:15.9877171+00:00</ValueDate>
</AccountTransaction>
</Reply>
</GetSettlementTransactionsReply>