Create Subscription
Creates a new recurring donation subscription for a donor.
Documentation Index
Fetch the complete documentation index at: https://docs.overflow.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Client ID for API authentication
API Key for API authentication
Path Parameters
The Id of the donor to create the subscription for.
"2ea1ae03ca521e437db76d76"
Body
Subscription creation details
Id of the payment method.
"6710f34fd5061afeec3eab57"
Subscription amount in dollars.
x > 050
Recurring frequency for the subscription.
two-weeks, 1st-15th, month, one-time, week "month"
ISO 8601 date string when the subscription should start.
"2025-01-15T05:00:00.000Z"
Timezone for the subscription start date. Defaults to UTC if not provided.
"America/Chicago"
Whether the donor wants the contribution to be anonymous.
false
Id of the campaign to allocate funds to
"7710f34fd5061afeec3eab78"
Id of the subcampaign for more specific allocation.
"7710f34fd5061afeec3eab79"
Notes from the donor.
"Happy to support this cause!"
Response
Subscription created successfully
The subscription that was created