This documentation is deprecated
Please refer to the updated documentation https://docs.payadvantage.com.au/reference/webhook_endpoints_post
There are a number of API endpoints available to you for manually querying Endpoints and Webhooks. This is obviously the only way to manage pull
type Endpoints.
Endpoints
Create or re-arms Endpoints. See Registering an Endpoint for more information.
POST: https://api.payadvantage.com.au/v3/webhook_endpoints
Lists all registered endpoints. You can use this to verify the health of your endpoints by reviewing IsArmed
and Errors
fields.
GET: https://api.payadvantage.com.au/v3/webhook_endpoints
Permanently delete an Endpoint matching [CODE]
along with any of its Webhooks.
DELETE: https://api.payadvantage.com.au/v3/webhook_endpoints/[CODE]
Webhooks
Gets all current Webhooks or the specific Webhook matching [Code]
.
GET: https://api.payadvantage.com.au/v3/webhooks
GET: https://api.payadvantage.com.au/v3/webhooks/[CODE]
Permanently delete a Webhook. If you are using pull
Endpoints it helps to delete Webhooks you have processed to reduce errors.
DELETE: https://api.payadvantage.com.au/v3/webhooks/[CODE]
Comments
0 comments
Please sign in to leave a comment.