Payees
Update Payee Remote Id
Use v4 instead
Update the remote Id for the given Payee Id.
post/v3/payees/{payeeId}/remoteIdUpdate
Path parameters
payeeIdstring uuid required
Example:2aa5d7e0-2ecb-403f-8494-1865ed0454e9
The UUID of the payee.
Request body
Example request
{
"payorId": "9ac75325-5dcd-42d5-b992-175d7e0a035e",
"remoteId": "remoteId123"
}Response
Accepted, No Content