Skip to main content
POST
Generate Donor Donation Page
The response returns the new page’s pageId, pageSlug, publicId, and donorGreetingSummary. Use the publicId to send the donor to the page or to give through it with Process a Donation Payment.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

donorId
integer<int64>
required

The ID of the donor to generate the page for.

Response

OK

Response model for the donor page generation endpoint.

pageId
integer<int64>

The unique identifier of the page that was generated.

pageSlug
string | null

The slug the page is reachable at.

pageName
string | null

The name of the generated page.

publicId
string<uuid>

The public identifier of the page. Send it as publicId on Process a Donation Payment.

donorGreetingSummary
string | null

The greeting written for the donor on the generated page.

Last modified on July 28, 2026