POST api/Merchant/v1/GetPaymentsRelatedToSettlementTransaction
Method returns all payments (account transactions) that are settled for payment provider with given settlement transaction id.
Request Information
URI Parameters
None.
Body Parameters
GetPaymentsRelatedToSettlementTransactionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| paymentProviderId |
Id of payment provider (M) |
globally unique identifier |
None. |
| settlementTransactionId |
Id of settlement transaction (M) |
globally unique identifier |
None. |
| OrganizationCode | string |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"paymentProviderId": "279cd64d-191c-4e3c-b94a-88aceb752c79",
"settlementTransactionId": "16f9c3a2-8431-4896-b038-59570c150781",
"OrganizationCode": "sample string 3",
"UserName": "sample string 4",
"Password": "sample string 5"
}
application/xml, text/xml
Sample:
<GetPaymentsRelatedToSettlementTransactionRequest 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 3</OrganizationCode> <Password xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 5</Password> <UserName xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 4</UserName> <paymentProviderId>279cd64d-191c-4e3c-b94a-88aceb752c79</paymentProviderId> <settlementTransactionId>16f9c3a2-8431-4896-b038-59570c150781</settlementTransactionId> </GetPaymentsRelatedToSettlementTransactionRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GetPaymentsRelatedToSettlementTransactionReply| 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": "7bad8cf6-d1fb-4184-a372-2662de842b02",
"AccountNumber": "sample string 2",
"AccountTransactionNumber": "sample string 3",
"AccountId": "34efbb18-e69a-4e20-9f6e-94ea60dc02b0",
"PaymentProviderId": "5006fa18-23a0-4426-8e0e-415b1ca5a0a6",
"CurrencyCode": "sample string 6",
"Amount": 7.0,
"BookingDate": "2026-05-11T09:12:48.5366403+00:00",
"ValueDate": "2026-05-11T09:12:48.5366403+00:00",
"PaymentDate": "2026-05-11T09:12:48.5366403+00:00",
"RegistrationTime": "2026-05-11T09:12:48.5366403+00:00",
"ReverseTime": "2026-05-11T09:12:48.5366403+00:00",
"Description": "sample string 12",
"SettlementTransactiontId": "a51e50d4-72d7-45bc-ac17-98813847aba7",
"PaymentProviderPurchaseNumber": "sample string 13",
"ReferenceNumber": "sample string 14"
},
{
"Id": "7bad8cf6-d1fb-4184-a372-2662de842b02",
"AccountNumber": "sample string 2",
"AccountTransactionNumber": "sample string 3",
"AccountId": "34efbb18-e69a-4e20-9f6e-94ea60dc02b0",
"PaymentProviderId": "5006fa18-23a0-4426-8e0e-415b1ca5a0a6",
"CurrencyCode": "sample string 6",
"Amount": 7.0,
"BookingDate": "2026-05-11T09:12:48.5366403+00:00",
"ValueDate": "2026-05-11T09:12:48.5366403+00:00",
"PaymentDate": "2026-05-11T09:12:48.5366403+00:00",
"RegistrationTime": "2026-05-11T09:12:48.5366403+00:00",
"ReverseTime": "2026-05-11T09:12:48.5366403+00:00",
"Description": "sample string 12",
"SettlementTransactiontId": "a51e50d4-72d7-45bc-ac17-98813847aba7",
"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:
<GetPaymentsRelatedToSettlementTransactionReply 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>34efbb18-e69a-4e20-9f6e-94ea60dc02b0</AccountId>
<AccountNumber>sample string 2</AccountNumber>
<AccountTransactionNumber>sample string 3</AccountTransactionNumber>
<Amount>7</Amount>
<BookingDate>2026-05-11T09:12:48.5366403+00:00</BookingDate>
<CurrencyCode>sample string 6</CurrencyCode>
<Description>sample string 12</Description>
<Id>7bad8cf6-d1fb-4184-a372-2662de842b02</Id>
<PaymentDate>2026-05-11T09:12:48.5366403+00:00</PaymentDate>
<PaymentProviderId>5006fa18-23a0-4426-8e0e-415b1ca5a0a6</PaymentProviderId>
<PaymentProviderPurchaseNumber>sample string 13</PaymentProviderPurchaseNumber>
<ReferenceNumber>sample string 14</ReferenceNumber>
<RegistrationTime>2026-05-11T09:12:48.5366403+00:00</RegistrationTime>
<ReverseTime>2026-05-11T09:12:48.5366403+00:00</ReverseTime>
<SettlementTransactiontId>a51e50d4-72d7-45bc-ac17-98813847aba7</SettlementTransactiontId>
<ValueDate>2026-05-11T09:12:48.5366403+00:00</ValueDate>
</AccountTransaction>
<AccountTransaction>
<AccountId>34efbb18-e69a-4e20-9f6e-94ea60dc02b0</AccountId>
<AccountNumber>sample string 2</AccountNumber>
<AccountTransactionNumber>sample string 3</AccountTransactionNumber>
<Amount>7</Amount>
<BookingDate>2026-05-11T09:12:48.5366403+00:00</BookingDate>
<CurrencyCode>sample string 6</CurrencyCode>
<Description>sample string 12</Description>
<Id>7bad8cf6-d1fb-4184-a372-2662de842b02</Id>
<PaymentDate>2026-05-11T09:12:48.5366403+00:00</PaymentDate>
<PaymentProviderId>5006fa18-23a0-4426-8e0e-415b1ca5a0a6</PaymentProviderId>
<PaymentProviderPurchaseNumber>sample string 13</PaymentProviderPurchaseNumber>
<ReferenceNumber>sample string 14</ReferenceNumber>
<RegistrationTime>2026-05-11T09:12:48.5366403+00:00</RegistrationTime>
<ReverseTime>2026-05-11T09:12:48.5366403+00:00</ReverseTime>
<SettlementTransactiontId>a51e50d4-72d7-45bc-ac17-98813847aba7</SettlementTransactiontId>
<ValueDate>2026-05-11T09:12:48.5366403+00:00</ValueDate>
</AccountTransaction>
</Reply>
</GetPaymentsRelatedToSettlementTransactionReply>