Skip to main content
GET
https://prod-api.raisedonors.com
/
api
/
Raise
/
cost
/
{organizationId}
Calculate Payment Processing Cost
curl --request GET \
  --url https://prod-api.raisedonors.com/api/Raise/cost/{organizationId} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

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

Path Parameters

organizationId
integer<int64>
required

The organization identifier.

Query Parameters

GatewayId
integer<int64>
required
Amount
number<double>
required
CreditCardType
string
CreditCardCountry
string
PaymentMethodId
string
PaymentMethodType
enum<integer>
Available options:
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
DonorCoverCosts
boolean
CurrencyCode
string

Response

200

OK

Last modified on June 5, 2026