post https://api.raisely.com/v3/donations
Record a donation processed elsewhere in Raisely. These donations are recorded with a type of OFFLINE
in Raisely to indicate they were processed externally.
Note: Adding an offline donation does not automatically send a receipt. You need to call the resend
API to issue a receipt for an offline donation after it has been added to Raisely.
For custom components:
RaiselyComponents.api.all('donations').post(data = {}, params = {}, headers = {}) => Promise<{result}>
See Restie Response Data for a more detailed overview of responses through the client wrapper