v1
latestOpenAPI 3.0.12026-07-243407211.3 MBBillPay
Update Payee
Update existing payee information. This endpoint allows an existing payee’s information to be updated using the payeeIdentifier. The payee can be a merchant or a person. You must provide the payeeIdentifier, accountIdentifier, and the updated payee details in the request body. The response contains the result of the update operation.
put/programs/{programCode}/accounts/{accountIdentifier}/billpayPayees/{payeeIdentifier}
Path parameters
programCodestring required
The program code associated with the partner implementation.
accountIdentifierstring required
The unique identifier of the account associated with the payee. Must be a valid GUID.
payeeIdentifierstring required
The unique identifier of the payee to update. Must be a valid GUID.
Headers
X-GD-RequestIdstring required
The unique request identifier for idempotency and tracking. Must be provided in the X-GD-RequestId header.
Request body
Response
OK