Skip to main content
PUT
Update a payment page

Authorizations

Authorization
string
header
required

API key for /api/v1/* endpoints

Path Parameters

page_id
string
required

Payment page UUID

Body

application/json
title
string
Example:

"Updated Sale Checkout"

description
string
Example:

"New description."

amount
number
Example:

50

status
enum<string>
Available options:
draft,
active,
inactive

Response

Payment page updated successfully.