Whenever something important happens to an API object that we think you should be notified of (typically a state change), we will make an HTTP POST request to your callback_uri with the object_id in the body of the request.
You can modify this callback_uri on the object you want to update. Below is a list of calls that will let you change this callback_uri:
- /checkout/modify
- /account/modify
- /preapproval/modify
- /credit_card/modify
- /user/modify
- /subscription_plan/modify
- /subscription/modify
- /withdrawal/modify
Comments