Skip to main content

Field Mapping from Altruja to RaiseNow Hub for Subscriptions

After a subscription has been migrated successfully to RaiseNow Hub, you will find fields from Altruja as outlined below.

{
"uuid": "<uuid>",
"amount": <altruja_betrag_cent>,
"status": "active",
"created": <timestamp_at_migration>,
"currency": "<altruja_currency>",
"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",
"custom_parameters": {
"source": "altruja",
"migrated_at": "<current_timestamp>",
"source": "altruja",
"source_mandate_id": "<altruja_mandate_id>",
"source_identifier": "<altruja_spende_id>",
"altruja_custom1_type": "<altruja_custom1_type>",
"altruja_custom1_name": "<altruja_custom1_name>",
"altruja_custom1_code": "<altruja_custom1_code>",
"altruja_custom1_desc": "<altruja_custom1_desc>",
"altruja_custom2_type": "<altruja_custom2_type>",
"altruja_custom2_name": "<altruja_custom2_name>",
"altruja_custom2_code": "<altruja_custom2_code>",
"altruja_custom2_desc": "<altruja_custom2_desc>",
"altruja_custom3_type": "<altruja_custom3_type>",
"altruja_custom3_name": "<altruja_custom3_name>",
"altruja_custom3_code": "<altruja_custom3_code>",
"altruja_custom3_desc": "<altruja_custom3_desc>",
"altruja_newsletter": "<altruja_newsletter>",
"altruja_receipt": "<altruja_receipt>",
"altruja_action_name": "<altruja_action_name>",
"altruja_anonymous": "<altruja_anonymous>",
"altruja_event_id": "<altruja_event_id>"
},
"organisation_uuid": "<uuid>",
"recurring_interval": "<altruja_recurring_cron_formula>",
"payment_source_uuid": "<uuid>"
}
}