put https://securepayments.loanpro.io/api/callback/
Click here to learn more about this request
This request updates a callback. Note the following when using this request:
To update a callback, you need the callback ID. Use the GET
callbacks request to retrieve it or POST
Create callback request to create a new one.
This request can update the callback's event
, url
, and enabled
fields.
A 200 request confirms that the callback was updated.
{
"callback": {
"event": "bank-account-create",
"url": "https://a.com",
"enabled": false
}
}