Contribute Meta Tags Feature

Hello,

We have released new feature allowing you to automatically add meta data information to stripe transactions upon making a contribution call. Anything that is passed to “attributes” via “campaign/<Campaign ID>/pledge” endpoint will now be automatically registered in Stripe transaction meta data structure.

Special field “attributes” is accepting JSON structure, so you can pass any number of keys and values. Here is example of what the meta data looks like in Stripe account. Note that we automatically add the stripe_transaction_id field so that each contribution transaction in Stripe can easily be correlated with the originator in Thrinacia Atlas.

screenshot_from_2017-11-14_12-11-47

Note that “attributes” to stripe meta data mapping is currently restricted to single level depth.