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
application/json
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
- 200
- 400
- 401
Returns the payment recipient 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...