Create Contribution
Contributions
Create Contribution
Creates a charge for the given payment method and donor
POST
Create Contribution
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
Body
application/json
The ID of the donor
Example:
"6710f34fd5061afeec3eab57"
The ID of the payment method to charge
Example:
"6710f34fd5061afeec3eab57"
The amount to charge to the payment method
Required range:
x >= 1Example:
50
The ID of the campaign
Example:
"6710f34fd5061afeec3eab57"
The ID of the subcampaign
Example:
"6710f34fd5061afeec3eab57"
Indicates if the donation is anonymous
Example:
true
Notes from the donor
Required string length:
1 - 500Example:
"Donor would like to give $1,000.00 to the playground project, and the …"
Response
The contribution for the charge