v1
latestOpenAPI 3.0.02026-08-062903562.2 MBRecurring Donation Plan
fetchRecurringDonationPlan
Fetch specified Recurring Donation Plan
get/recurring-donation-plans/{recurring_donation_plan}
Path parameters
recurring_donation_planinteger required
Example:85456
Primary identifier of Recurring Donation Plan
Response
Success
Example response
{
"address": "533 F Street",
"address2": "Unit 26",
"applied_fot_percent": 4,
"campaign_id": 227362,
"canceled_at": "2016-01-01T12:00:00+0000",
"cancel_by": "supporter",
"cancel_reason_code": "1",
"cancel_reason_text": "Can no longer afford it",
"cc_card_exp": "201204",
"cc_last_four": "1223",
"ach_last_four": 6789,
"cc_type": "Visa",
"city": "San Diego",
"company_name": "Test Company",
"country": "US",
"created_at": "2016-01-01T12:00:00+0000",
"currency_code": "USD",
"designation_id": 34672,
"donation_amount": 1,
"failed_at": "2016-01-01T12:00:00+0000",
"fee_on_top": true,
"first_name": "John",
"frequency": "bi-weekly",
"fundraising_page_id": 2173528,
"fundraising_team_id": 209745,
"id": 85456,
"is_anonymous": true,
"hide_amount": true,
"can_be_reactivated": true,
"last_name": "Doe",
"member_id": 2012,
"metadata": {
"foo": "bar"
},
"next_processing_date": "2016-01-01",
"organization_id": 82364,
"pause_until": "2023-04-01",
"plan_paused_on_date": "2023-01-01",
"payment_gateway": "PayPal",
"payment_provider_configuration_name": "Classy Pay",
"payment_type": "ACH",
"postal_code": "92101",
"pp_plan_id": "691e1e8d2add8",
"raw_currency_code": "JPY",
"raw_donation_amount": "50.00",
"recur_until": "2021-01-01",
"schedule": {
"mmdd": "0109",
"month": "January",
"day": 9
},
"started_at": "2021-01-01T12:00:00+0000",
"state": "CA",
"status": "active",
"supporter_id": 5827,
"timezone_identifier": "UTC",
"updated_at": "2021-01-01T13:00:00+0000",
"is_donor_covered_fee": true,
"raw_initial_gross_amount": 1.25,
"raw_adjustment_amount": 0.25,
"dcf_enabled": true,
"dcf_allowed": true,
"classy_mode_enabled": true,
"effective_fixed_fot_percent": "5.00",
"migrated": true,
"migration_date": "2021-01-01T13:00:00+0000"
}