POST api/EzetapPaymentNotification/SaveEzetapPaymentNotification
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
objsaveezetappaymentnotification | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "amount": 1.1, "amountAdditional": 2.1, "amountOriginal": 3.1, "amountCashBack": 4.1, "authCode": "sample string 5", "batchNumber": "sample string 6", "currencyCode": "sample string 7", "customerName": "sample string 8", "customerReceiptUrl": "sample string 9", "deviceSerial": "sample string 10", "externalRefNumber": "sample string 11", "formattedPan": "sample string 12", "invoiceNumber": "sample string 13", "mid": "sample string 14", "payerName": "sample string 15", "paymentCardBrand": "sample string 16", "paymentCardType": "sample string 17", "paymentMode": "sample string 18", "pgInvoiceNumber": "sample string 19", "postingDate": 20, "rrNumber": "sample string 21", "settlementStatus": "sample string 22", "status": "sample string 23", "tid": "sample string 24", "txnId": "sample string 25", "txnType": "sample string 26", "userAgreement": "sample string 27", "username": "sample string 28", "errorCode": "sample string 29", "errorMessage": "sample string 30" }
application/xml, text/xml
Sample:
<SaveEzetapPaymentNotificationBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CancerCareApiService.Models"> <amount>1.1</amount> <amountAdditional>2.1</amountAdditional> <amountCashBack>4.1</amountCashBack> <amountOriginal>3.1</amountOriginal> <authCode>sample string 5</authCode> <batchNumber>sample string 6</batchNumber> <currencyCode>sample string 7</currencyCode> <customerName>sample string 8</customerName> <customerReceiptUrl>sample string 9</customerReceiptUrl> <deviceSerial>sample string 10</deviceSerial> <errorCode>sample string 29</errorCode> <errorMessage>sample string 30</errorMessage> <externalRefNumber>sample string 11</externalRefNumber> <formattedPan>sample string 12</formattedPan> <invoiceNumber>sample string 13</invoiceNumber> <mid>sample string 14</mid> <payerName>sample string 15</payerName> <paymentCardBrand>sample string 16</paymentCardBrand> <paymentCardType>sample string 17</paymentCardType> <paymentMode>sample string 18</paymentMode> <pgInvoiceNumber>sample string 19</pgInvoiceNumber> <postingDate>20</postingDate> <rrNumber>sample string 21</rrNumber> <settlementStatus>sample string 22</settlementStatus> <status>sample string 23</status> <tid>sample string 24</tid> <txnId>sample string 25</txnId> <txnType>sample string 26</txnType> <userAgreement>sample string 27</userAgreement> <username>sample string 28</username> </SaveEzetapPaymentNotificationBO>
application/x-www-form-urlencoded
Sample: