Manage payers
You can perform the following operations on payers after you have created them.
Update a payer
After a payer is created, you can call Update existing payer API to update the saved payer information. Specify the id
in the endpoint URL and any parameters you wish to update in your request body. The same schema validation and response body as in Create a new payer API will apply.
Example request
If you are registered as a platform account, you can call this endpoint on behalf of your connected accounts by specifying the open ID in the x-on-behalf-of
header.
Delete a payer
Call Delete existing payer API to delete a payer. Specify the id
in the endpoint URL. A successful deletion returns true
in the response.
Example request
If you are registered as a platform account, you can call this endpoint on behalf of your connected accounts by specifying the open ID in the x-on-behalf-of
header.