Skip to main content
API

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

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

Returns the payer id when update was successful


Schema

    string

Loading...