COMMUNICATIONS
Configurations
Webhooks
5 min
learn how subscription status works within myfundbox video tutorial to configure webhooks endpoint url succeeded when the organization id & subscriber e mail address matches perfectly, the subscription is active and the status will be displayed as given below input https //subscription myfundbox com/webhook?orgid=1313\&subscriberid=test\@myfundbox com replace org id = "your myfundbox company id" & subscriber id = "your subscriber myfundbox e mail address" output { "name" "jerry", "username" "jerry mastermann\@test de", "telephone" "132564641651321", "amount" "10,00", "currency" "gbp", "start date" "2020 01 22", "end date" "", "lastpayment date" "", "created date" "2020 01 22", "status" "active", "description" "user exists with an active subscription" } failure when there is no records or organization id & subscriber e mail address doesn't match, then the subscription is inactive and the status will be displayed as given below input https //subscription myfundbox com/webhook?orgid=1313\&subscriberid=test\@abc com replace orgid = "your myfundbox company id" & subscriberid = "your subscriber myfundbox e mail address" output { "status" "inactive", "description" "user does not exists" }