Fastlink Landing page is not getting rendered

前端 未结 2 700
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-25 09:59

I am working on implementing Fastlink 2.0 integration for aggregation and IAV for my application. I am able to get the oauth token for both Aggregation and IAV but when I am usi

2条回答
  •  闹比i
    闹比i (楼主)
    2021-01-25 10:18

    You need to submit this as an HTML Form post, this is not a REST GET request. This means it will not work if you just append it to the URL and try to get it.

    Here is the HTML Form you can replace the respective values-

    Processing...
    RSession :
    FinappId :
    Redirect :
    Token :
    Extra Params :

提交回复
热议问题