Looking for a way to pass another value on the request string which can be passed to the gateway to be passed to the bank to finally appear on the customer's bank statement. As GoCardless only uses the field "reference", it would be great to edit this field. Example of request string sent to GoCardless Gateway RequestString: {Request = [{"payments": {"amount": "1999","currency": "EUR","reference": "INV00000134","description": "P-00000125","metadata": {"zpayment_number": "P-00000125"},"links":{"mandate":"MD000BM03xxxxx"}}}]; url = [https://api.gocardless.com/payments]}
... View more