Hi,
Could you recommend the best process for creating a recurring gift to be collected via bank account direct debit (bank name, sort code, account number) via a web form (not OLX).
At the moment we are using the /payments/v1/directdebitaccounttokens/ to register bank account data captured from a form. The token returned from this is then being added to a recurring gift which is added to a gift batch and posted to /gift/v1/giftbatches/{BatchId}/gifts/
The gift is created and can be processed via a web batch however bank account information isn't available against the gift itself in Database View. Is there a process that is being missed?
How can we pass bank information for validation using the SKY API prior to passing the data to store it and retrieve a token? (When using OLX for example, bank account information is being validated on form submit. )
Elsewhere we are using the bbCheckout product to capture card payments. We realise there is a JS "Blackbaud_OpenDirectDebitForm" method we can use to capture account details. This is however very Americanised (checking account terminology) and wouldn't suit our mainly UK based system, can this be localised or would this just be for US based customers?
It seems there may be a number of methods to achieve the goal and it would be good to hear the best practice method of achieving this.
Thanks