GET api/POLiLinks/MultiLinksGridResults?reverse={reverse}&skip={skip}&take={take}&fileID={fileID}&field={field}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reverse | boolean |
Required |
|
| skip | integer |
Required |
|
| take | integer |
Required |
|
| fileID | globally unique identifier |
Required |
|
| field | string |
Default value is None |
Body Parameters
None.
Response Information
Resource Description
PaginationOfMultiPoliLinksGridResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsAllSuccess | boolean |
None. |
|
| Items | Collection of MultiPoliLinksGridResponse |
None. |
|
| UnPaginatedItems | Collection of MultiPoliLinksGridResponse |
None. |
|
| FullCount | integer |
None. |
|
| Skip | integer |
None. |
|
| Take | integer |
None. |
|
| Properties | Dictionary of string [key] and string [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsAllSuccess": true,
"Items": [
{
"OverallStatus": true,
"Status": true,
"StatusMessage": "sample string 3",
"IsOverPay": true,
"PaymentRulesSerialized": "sample string 5",
"LinkTypeText": "sample string 6",
"PaymentRequestTypeText": "sample string 7",
"LinkStatus": "All",
"LinkType": "Simple",
"PaymentRequestType": "Manual",
"PaymentReqID": "2c3d6df7-6284-4333-9d62-7139f3fce46a",
"PaymentURL": "sample string 9",
"IsPartialPay": true,
"CreatedDate": "2026-04-07T20:12:11.0810063+10:00",
"PaymentReference": "sample string 11",
"IsExpired": true,
"RecipientName": "sample string 13",
"RecipientEmail": "sample string 14",
"Amount": 15.0,
"SendCustomerEmail": true,
"MerchantReference": "sample string 17",
"MerchantData": "sample string 18",
"SendConfirmationEmail": true,
"CustomerReferenceRequired": true,
"LinkExpiry": "2026-04-07T20:12:11.0810063+10:00",
"MerchantReferenceFormat": "sample string 21",
"IsMultiplePayment": true,
"DueDate": "2026-04-07T20:12:11.0810063+10:00",
"Schedule": "sample string 23",
"StatementNarrative": "sample string 24",
"UserName": "sample string 25",
"SendEmailNow": true,
"PaymentRules": [
{
"Amount": 1.0,
"Date": "2026-04-07T20:12:11.0810063+10:00"
},
{
"Amount": 1.0,
"Date": "2026-04-07T20:12:11.0810063+10:00"
}
],
"AllowDelayedPayment": true,
"AllowPartialPayment": true,
"AllowOverPayment": true,
"MandatoryCustomerReference": true,
"UsePOLiLinkSuccessfulURL": true,
"UsePOLiLinkUnsuccessfulURL": true,
"POLiLinkSuccessfulURL": "sample string 33",
"POLiLinkUnsuccessfulURL": "sample string 34",
"CustomerRefMessage": "sample string 35",
"OperatingCountryID": "df6d2f51-93a3-448b-878f-1da13d5c3cde",
"OperatingCountryCode": "sample string 37",
"ShowReferenceFormat": true,
"LogoUrl": "sample string 39",
"MerchantCode": "sample string 40",
"EntityId": "1e668a4a-66d2-4ab4-9955-8e5f080e918d",
"MerchantTransactionLimit": 42.0,
"MerchantName": "sample string 43",
"MerchantSupportEmail": "sample string 44",
"MerchantSupportPhone": "sample string 45",
"SupportedMerchantFIListUrl": "sample string 46",
"UseMerchantReference": true
},
{
"OverallStatus": true,
"Status": true,
"StatusMessage": "sample string 3",
"IsOverPay": true,
"PaymentRulesSerialized": "sample string 5",
"LinkTypeText": "sample string 6",
"PaymentRequestTypeText": "sample string 7",
"LinkStatus": "All",
"LinkType": "Simple",
"PaymentRequestType": "Manual",
"PaymentReqID": "2c3d6df7-6284-4333-9d62-7139f3fce46a",
"PaymentURL": "sample string 9",
"IsPartialPay": true,
"CreatedDate": "2026-04-07T20:12:11.0810063+10:00",
"PaymentReference": "sample string 11",
"IsExpired": true,
"RecipientName": "sample string 13",
"RecipientEmail": "sample string 14",
"Amount": 15.0,
"SendCustomerEmail": true,
"MerchantReference": "sample string 17",
"MerchantData": "sample string 18",
"SendConfirmationEmail": true,
"CustomerReferenceRequired": true,
"LinkExpiry": "2026-04-07T20:12:11.0810063+10:00",
"MerchantReferenceFormat": "sample string 21",
"IsMultiplePayment": true,
"DueDate": "2026-04-07T20:12:11.0810063+10:00",
"Schedule": "sample string 23",
"StatementNarrative": "sample string 24",
"UserName": "sample string 25",
"SendEmailNow": true,
"PaymentRules": [
{
"Amount": 1.0,
"Date": "2026-04-07T20:12:11.0810063+10:00"
},
{
"Amount": 1.0,
"Date": "2026-04-07T20:12:11.0810063+10:00"
}
],
"AllowDelayedPayment": true,
"AllowPartialPayment": true,
"AllowOverPayment": true,
"MandatoryCustomerReference": true,
"UsePOLiLinkSuccessfulURL": true,
"UsePOLiLinkUnsuccessfulURL": true,
"POLiLinkSuccessfulURL": "sample string 33",
"POLiLinkUnsuccessfulURL": "sample string 34",
"CustomerRefMessage": "sample string 35",
"OperatingCountryID": "df6d2f51-93a3-448b-878f-1da13d5c3cde",
"OperatingCountryCode": "sample string 37",
"ShowReferenceFormat": true,
"LogoUrl": "sample string 39",
"MerchantCode": "sample string 40",
"EntityId": "1e668a4a-66d2-4ab4-9955-8e5f080e918d",
"MerchantTransactionLimit": 42.0,
"MerchantName": "sample string 43",
"MerchantSupportEmail": "sample string 44",
"MerchantSupportPhone": "sample string 45",
"SupportedMerchantFIListUrl": "sample string 46",
"UseMerchantReference": true
}
],
"UnPaginatedItems": [
{
"OverallStatus": true,
"Status": true,
"StatusMessage": "sample string 3",
"IsOverPay": true,
"PaymentRulesSerialized": "sample string 5",
"LinkTypeText": "sample string 6",
"PaymentRequestTypeText": "sample string 7",
"LinkStatus": "All",
"LinkType": "Simple",
"PaymentRequestType": "Manual",
"PaymentReqID": "2c3d6df7-6284-4333-9d62-7139f3fce46a",
"PaymentURL": "sample string 9",
"IsPartialPay": true,
"CreatedDate": "2026-04-07T20:12:11.0810063+10:00",
"PaymentReference": "sample string 11",
"IsExpired": true,
"RecipientName": "sample string 13",
"RecipientEmail": "sample string 14",
"Amount": 15.0,
"SendCustomerEmail": true,
"MerchantReference": "sample string 17",
"MerchantData": "sample string 18",
"SendConfirmationEmail": true,
"CustomerReferenceRequired": true,
"LinkExpiry": "2026-04-07T20:12:11.0810063+10:00",
"MerchantReferenceFormat": "sample string 21",
"IsMultiplePayment": true,
"DueDate": "2026-04-07T20:12:11.0810063+10:00",
"Schedule": "sample string 23",
"StatementNarrative": "sample string 24",
"UserName": "sample string 25",
"SendEmailNow": true,
"PaymentRules": [
{
"Amount": 1.0,
"Date": "2026-04-07T20:12:11.0810063+10:00"
},
{
"Amount": 1.0,
"Date": "2026-04-07T20:12:11.0810063+10:00"
}
],
"AllowDelayedPayment": true,
"AllowPartialPayment": true,
"AllowOverPayment": true,
"MandatoryCustomerReference": true,
"UsePOLiLinkSuccessfulURL": true,
"UsePOLiLinkUnsuccessfulURL": true,
"POLiLinkSuccessfulURL": "sample string 33",
"POLiLinkUnsuccessfulURL": "sample string 34",
"CustomerRefMessage": "sample string 35",
"OperatingCountryID": "df6d2f51-93a3-448b-878f-1da13d5c3cde",
"OperatingCountryCode": "sample string 37",
"ShowReferenceFormat": true,
"LogoUrl": "sample string 39",
"MerchantCode": "sample string 40",
"EntityId": "1e668a4a-66d2-4ab4-9955-8e5f080e918d",
"MerchantTransactionLimit": 42.0,
"MerchantName": "sample string 43",
"MerchantSupportEmail": "sample string 44",
"MerchantSupportPhone": "sample string 45",
"SupportedMerchantFIListUrl": "sample string 46",
"UseMerchantReference": true
},
{
"OverallStatus": true,
"Status": true,
"StatusMessage": "sample string 3",
"IsOverPay": true,
"PaymentRulesSerialized": "sample string 5",
"LinkTypeText": "sample string 6",
"PaymentRequestTypeText": "sample string 7",
"LinkStatus": "All",
"LinkType": "Simple",
"PaymentRequestType": "Manual",
"PaymentReqID": "2c3d6df7-6284-4333-9d62-7139f3fce46a",
"PaymentURL": "sample string 9",
"IsPartialPay": true,
"CreatedDate": "2026-04-07T20:12:11.0810063+10:00",
"PaymentReference": "sample string 11",
"IsExpired": true,
"RecipientName": "sample string 13",
"RecipientEmail": "sample string 14",
"Amount": 15.0,
"SendCustomerEmail": true,
"MerchantReference": "sample string 17",
"MerchantData": "sample string 18",
"SendConfirmationEmail": true,
"CustomerReferenceRequired": true,
"LinkExpiry": "2026-04-07T20:12:11.0810063+10:00",
"MerchantReferenceFormat": "sample string 21",
"IsMultiplePayment": true,
"DueDate": "2026-04-07T20:12:11.0810063+10:00",
"Schedule": "sample string 23",
"StatementNarrative": "sample string 24",
"UserName": "sample string 25",
"SendEmailNow": true,
"PaymentRules": [
{
"Amount": 1.0,
"Date": "2026-04-07T20:12:11.0810063+10:00"
},
{
"Amount": 1.0,
"Date": "2026-04-07T20:12:11.0810063+10:00"
}
],
"AllowDelayedPayment": true,
"AllowPartialPayment": true,
"AllowOverPayment": true,
"MandatoryCustomerReference": true,
"UsePOLiLinkSuccessfulURL": true,
"UsePOLiLinkUnsuccessfulURL": true,
"POLiLinkSuccessfulURL": "sample string 33",
"POLiLinkUnsuccessfulURL": "sample string 34",
"CustomerRefMessage": "sample string 35",
"OperatingCountryID": "df6d2f51-93a3-448b-878f-1da13d5c3cde",
"OperatingCountryCode": "sample string 37",
"ShowReferenceFormat": true,
"LogoUrl": "sample string 39",
"MerchantCode": "sample string 40",
"EntityId": "1e668a4a-66d2-4ab4-9955-8e5f080e918d",
"MerchantTransactionLimit": 42.0,
"MerchantName": "sample string 43",
"MerchantSupportEmail": "sample string 44",
"MerchantSupportPhone": "sample string 45",
"SupportedMerchantFIListUrl": "sample string 46",
"UseMerchantReference": true
}
],
"FullCount": 2,
"Skip": 3,
"Take": 4,
"Properties": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
}
application/xml, text/xml
Sample:
<PaginationOfMultiPoliLinksGridResponseCtHZQnBa xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.Common">
<FullCount>2</FullCount>
<IsAllSuccess>true</IsAllSuccess>
<Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.POLiLinks">
<d2p1:MultiPoliLinksGridResponse>
<d2p1:AllowDelayedPayment>true</d2p1:AllowDelayedPayment>
<d2p1:AllowOverPayment>true</d2p1:AllowOverPayment>
<d2p1:AllowPartialPayment>true</d2p1:AllowPartialPayment>
<d2p1:CustomerRefMessage>sample string 35</d2p1:CustomerRefMessage>
<d2p1:EntityId>1e668a4a-66d2-4ab4-9955-8e5f080e918d</d2p1:EntityId>
<d2p1:LogoUrl>sample string 39</d2p1:LogoUrl>
<d2p1:MandatoryCustomerReference>true</d2p1:MandatoryCustomerReference>
<d2p1:MerchantCode>sample string 40</d2p1:MerchantCode>
<d2p1:MerchantName>sample string 43</d2p1:MerchantName>
<d2p1:MerchantReference>sample string 17</d2p1:MerchantReference>
<d2p1:MerchantSupportEmail>sample string 44</d2p1:MerchantSupportEmail>
<d2p1:MerchantSupportPhone>sample string 45</d2p1:MerchantSupportPhone>
<d2p1:MerchantTransactionLimit>42</d2p1:MerchantTransactionLimit>
<d2p1:OperatingCountryCode>sample string 37</d2p1:OperatingCountryCode>
<d2p1:OperatingCountryID>df6d2f51-93a3-448b-878f-1da13d5c3cde</d2p1:OperatingCountryID>
<d2p1:POLiLinkSuccessfulURL>sample string 33</d2p1:POLiLinkSuccessfulURL>
<d2p1:POLiLinkUnsuccessfulURL>sample string 34</d2p1:POLiLinkUnsuccessfulURL>
<d2p1:ShowReferenceFormat>true</d2p1:ShowReferenceFormat>
<d2p1:SupportedMerchantFIListUrl>sample string 46</d2p1:SupportedMerchantFIListUrl>
<d2p1:UseMerchantReference>true</d2p1:UseMerchantReference>
<d2p1:UsePOLiLinkSuccessfulURL>true</d2p1:UsePOLiLinkSuccessfulURL>
<d2p1:UsePOLiLinkUnsuccessfulURL>true</d2p1:UsePOLiLinkUnsuccessfulURL>
<d2p1:Amount>15</d2p1:Amount>
<d2p1:CustomerReferenceRequired>true</d2p1:CustomerReferenceRequired>
<d2p1:DueDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-04-07T10:12:11.0810063Z</d4p1:DateTime>
<d4p1:OffsetMinutes>600</d4p1:OffsetMinutes>
</d2p1:DueDate>
<d2p1:IsMultiplePayment>true</d2p1:IsMultiplePayment>
<d2p1:LinkExpiry>2026-04-07T20:12:11.0810063+10:00</d2p1:LinkExpiry>
<d2p1:LinkType>Simple</d2p1:LinkType>
<d2p1:MerchantData>sample string 18</d2p1:MerchantData>
<d2p1:MerchantReferenceFormat>sample string 21</d2p1:MerchantReferenceFormat>
<d2p1:PaymentRequestType>Manual</d2p1:PaymentRequestType>
<d2p1:PaymentRules>
<d2p1:PaymentRule>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Date>2026-04-07T20:12:11.0810063+10:00</d2p1:Date>
</d2p1:PaymentRule>
<d2p1:PaymentRule>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Date>2026-04-07T20:12:11.0810063+10:00</d2p1:Date>
</d2p1:PaymentRule>
</d2p1:PaymentRules>
<d2p1:RecipientEmail>sample string 14</d2p1:RecipientEmail>
<d2p1:RecipientName>sample string 13</d2p1:RecipientName>
<d2p1:Schedule>sample string 23</d2p1:Schedule>
<d2p1:SendConfirmationEmail>true</d2p1:SendConfirmationEmail>
<d2p1:SendCustomerEmail>true</d2p1:SendCustomerEmail>
<d2p1:SendEmailNow>true</d2p1:SendEmailNow>
<d2p1:StatementNarrative>sample string 24</d2p1:StatementNarrative>
<d2p1:UserName>sample string 25</d2p1:UserName>
<d2p1:CreatedDate>2026-04-07T20:12:11.0810063+10:00</d2p1:CreatedDate>
<d2p1:IsExpired>true</d2p1:IsExpired>
<d2p1:IsPartialPay>true</d2p1:IsPartialPay>
<d2p1:LinkStatus>All</d2p1:LinkStatus>
<d2p1:PaymentReference>sample string 11</d2p1:PaymentReference>
<d2p1:PaymentReqID>2c3d6df7-6284-4333-9d62-7139f3fce46a</d2p1:PaymentReqID>
<d2p1:PaymentURL>sample string 9</d2p1:PaymentURL>
<d2p1:IsOverPay>true</d2p1:IsOverPay>
<d2p1:LinkTypeText>sample string 6</d2p1:LinkTypeText>
<d2p1:OverallStatus>true</d2p1:OverallStatus>
<d2p1:PaymentRequestTypeText>sample string 7</d2p1:PaymentRequestTypeText>
<d2p1:PaymentRulesSerialized>sample string 5</d2p1:PaymentRulesSerialized>
<d2p1:Status>true</d2p1:Status>
<d2p1:StatusMessage>sample string 3</d2p1:StatusMessage>
</d2p1:MultiPoliLinksGridResponse>
<d2p1:MultiPoliLinksGridResponse>
<d2p1:AllowDelayedPayment>true</d2p1:AllowDelayedPayment>
<d2p1:AllowOverPayment>true</d2p1:AllowOverPayment>
<d2p1:AllowPartialPayment>true</d2p1:AllowPartialPayment>
<d2p1:CustomerRefMessage>sample string 35</d2p1:CustomerRefMessage>
<d2p1:EntityId>1e668a4a-66d2-4ab4-9955-8e5f080e918d</d2p1:EntityId>
<d2p1:LogoUrl>sample string 39</d2p1:LogoUrl>
<d2p1:MandatoryCustomerReference>true</d2p1:MandatoryCustomerReference>
<d2p1:MerchantCode>sample string 40</d2p1:MerchantCode>
<d2p1:MerchantName>sample string 43</d2p1:MerchantName>
<d2p1:MerchantReference>sample string 17</d2p1:MerchantReference>
<d2p1:MerchantSupportEmail>sample string 44</d2p1:MerchantSupportEmail>
<d2p1:MerchantSupportPhone>sample string 45</d2p1:MerchantSupportPhone>
<d2p1:MerchantTransactionLimit>42</d2p1:MerchantTransactionLimit>
<d2p1:OperatingCountryCode>sample string 37</d2p1:OperatingCountryCode>
<d2p1:OperatingCountryID>df6d2f51-93a3-448b-878f-1da13d5c3cde</d2p1:OperatingCountryID>
<d2p1:POLiLinkSuccessfulURL>sample string 33</d2p1:POLiLinkSuccessfulURL>
<d2p1:POLiLinkUnsuccessfulURL>sample string 34</d2p1:POLiLinkUnsuccessfulURL>
<d2p1:ShowReferenceFormat>true</d2p1:ShowReferenceFormat>
<d2p1:SupportedMerchantFIListUrl>sample string 46</d2p1:SupportedMerchantFIListUrl>
<d2p1:UseMerchantReference>true</d2p1:UseMerchantReference>
<d2p1:UsePOLiLinkSuccessfulURL>true</d2p1:UsePOLiLinkSuccessfulURL>
<d2p1:UsePOLiLinkUnsuccessfulURL>true</d2p1:UsePOLiLinkUnsuccessfulURL>
<d2p1:Amount>15</d2p1:Amount>
<d2p1:CustomerReferenceRequired>true</d2p1:CustomerReferenceRequired>
<d2p1:DueDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-04-07T10:12:11.0810063Z</d4p1:DateTime>
<d4p1:OffsetMinutes>600</d4p1:OffsetMinutes>
</d2p1:DueDate>
<d2p1:IsMultiplePayment>true</d2p1:IsMultiplePayment>
<d2p1:LinkExpiry>2026-04-07T20:12:11.0810063+10:00</d2p1:LinkExpiry>
<d2p1:LinkType>Simple</d2p1:LinkType>
<d2p1:MerchantData>sample string 18</d2p1:MerchantData>
<d2p1:MerchantReferenceFormat>sample string 21</d2p1:MerchantReferenceFormat>
<d2p1:PaymentRequestType>Manual</d2p1:PaymentRequestType>
<d2p1:PaymentRules>
<d2p1:PaymentRule>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Date>2026-04-07T20:12:11.0810063+10:00</d2p1:Date>
</d2p1:PaymentRule>
<d2p1:PaymentRule>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Date>2026-04-07T20:12:11.0810063+10:00</d2p1:Date>
</d2p1:PaymentRule>
</d2p1:PaymentRules>
<d2p1:RecipientEmail>sample string 14</d2p1:RecipientEmail>
<d2p1:RecipientName>sample string 13</d2p1:RecipientName>
<d2p1:Schedule>sample string 23</d2p1:Schedule>
<d2p1:SendConfirmationEmail>true</d2p1:SendConfirmationEmail>
<d2p1:SendCustomerEmail>true</d2p1:SendCustomerEmail>
<d2p1:SendEmailNow>true</d2p1:SendEmailNow>
<d2p1:StatementNarrative>sample string 24</d2p1:StatementNarrative>
<d2p1:UserName>sample string 25</d2p1:UserName>
<d2p1:CreatedDate>2026-04-07T20:12:11.0810063+10:00</d2p1:CreatedDate>
<d2p1:IsExpired>true</d2p1:IsExpired>
<d2p1:IsPartialPay>true</d2p1:IsPartialPay>
<d2p1:LinkStatus>All</d2p1:LinkStatus>
<d2p1:PaymentReference>sample string 11</d2p1:PaymentReference>
<d2p1:PaymentReqID>2c3d6df7-6284-4333-9d62-7139f3fce46a</d2p1:PaymentReqID>
<d2p1:PaymentURL>sample string 9</d2p1:PaymentURL>
<d2p1:IsOverPay>true</d2p1:IsOverPay>
<d2p1:LinkTypeText>sample string 6</d2p1:LinkTypeText>
<d2p1:OverallStatus>true</d2p1:OverallStatus>
<d2p1:PaymentRequestTypeText>sample string 7</d2p1:PaymentRequestTypeText>
<d2p1:PaymentRulesSerialized>sample string 5</d2p1:PaymentRulesSerialized>
<d2p1:Status>true</d2p1:Status>
<d2p1:StatusMessage>sample string 3</d2p1:StatusMessage>
</d2p1:MultiPoliLinksGridResponse>
</Items>
<Properties xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</Properties>
<Skip>3</Skip>
<Take>4</Take>
<UnPaginatedItems xmlns:d2p1="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.POLiLinks">
<d2p1:MultiPoliLinksGridResponse>
<d2p1:AllowDelayedPayment>true</d2p1:AllowDelayedPayment>
<d2p1:AllowOverPayment>true</d2p1:AllowOverPayment>
<d2p1:AllowPartialPayment>true</d2p1:AllowPartialPayment>
<d2p1:CustomerRefMessage>sample string 35</d2p1:CustomerRefMessage>
<d2p1:EntityId>1e668a4a-66d2-4ab4-9955-8e5f080e918d</d2p1:EntityId>
<d2p1:LogoUrl>sample string 39</d2p1:LogoUrl>
<d2p1:MandatoryCustomerReference>true</d2p1:MandatoryCustomerReference>
<d2p1:MerchantCode>sample string 40</d2p1:MerchantCode>
<d2p1:MerchantName>sample string 43</d2p1:MerchantName>
<d2p1:MerchantReference>sample string 17</d2p1:MerchantReference>
<d2p1:MerchantSupportEmail>sample string 44</d2p1:MerchantSupportEmail>
<d2p1:MerchantSupportPhone>sample string 45</d2p1:MerchantSupportPhone>
<d2p1:MerchantTransactionLimit>42</d2p1:MerchantTransactionLimit>
<d2p1:OperatingCountryCode>sample string 37</d2p1:OperatingCountryCode>
<d2p1:OperatingCountryID>df6d2f51-93a3-448b-878f-1da13d5c3cde</d2p1:OperatingCountryID>
<d2p1:POLiLinkSuccessfulURL>sample string 33</d2p1:POLiLinkSuccessfulURL>
<d2p1:POLiLinkUnsuccessfulURL>sample string 34</d2p1:POLiLinkUnsuccessfulURL>
<d2p1:ShowReferenceFormat>true</d2p1:ShowReferenceFormat>
<d2p1:SupportedMerchantFIListUrl>sample string 46</d2p1:SupportedMerchantFIListUrl>
<d2p1:UseMerchantReference>true</d2p1:UseMerchantReference>
<d2p1:UsePOLiLinkSuccessfulURL>true</d2p1:UsePOLiLinkSuccessfulURL>
<d2p1:UsePOLiLinkUnsuccessfulURL>true</d2p1:UsePOLiLinkUnsuccessfulURL>
<d2p1:Amount>15</d2p1:Amount>
<d2p1:CustomerReferenceRequired>true</d2p1:CustomerReferenceRequired>
<d2p1:DueDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-04-07T10:12:11.0810063Z</d4p1:DateTime>
<d4p1:OffsetMinutes>600</d4p1:OffsetMinutes>
</d2p1:DueDate>
<d2p1:IsMultiplePayment>true</d2p1:IsMultiplePayment>
<d2p1:LinkExpiry>2026-04-07T20:12:11.0810063+10:00</d2p1:LinkExpiry>
<d2p1:LinkType>Simple</d2p1:LinkType>
<d2p1:MerchantData>sample string 18</d2p1:MerchantData>
<d2p1:MerchantReferenceFormat>sample string 21</d2p1:MerchantReferenceFormat>
<d2p1:PaymentRequestType>Manual</d2p1:PaymentRequestType>
<d2p1:PaymentRules>
<d2p1:PaymentRule>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Date>2026-04-07T20:12:11.0810063+10:00</d2p1:Date>
</d2p1:PaymentRule>
<d2p1:PaymentRule>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Date>2026-04-07T20:12:11.0810063+10:00</d2p1:Date>
</d2p1:PaymentRule>
</d2p1:PaymentRules>
<d2p1:RecipientEmail>sample string 14</d2p1:RecipientEmail>
<d2p1:RecipientName>sample string 13</d2p1:RecipientName>
<d2p1:Schedule>sample string 23</d2p1:Schedule>
<d2p1:SendConfirmationEmail>true</d2p1:SendConfirmationEmail>
<d2p1:SendCustomerEmail>true</d2p1:SendCustomerEmail>
<d2p1:SendEmailNow>true</d2p1:SendEmailNow>
<d2p1:StatementNarrative>sample string 24</d2p1:StatementNarrative>
<d2p1:UserName>sample string 25</d2p1:UserName>
<d2p1:CreatedDate>2026-04-07T20:12:11.0810063+10:00</d2p1:CreatedDate>
<d2p1:IsExpired>true</d2p1:IsExpired>
<d2p1:IsPartialPay>true</d2p1:IsPartialPay>
<d2p1:LinkStatus>All</d2p1:LinkStatus>
<d2p1:PaymentReference>sample string 11</d2p1:PaymentReference>
<d2p1:PaymentReqID>2c3d6df7-6284-4333-9d62-7139f3fce46a</d2p1:PaymentReqID>
<d2p1:PaymentURL>sample string 9</d2p1:PaymentURL>
<d2p1:IsOverPay>true</d2p1:IsOverPay>
<d2p1:LinkTypeText>sample string 6</d2p1:LinkTypeText>
<d2p1:OverallStatus>true</d2p1:OverallStatus>
<d2p1:PaymentRequestTypeText>sample string 7</d2p1:PaymentRequestTypeText>
<d2p1:PaymentRulesSerialized>sample string 5</d2p1:PaymentRulesSerialized>
<d2p1:Status>true</d2p1:Status>
<d2p1:StatusMessage>sample string 3</d2p1:StatusMessage>
</d2p1:MultiPoliLinksGridResponse>
<d2p1:MultiPoliLinksGridResponse>
<d2p1:AllowDelayedPayment>true</d2p1:AllowDelayedPayment>
<d2p1:AllowOverPayment>true</d2p1:AllowOverPayment>
<d2p1:AllowPartialPayment>true</d2p1:AllowPartialPayment>
<d2p1:CustomerRefMessage>sample string 35</d2p1:CustomerRefMessage>
<d2p1:EntityId>1e668a4a-66d2-4ab4-9955-8e5f080e918d</d2p1:EntityId>
<d2p1:LogoUrl>sample string 39</d2p1:LogoUrl>
<d2p1:MandatoryCustomerReference>true</d2p1:MandatoryCustomerReference>
<d2p1:MerchantCode>sample string 40</d2p1:MerchantCode>
<d2p1:MerchantName>sample string 43</d2p1:MerchantName>
<d2p1:MerchantReference>sample string 17</d2p1:MerchantReference>
<d2p1:MerchantSupportEmail>sample string 44</d2p1:MerchantSupportEmail>
<d2p1:MerchantSupportPhone>sample string 45</d2p1:MerchantSupportPhone>
<d2p1:MerchantTransactionLimit>42</d2p1:MerchantTransactionLimit>
<d2p1:OperatingCountryCode>sample string 37</d2p1:OperatingCountryCode>
<d2p1:OperatingCountryID>df6d2f51-93a3-448b-878f-1da13d5c3cde</d2p1:OperatingCountryID>
<d2p1:POLiLinkSuccessfulURL>sample string 33</d2p1:POLiLinkSuccessfulURL>
<d2p1:POLiLinkUnsuccessfulURL>sample string 34</d2p1:POLiLinkUnsuccessfulURL>
<d2p1:ShowReferenceFormat>true</d2p1:ShowReferenceFormat>
<d2p1:SupportedMerchantFIListUrl>sample string 46</d2p1:SupportedMerchantFIListUrl>
<d2p1:UseMerchantReference>true</d2p1:UseMerchantReference>
<d2p1:UsePOLiLinkSuccessfulURL>true</d2p1:UsePOLiLinkSuccessfulURL>
<d2p1:UsePOLiLinkUnsuccessfulURL>true</d2p1:UsePOLiLinkUnsuccessfulURL>
<d2p1:Amount>15</d2p1:Amount>
<d2p1:CustomerReferenceRequired>true</d2p1:CustomerReferenceRequired>
<d2p1:DueDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-04-07T10:12:11.0810063Z</d4p1:DateTime>
<d4p1:OffsetMinutes>600</d4p1:OffsetMinutes>
</d2p1:DueDate>
<d2p1:IsMultiplePayment>true</d2p1:IsMultiplePayment>
<d2p1:LinkExpiry>2026-04-07T20:12:11.0810063+10:00</d2p1:LinkExpiry>
<d2p1:LinkType>Simple</d2p1:LinkType>
<d2p1:MerchantData>sample string 18</d2p1:MerchantData>
<d2p1:MerchantReferenceFormat>sample string 21</d2p1:MerchantReferenceFormat>
<d2p1:PaymentRequestType>Manual</d2p1:PaymentRequestType>
<d2p1:PaymentRules>
<d2p1:PaymentRule>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Date>2026-04-07T20:12:11.0810063+10:00</d2p1:Date>
</d2p1:PaymentRule>
<d2p1:PaymentRule>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Date>2026-04-07T20:12:11.0810063+10:00</d2p1:Date>
</d2p1:PaymentRule>
</d2p1:PaymentRules>
<d2p1:RecipientEmail>sample string 14</d2p1:RecipientEmail>
<d2p1:RecipientName>sample string 13</d2p1:RecipientName>
<d2p1:Schedule>sample string 23</d2p1:Schedule>
<d2p1:SendConfirmationEmail>true</d2p1:SendConfirmationEmail>
<d2p1:SendCustomerEmail>true</d2p1:SendCustomerEmail>
<d2p1:SendEmailNow>true</d2p1:SendEmailNow>
<d2p1:StatementNarrative>sample string 24</d2p1:StatementNarrative>
<d2p1:UserName>sample string 25</d2p1:UserName>
<d2p1:CreatedDate>2026-04-07T20:12:11.0810063+10:00</d2p1:CreatedDate>
<d2p1:IsExpired>true</d2p1:IsExpired>
<d2p1:IsPartialPay>true</d2p1:IsPartialPay>
<d2p1:LinkStatus>All</d2p1:LinkStatus>
<d2p1:PaymentReference>sample string 11</d2p1:PaymentReference>
<d2p1:PaymentReqID>2c3d6df7-6284-4333-9d62-7139f3fce46a</d2p1:PaymentReqID>
<d2p1:PaymentURL>sample string 9</d2p1:PaymentURL>
<d2p1:IsOverPay>true</d2p1:IsOverPay>
<d2p1:LinkTypeText>sample string 6</d2p1:LinkTypeText>
<d2p1:OverallStatus>true</d2p1:OverallStatus>
<d2p1:PaymentRequestTypeText>sample string 7</d2p1:PaymentRequestTypeText>
<d2p1:PaymentRulesSerialized>sample string 5</d2p1:PaymentRulesSerialized>
<d2p1:Status>true</d2p1:Status>
<d2p1:StatusMessage>sample string 3</d2p1:StatusMessage>
</d2p1:MultiPoliLinksGridResponse>
</UnPaginatedItems>
</PaginationOfMultiPoliLinksGridResponseCtHZQnBa>