POST api/neteller/webhook
Request Information
URI Parameters
None.
Body Parameters
WebhookEventModel| Name | Description | Type | Additional information |
|---|---|---|---|
| payload | WebhookEventPayloadModel |
None. |
|
| eventType | string |
None. |
|
| attemptNumber | integer |
None. |
|
| resourceId | string |
None. |
|
| eventDate | date |
None. |
|
| links | Collection of LinkModel |
None. |
|
| mode | string |
None. |
|
| eventName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"payload": {
"accountId": "sample string 1",
"id": "sample string 2",
"merchantRefNum": "sample string 3",
"amount": 4,
"currencyCode": "sample string 5",
"status": "sample string 6",
"paymentType": "sample string 7",
"availableToSettle": "sample string 8",
"txnTime": "2025-12-05T03:52:50.8198569-08:00"
},
"eventType": "sample string 1",
"attemptNumber": 2,
"resourceId": "sample string 3",
"eventDate": "2025-12-05T03:52:50.8198569-08:00",
"links": [
{
"rel": "sample string 1",
"href": "sample string 2"
},
{
"rel": "sample string 1",
"href": "sample string 2"
}
],
"mode": "sample string 5",
"eventName": "sample string 6"
}
text/xml
Sample:
<WebhookEventModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FlashBet.BLL.Neteller">
<AttemptNumber>2</AttemptNumber>
<EventDate>2025-12-05T03:52:50.8198569-08:00</EventDate>
<EventName>sample string 6</EventName>
<EventType>sample string 1</EventType>
<Links>
<LinkModel>
<Href>sample string 2</Href>
<Rel>sample string 1</Rel>
</LinkModel>
<LinkModel>
<Href>sample string 2</Href>
<Rel>sample string 1</Rel>
</LinkModel>
</Links>
<Mode>sample string 5</Mode>
<Payload>
<AccountId>sample string 1</AccountId>
<Amount>4</Amount>
<AvailableToSettle>sample string 8</AvailableToSettle>
<CurrencyCode>sample string 5</CurrencyCode>
<Id>sample string 2</Id>
<MerchantRefNum>sample string 3</MerchantRefNum>
<PaymentType>sample string 7</PaymentType>
<Status>sample string 6</Status>
<TxnTime>2025-12-05T03:52:50.8198569-08:00</TxnTime>
</Payload>
<ResourceId>sample string 3</ResourceId>
</WebhookEventModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.