Edit Hosted Payment Page
Allows for the editing of an existing hosted payment page. This will not remove existing components, but if something new is passed, it will override the existing field or add it to an existing payment page.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
hpp_client_id
The client ID of the hosted payment page to edit
Request
This endpoint expects an object.
cc_mid
Merchant ID(s) associated with the hosted payment page. (Not editable after creation)
name
Name of the Hosted Payment Page.
name_on_account
Name of the Customer.
amount
Amount associated with the payment link.
lock_amount
(true/false) whether the amount should be locked to the end user. Amount must be set in order to have this locked.
disable_after_payment
(true/false) whether the payment link should be disabled after 1 use.
hpp_options
An array containing the following parameters: Address (no optional pre-set value allowed), Phone, Email, Invoice ID, Custom Fields 01-05.
Response
HPP updated successfully
success
Whether or not the edits were successfully made.
message
Status message.
url
The new url for the hosted payment page.