Salesforce callback Integration - call back is not working/ call back error
Friday, August 4, 2023 at 11:20amHi,
I'm trying to integrate Onespan Sign with my Salesforce instance so that I can write back data captured in Onespan back to fields in my Salesforce record but I am getting the following error message 'callback is not working, please register the callback'. I have followed all the steps from the relative blogs but it's still not working. Any help would be greatly appreacited.
Thanks,
Calum
Reply to: Salesforce callback Integration - call back is not working/ call back error
Monday, August 7, 2023 at 08:24amHi Calum,
Thanks for your information! I've checked your account settings and the oAuth configurations look good to me. Make sure that in your transaction creation, you've override the data > origin as "OSS" (all upper cases) with code around below lines:
OneSpanAPIObjects.Data data = new OneSpanAPIObjects.Data();
data.origin = 'OSS';
pkg.data = data;
Duo
Reply to: Salesforce callback Integration - call back is not working/ call back error
Friday, August 4, 2023 at 11:32amHi Calum,
Thanks for your post! Can I have your account email first?
Duo
Reply to: Salesforce callback Integration - call back is not working/ call back error
Sunday, August 6, 2023 at 08:27amHi Duo,
Thanks for your reply, the account email is [email protected].
Thanks,
Calum
Reply to: Salesforce callback Integration - call back is not working/ call back error
Wednesday, August 9, 2023 at 04:38amHi Duo,
Thankyou for your reply, can confirm that this resolved this issue.
Thanks,
Calum