Update payment page

Updates a payment page in a paypoint.

Path parameters

entrystringRequired

The paypoint’s entrypoint identifier. Learn more

subdomainstringRequired

Payment page identifier. The subdomain value is the last portion of the payment page URL. For example, inhttps://paypages-sandbox.payabli.com/513823dc10/pay-your-fees-1, the subdomain is pay-your-fees-1.

Headers

requestTokenstringRequired

Request

This endpoint expects an object.
AdditionalDatamap from strings to optional maps from strings to anyOptional

Custom dictionary of key:value pairs. You can use this field to store any data related to the object or for your system. If you are using custom identifiers, pass those in this object. Example usage:

1{
2 "additionalData": {
3 "key1": "value1",
4 "key2": "value2",
5 "key3": "value3"
6 }
7}
credentialslist of objectsOptional
Array of credential objects with active services for the page
lastAccessdatetimeOptional
Timestamp of last access to page structure
pageContentobjectOptional
Sections of page
pageIdentifierstringOptional
Auxiliary validation used internally by payment pages and components.
pageSettingsobjectOptional
Settings of page
publishedintegerOptional

Flag indicating if page is active to accept payments. 0 for false, 1 for true.

receiptContentobjectOptional
Sections of payment receipt
subdomainstringOptional<=50 characters
Page identifier. Must be unique in platform.
totalAmountdoubleOptional
Total amount to pay in this page
validationCodestringOptional
Base64 encoded image of Captcha associated to this page load

Response

Success
responseCodeintegerOptional

Code for the response. Learn more in API Response Codes.

pageIdentifierstringOptional
Auxiliary validation used internally by payment pages and components.
roomIdlongOptional

Describes the room ID. Only in use on Boarding endpoints, returns 0 when not applicable.

isSuccessbooleanOptional

Boolean indicating whether the operation was successful. A true value indicates success. A false value indicates failure.

responseTextstringOptional

Response text for operation: ‘Success’ or ‘Declined’.

responseDatastring or integerOptional
The response data.

Errors