Field Mapping from RaiseNow Manager to RaiseNow Hub for Subscriptions
After a subscription has been migrated successfully to RaiseNow Hub, you will find fields from RaiseNow Manager as outlined below.
Subscription object
{
  "uuid": "<uuid>",
  "amount": <epp_amountInCents>,
  "status": "active",
  "created": <timestamp_at_migration>,
  "currency": "<epp_currencyInIsoCurrencyCode>",
  "timezone": "UTC",
  "test_mode": false,
  "charged_by": "raisenow",
  "account_uuid": "<hub_account_uuid>",
  "next_due_date": <calculated>,
  "payment_method": "card",
  "supporter_uuid": "<supporter_uuid",
  "effective_since": <timestamp_at_migration>,
  "payment_provider": "stripe|spreedly",
  "custom_parameters": {
    "source": "epp",
    "campaign_id": "<stored_campaign_id>",
    "migrated_at": "<current_timestamp>",
    "source_identifier": "<epp_subscription_token>",
    "cover_transaction_fee": "<epp_stored_cover_transaction_fee>",
    "source_organisation_identifier": "<epp_merchant_id>",
    "source_supporter_identifier": "<epp_stored_customer_token>",
    "source_account_identifier": "<epp_api_key>",
    "rnw_purpose_text": "<epp_stored_rnw_purpose_text>",
    "rnw_purpose_id": "<epp_stored_rnw_purpose_id>",
    "stored_donation_purpose_label": "<epp_stored_donation_purpose_label>",
    "sxt_product_id": "<epp_stored_sxt_product_id>",
    "sxt_contract_template_id": "<stored_sxt_contract_template_id>",
    "is_company_donation": "<epp_stored_is_company_donation>",
    "rnw_recurring_interval_name": "<epp_stored_rnw_recurring_interval_name>",
    "rnw_recurring_interval_text": "<epp_stored_rnw_recurring_interval_text>"
  },
  "organisation_uuid": "<uuid>",
  "recurring_interval": "<epp_recurringInterval>",
  "payment_source_uuid": "<uuid>",
  "raisenow_parameters": {
    "product": {
      "source_url": "<epp_stored_rnw_source_url>",
      "name": "<epp_stored_rnw_product_name>",
      "version": "<epp_stored_rnw_product_version>",
      "uuid": "<epp_stored_rnw_widget_uuid>"
    },
    "cover_fee": {
      "fixed": "<epp_stored_rnw_cover_fee_fixed>",
      "percentage": "<epp_stored_rnw_cover_fee_percentage>",
      "amount": <calculated>
    },
    "integration": {
      "message": "<epp_stored_customer_message>",
      "donation_receipt_requested": "<epp_stored_customer_donation_receipt>",
      "opt_in": {
        "email": "<epp_stored_customer_email_permission>"
      }
    },
    "analytics": {
      "suggested_amounts": "<epp_stored_rnw_analytics_suggested_amounts>",
      "preselected_amount": "<epp_stored_rnw_analytics_preselected_amount>",
      "user_agent": "<epp_stored_rnw_analytics_user_agent>"
    }
  }
}
Supporter object
{
  "city": "<epp_stored_customer_city",
  "uuid": "<uuid>",
  "email": "<epp_stored_customer_email>",
  "locale": "<epp_stored_customer_language>",
  "street": "<epp_stored_customer_street>",
  "house_number": "<stored_customer_street_number>",
  "address_addendum": "<stored_customer_street2>",
  "country": "<epp_stored_customer_country>",
  "last_name": "<epp_stored_customer_lastname>",
  "first_name": "<epp_stored_customer_firstname>",
  "salutation": "<epp_stored_customer_salutation>",
  "honorific_prefix": "<epp_stored_customer_title>",
  "postal_code": "<epp_stored_customer_zip_code>",
  "post_office_box": "<epp_stored_customer_pobox>"
}
Payment source object
{
  "uuid": "<uuid>",
  "created": "timestamp",
  "test_mode": false,
  "last_status": "active",
  "account_uuid": "<uuid>",
  "payment_method": "card",
  "brand_code": "<card_brand>",
  "supporter_uuid": "<uuid>",
  "payment_provider": "<provider>",
  "organisation_uuid": "<uuid>",
  "last_status_reason": "active",
  "last_status_timestamp": 1758111371
}