POST api/webhooks/nave/payments
Request Information
URI Parameters
None.
Body Parameters
NavePaymentWebhookDto| Name | Description | Type | Additional information |
|---|---|---|---|
| payment_id | string |
Required |
|
| payment_check_url | string |
Required |
|
| external_payment_id | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"payment_id": "sample string 1",
"payment_check_url": "sample string 2",
"external_payment_id": "sample string 3"
}
application/xml, text/xml
Sample:
<NavePaymentWebhookDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClasesMutual.Nave"> <ExternalPaymentId>sample string 3</ExternalPaymentId> <PaymentCheckUrl>sample string 2</PaymentCheckUrl> <PaymentId>sample string 1</PaymentId> </NavePaymentWebhookDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.