Skip to main content
API

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 int32 nullable

    Possible values: [0, 1]

    Default value: 0

    language string
Responses

Returns the payment recipient id when update was successful


Schema

    string

Loading...