Update a payer details
x-ms-visibility: "important"
Send a request to update a payer details specified in the request body. Only fields added in the body are updated.
Path Parameters
payerId int64 required
This is the globally unique ID for the payer
application/json
Request Body required
Payer object that needs to be updated
name string
email string
invoiceReference string
invoiceMessage string
streetAddress string
city string
postalCode string
country string
language string
Responses
- 200
- 400
- 401
Returns the payer id when update was successful
application/json
Schema
Schema
string
Errors in the body request
text/plain
Schema
Schema
string
Customer not found or not authorised
Loading...