GET
/
Paypoint
/
{entry}
/
{subdomain}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

subdomain
string
required

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.

entry
string
required

The paypoint's entrypoint identifier. Learn more

Response

200 - application/json
AdditionalData
object

Custom dictionary of key:value pairs. You can use this field to store any data related to the object or for your system. Example usage:

{
  "additionalData": {
    "key1": "value1",
    "key2": "value2",
    "key3": "value3"
  }
}
credentials
object[] | null

Array of credential objects with active services for the page

lastAccess
string | null

Timestamp of last access to page structure

pageContent
object

Sections of page

pageIdentifier
string | null

Auxiliary validation used internally by payment pages and components.

pageSettings
object

Settings of page

published
enum<integer>

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

Available options:
0,
1
receiptContent
object

Sections of payment receipt

subdomain
string | null

Page identifier. Must be unique in platform.

Maximum length: 50
totalAmount
number | null

Total amount to pay in this page

validationCode
string | null

Base64 encoded image of Captcha associated to this page load