gocardless webhook 419 Authentication Timeout error

感情迁移 提交于 2019-12-11 17:12:48

问题


I'm trying to integrate gocardless webhook in my website. I'm developing my site in laravel 5.5. Right now i'm following their instrution. But getting an error 419 Authentication Timeout. I did exactly as followed from their documentation. https://developer.gocardless.com/getting-started/api/staying-up-to-date-with-webhooks/

I created a POST route in my web.php file Route::post('/test', 'GocardlessWebhookController@remote');

Then i put my secret token in my env file. In the controller i copy paste the same code from that site. Then i trigger the webhook from sandbox test environment.

Can anyone help me out?

来源:https://stackoverflow.com/questions/53805342/gocardless-webhook-419-authentication-timeout-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!