Handles PayPal webhook events

Consumes PayPal webhook events and updates the Norce order accordingly.

SecurityBearer
Request
query Parameters
merchant
required
string
channel
required
string
Request Body schema: application/json
id
string
create_time
string
resource_type
string
event_version
string
event_type
string
summary
string
resource_version
string
object
Responses
200

OK

400

Bad Request

404

Not Found

500

Internal Server Error

post/api/checkout/v1/callback/webhook
Request samples
application/json
{
  • "id": "string",
  • "create_time": "string",
  • "resource_type": "string",
  • "event_version": "string",
  • "event_type": "string",
  • "summary": "string",
  • "resource_version": "string",
  • "resource": {
    }
}
Response samples
application/json
[
  • {
    }
]
Copyright © Norce 2024. All right reserved.