POST hooks/sepay-payment
Request Information
URI Parameters
None.
Body Parameters
RqWebhookSepay| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| gateway | string |
None. |
|
| transactionDate | string |
None. |
|
| accountNumber | string |
None. |
|
| code | string |
None. |
|
| content | string |
None. |
|
| transferType | string |
None. |
|
| transferAmount | decimal number |
None. |
|
| accumulated | decimal number |
None. |
|
| subAccount | string |
None. |
|
| referenceCode | string |
None. |
|
| description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"gateway": "sample string 2",
"transactionDate": "sample string 3",
"accountNumber": "sample string 4",
"code": "sample string 5",
"content": "sample string 6",
"transferType": "sample string 7",
"transferAmount": 8.0,
"accumulated": 9.0,
"subAccount": "sample string 10",
"referenceCode": "sample string 11",
"description": "sample string 12"
}
application/xml, text/xml
Sample:
<BankcoreController.RqWebhookSepay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TradingAPI.Areas.ModuleAPI.Controllers"> <accountNumber>sample string 4</accountNumber> <accumulated>9</accumulated> <code>sample string 5</code> <content>sample string 6</content> <description>sample string 12</description> <gateway>sample string 2</gateway> <id>1</id> <referenceCode>sample string 11</referenceCode> <subAccount>sample string 10</subAccount> <transactionDate>sample string 3</transactionDate> <transferAmount>8</transferAmount> <transferType>sample string 7</transferType> </BankcoreController.RqWebhookSepay>
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.