Create payment page
Creates a new payment page for a paypoint. Note: this operation doesn’t create a new paypoint, just a payment page for an exisiting paypoint. See How do I create a paypoint? to understand how paypoints are created.
Path parameters
The paypoint’s entrypoint identifier. Learn more
Headers
A unique ID you can include to prevent duplicating objects or transactions if a request is sent more than once. This key is not generated in Payabli, you must generate it yourself.
Request
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:
Array of credential objects with active services for the page
Timestamp of last access to page structure
Sections of page
Auxiliary validation used internally by payment pages and components.
Settings of page
Flag indicating if page is active to accept payments. 0
for false, 1
for true.
Sections of payment receipt
Page identifier. Must be unique in platform.
Total amount to pay in this page
Base64 encoded image of Captcha associated to this page load
Response
Success
Boolean indicating whether the operation was successful. A true
value indicates success. A false
value indicates failure.
Auxiliary validation used internally by payment pages and components.
Code for the response. Learn more in API Response Codes.
The response data.
Response text for operation: ‘Success’ or ‘Declined’.