POST api/OmniPay/SyncOmniPayOrderForReportsForGuinness
Request Information
URI Parameters
None.
Body Parameters
SyncOmniPayOrderForReports| Name | Description | Type | Additional information |
|---|---|---|---|
| event | string |
None. |
|
| data | OmniPayOrderData |
None. |
Request Formats
application/json, text/json
Sample:
{
"event": "sample string 1",
"data": {
"customerRef": "sample string 1",
"userRef": "sample string 2",
"amount": 3.0,
"walletBalance": 4.0,
"walletPayment": 5.0,
"paylaterPayment": 6.0,
"promoPayment": 7.0,
"orderValue": 8.0,
"orderId": "sample string 9",
"loanId": "sample string 10",
"loanAmount": 11.0,
"amountRepaid": 12.0,
"amountPending": 13.0,
"interestPaid": 14.0,
"purchaseType": "sample string 15",
"promoId": "sample string 16",
"referenceId": "sample string 17",
"createdAt": "2025-11-03T16:03:41.4256349+00:00",
"senderUserRef": "sample string 19",
"receiverUserRef": "sample string 20",
"senderCustomerRef": "sample string 21",
"receiverCustomerRef": "sample string 22",
"senderAccountName": "sample string 23",
"senderBankName": "sample string 24",
"senderAccountNumber": "sample string 25",
"fees": 26.0,
"commission": 27.0,
"shipmentId": "sample string 28",
"walletId": "sample string 29",
"virtualAccounts": [
{
"AccountName": "sample string 1",
"AccountNumber": "sample string 2",
"BankName": "sample string 3"
},
{
"AccountName": "sample string 1",
"AccountNumber": "sample string 2",
"BankName": "sample string 3"
}
],
"phoneNumber": "sample string 30",
"businessId": 31,
"idCardType": "sample string 32",
"customerName": "sample string 33",
"transactionId": "sample string 34",
"externalRef": "sample string 35",
"cashbackId": "sample string 36",
"kycState": "sample string 37",
"kycAddress": "sample string 38",
"loanType": "sample string 39"
}
}
application/xml, text/xml
Sample:
<SyncOmniPayOrderForReports xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model">
<data>
<amount>3</amount>
<amountPending>13</amountPending>
<amountRepaid>12</amountRepaid>
<businessId>31</businessId>
<cashbackId>sample string 36</cashbackId>
<commission>27</commission>
<createdAt>2025-11-03T16:03:41.4256349+00:00</createdAt>
<customerName>sample string 33</customerName>
<customerRef>sample string 1</customerRef>
<externalRef>sample string 35</externalRef>
<fees>26</fees>
<idCardType>sample string 32</idCardType>
<interestPaid>14</interestPaid>
<kycAddress>sample string 38</kycAddress>
<kycState>sample string 37</kycState>
<loanAmount>11</loanAmount>
<loanId>sample string 10</loanId>
<loanType>sample string 39</loanType>
<orderId>sample string 9</orderId>
<orderValue>8</orderValue>
<paylaterPayment>6</paylaterPayment>
<phoneNumber>sample string 30</phoneNumber>
<promoId>sample string 16</promoId>
<promoPayment>7</promoPayment>
<purchaseType>sample string 15</purchaseType>
<receiverCustomerRef>sample string 22</receiverCustomerRef>
<receiverUserRef>sample string 20</receiverUserRef>
<referenceId>sample string 17</referenceId>
<senderAccountName>sample string 23</senderAccountName>
<senderAccountNumber>sample string 25</senderAccountNumber>
<senderBankName>sample string 24</senderBankName>
<senderCustomerRef>sample string 21</senderCustomerRef>
<senderUserRef>sample string 19</senderUserRef>
<shipmentId>sample string 28</shipmentId>
<transactionId>sample string 34</transactionId>
<userRef>sample string 2</userRef>
<virtualAccounts>
<OmniPayVirtualAccounts>
<AccountName>sample string 1</AccountName>
<AccountNumber>sample string 2</AccountNumber>
<BankName>sample string 3</BankName>
</OmniPayVirtualAccounts>
<OmniPayVirtualAccounts>
<AccountName>sample string 1</AccountName>
<AccountNumber>sample string 2</AccountNumber>
<BankName>sample string 3</BankName>
</OmniPayVirtualAccounts>
</virtualAccounts>
<walletBalance>4</walletBalance>
<walletId>sample string 29</walletId>
<walletPayment>5</walletPayment>
</data>
<event>sample string 1</event>
</SyncOmniPayOrderForReports>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.