Skip to main content
PATCH
Update a payment link

Headers

x-api-key
string
required

Path Parameters

id
string
required

Body

application/json
title
string
Example:

"My Payment Page"

description
string
Example:

"Pay for goods and services"

avatarUrl
string
Example:

"https://example.com/avatar.png"

accentColor
string
Example:

"#6366f1"

thankYouMessage
string
Example:

"Thank you for your payment!"

amountType
string

"flexible" | "fixed" | "preset"

Example:

"flexible"

fixedAmount
number
Example:

49.99

presetAmounts
string[]
Example:
currency
string
Example:

"USD"

minAmount
number
Example:

1

maxAmount
number
Example:

10000

acceptsCard
boolean
Example:

true

acceptsCrypto
boolean
Example:

false

collectName
boolean
Example:

true

collectEmail
boolean
Example:

true

collectNote
boolean
Example:

true

isActive
boolean
Example:

true

config
object

Church-specific config

Response

OK

success
boolean
required
Example:

true

data
object
required