artfulrobot / uk.artfulrobot.civicrm.gocardless

A CiviCRM extension providing GoCardless integration to handle UK Direct Debits.
GNU Affero General Public License v3.0
5 stars 18 forks source link

handling address data #40

Closed Upperholme closed 5 years ago

Upperholme commented 5 years ago

I'm looking to implement this on a new site where we need to collect postal address information into the CiviCRM database. The GoCardless form on their site also collects address information. If I use a profile on my Civi contribution page that includes address fields etc, it looks like none of this currently gets passed to GoCardless when the user is redirected to the form on their server, with the result that the user enters data twice. Is this avoidable, either by enabling the user to enter all of the required data into the Civi form before going off to GoCardless, and passing that data into the GoCardless form, or alternatively by getting the data into Civi from GoCardless once the user has submitted the form at that end?

reswild commented 5 years ago

This reminds me that I have a number of patches with proposed improvements for this extension that I was supposed to upload to GitHub months ago, including passing along address info to GoCardless. I'll see if I can get that done later tonight.

artfulrobot commented 5 years ago

Yes, GoCardless API does include prefill for various fields, it would be good to get those integrated.

@reswild it would be fab if you could submit a PR for this if you're already done the work :-)

artfulrobot commented 5 years ago

This is included in v1.6, please upgrade.