Skip to content

Simple self-contained example how to handle a webhook payload from HubTran

Notifications You must be signed in to change notification settings

HubTran/hubtran-webhook-php-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example HubTran Webhook Endpoint in PHP

I've deployed this to Heroku and you can test it with something like:

curl -X POST https://hubtran-webhook-php.herokuapp.com/handler.php?token=sekret -d @invoice_payload.json

where invoice_payload.json is a invoice payload file one of us gave you.

If you have any questions please email [email protected] or if I don't respond, email [email protected]

About

Simple self-contained example how to handle a webhook payload from HubTran

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages