Skip to main content
PATCH
Update a payment page

Authorizations

Authorization
string
header
required

Your API key: sk_test_… (sandbox) or sk_live_… (production).

Path Parameters

id
string
required

Payment page id.

Example:

"pp_x7kd92mfn3qp8wz4t6vb"

Body

application/json
status
enum<string>
Available options:
closed
allowedMethods
enum<string>[]
Minimum array length: 1
Available options:
mobile_money,
bank_transfer,
crypto
allowedCryptoAssets
string[]
customFields
object[]
redirectUrl
string<uri> | null
branding
object | null
expiresAt
string<date-time> | null

Response

The updated page.

paymentPage
object
required