Test Webhook at localhost in braintree

后端 未结 7 2204
故里飘歌
故里飘歌 2021-02-06 01:03

I am working on braintree and I want to send custom email notifications to my customers as I am working with recurring billing, so every month these custom notifications should

7条回答
  •  失恋的感觉
    2021-02-06 01:27

    If you have a online server you may forward port from your computer to that server.

    ssh -nNT -R 9090:localhost:3000 root@yourvds.com

    And then specify webhook as http://yourvds.com:9090/webhook

    all requests will be forwarded to you machine, you will be able to see logs

提交回复
热议问题