I’m looking to check a client’s account for whether they have direct debit enabled, but it is not available in the current client request. Can this data be added to the response please?
This is currently available through the Client_Get
method - it’s an optional field.
For example:
"Body": {
"ClientID": "123456",
"ReturnData": {
"GoCardlessDetails": true
}
}
This will return either a URL (for sign up), or a MandateID.
Client with a mandate
"GoCardlessDetails": {
"PreAuthId": "MD000XXXXXXXX"
}
Client without a mandate
"GoCardlessDetails": {
"NewSignUpUrl": "https://www.quickfile.co.uk/gocardless?q=XXXXXXX"
}
Apologies I completely looked past that. Thanks for your help.
1 Like