Skip to main content
POST
Create a payment page

Authorizations

Authorization
string
header
required

API key for /api/v1/* endpoints

Body

application/json
title
string
required
Example:

"Summer Sale Checkout"

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

"Pay for your order securely."

slug
string

Custom slug. Auto-generated from title if omitted.

Example:

"summer-sale-x9k2"

currency
string

ISO currency code

Example:

"USD"

amount
number

Amount

Example:

50

Response

Payment page created successfully.