2021年5月4日星期二

Forte Hosted Form callback in vue.js

I have used Forte Hosted Form for making payment in our ASP.NET project. Currently I need to do the same in vue.js. I am able to open the Forte Hosted Form but I am not getting the response. Forte provide a callback attribute for its html5 button. Which capture the payment response. But I am not able to capture response using that callback attribute.

Here is my code:

<button      callback="oncallback"      :api_access_id="forteRequestModel.apiAccessID"        version_number ="2.0"...>      Make Payment  </button>    

JS Code :

methods :{     oncallback: function(e){         alert("Hello " + e.response);    }  

}

Please help me on this.

https://stackoverflow.com/questions/67385822/forte-hosted-form-callback-in-vue-js May 04, 2021 at 09:32PM

没有评论:

发表评论