Skip to main content

Fields mapping for Hub

You can add custom fields to the payment object. In case the epp flow is used, the common approach is to use field names with a stored_ or stored_customer_ prefix.

You can still use the same naming convention with the epms flow, but be aware that fields will be automatically re-mapped according to the rules below.

Main supporter fields

EPPEPMS
stored_customer_uuidsupporter.uuid
stored_is_company_donationsupporter.is_company_donation
stored_customer_companysupporter.legal_entity
stored_customer_salutationsupporter.salutation
stored_customer_firstnamesupporter.first_name
stored_customer_lastnamesupporter.last_name
stored_customer_raw_namesupporter.raw_name
stored_customer_phonesupporter.phone
stored_customer_emailsupporter.email
stored_customer_email_permissionsupporter.email_permission
stored_customer_streetsupporter.street
stored_customer_street_numbersupporter.house_number
stored_customer_street2supporter.address_addendum
stored_customer_zip_codesupporter.postal_code
stored_customer_citysupporter.city
stored_customer_statesupporter.region_level_1
stored_customer_countrysupporter.country
stored_customer_raw_addresssupporter.raw_address
stored_customer_birthdatesupporter.birth_year
supporter.birth_month
supporter.birth_day

Supporter raisenow parameters fields

Additionaly to supporter.email_permission the following is also set:

EPPEPMS
stored_customer_email_permissionsupporter.raisenow_parameters.integration.opt_in.email

Raisenow integration fields

EPPEPMS
stored_customer_donation_receiptraisenow_parameters.integration.donation_receipt_requested
stored_customer_messageraisenow_parameters.integration.message

Supporter custom parameters fields

EPPEPMS
stored_customer_poboxsupporter.custom_parameters.post_office_box
stored_customer_pansupporter.custom_parameters.pan
stored_customer_fiscal_codesupporter.custom_parameters.fiscal_code
stored_customer_{fieldname}supporter.custom_parameters.{fieldname}

Custom parameters fields

EPPEPMS
stored_{fieldname}custom_parameters.{fieldname}