POST api/payments/webhook
Request Information
URI Parameters
None.
Body Parameters
PaymentWebhookRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentReference | string |
None. |
|
| ProviderReference | string |
None. |
|
| Provider | string |
None. |
|
| Status | string |
None. |
|
| Amount | decimal number |
None. |
|
| Signature | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"paymentReference": "sample string 1",
"providerReference": "sample string 2",
"provider": "sample string 3",
"status": "sample string 4",
"amount": 1.0,
"signature": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.