curl --request POST \
--url https://prod-api.raisedonors.com/api/Raise/give \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": 123,
"paymentMethodId": "<string>",
"nonce": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"publicId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"pageRequestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"currency": "<string>",
"exchangeRate": 123,
"segment": "<string>",
"segmentOverrideCode": "<string>",
"projectOverrideCode": "<string>",
"isRecurring": true,
"startDate": "2023-11-07T05:31:56Z",
"startDateTimeUtc": "2023-11-07T05:31:56Z",
"donorPaidCosts": true,
"isAnonymous": true,
"creditCardType": "<string>",
"giftAidRequested": true,
"doubleTheDonationCompanyId": 123,
"doubleTheDonationEnteredText": "<string>",
"isTestMode": true,
"premiumId": 123,
"visitorId": "<string>",
"comments": "<string>",
"paymentId": "<string>",
"clientId": "<string>",
"sessionId": "<string>",
"timeZone": "<string>",
"coverAdminFee": true,
"adminFee": 123,
"adminFeeProjectId": 123,
"paypalPaymentSource": "<string>",
"motivationCodeId": 123,
"motivationCodeGroupId": 123,
"gatewayId": 123,
"tribute": {
"isInMemoryOf": true,
"isInHonorOf": true,
"nameOrOccasion": "<string>",
"tributeFirstName": "<string>",
"tributeLastName": "<string>",
"tributeAddress1": "<string>",
"tributeAddress2": "<string>",
"tributeCity": "<string>",
"tributeState": "<string>",
"tributeCountry": "<string>",
"tributePostal": "<string>",
"acknowledgeeFirstName": "<string>",
"acknowledgeeLastName": "<string>",
"sendByEmail": true,
"acknowledgeeEmailAddress": "<string>",
"sendByPostal": true,
"acknowledgeeAddress1": "<string>",
"acknowledgeeAddress2": "<string>",
"acknowledgeeCity": "<string>",
"acknowledgeeState": "<string>",
"acknowledgeeCountry": "<string>",
"acknowledgeePostal": "<string>",
"message": "<string>"
},
"projects": [
{
"projectId": 123,
"amount": 123
}
]
}
'