Skip to main content

Update payment recipient details

x-ms-visibility: "important"

Send a request to update a payment recipient details specified in the request body. Only fields added in the body are updated.

Path Parameters
    recipientId int64 required

    This is the globally unique ID for the recipient

Request Body required

Payment recipient object that needs to be updated

    name string
    contactEmail string
    streetAddress string
    city string
    postalCode string
    country string
    accountNumber string
    bankCode string
    bankName string
    businessId string
    recipientType string nullable

    Possible values: [CPO, SITE]

    Default value: CPO

    language string
Responses

Returns the payment recipient id when update was successful


Schema

    string

Loading...