Hey folks,
Raising this on behalf of an organization:
They are using the Payments API to enter direct debit information. However once the data has been saved, RE database view AND RENXT users are only able to view the last 4 digits of the account number and routing number that have been added using this method:
I am using the Sky API create a transaction endpoint (http POST to /payments/v1/transactions) to get an account token and transaction ID. I then setup a recurring gift using that account token and transaction ID (http POST to gift/v1/gifts). Finally I do an immediate gift payment for the first month's payment using the transaction ID and account token (http POST to gift/v1/gifts).
Users are able to view the full account number and routing number for any direct debits that have been added manually (non-API).
Could this be a defect? Anyone esle experiencing this?