Jump to content

I want webhook send request API will have a attribution identify.


anhthh

Recommended Posts

I created a webhook with event receipts were created. I want loyverse webhook should be attribute identify at header. How can i do that?

Link to comment
Share on other sites

Hello @anhthh

There are 3 ways of creating webhooks in Loyverse.

1. Create webhook from https://r.loyverse.com/dashboard/#/webhooks
2. Create webhook from /webhook endpoint using an Access token.
3. Create webhook from /webhook endpoint using OAuth 2.0.

Only when you create a webhook by 3. the webhook will contain X-Loyverse-Signature in the Header.

We use the HMAC algorithm with SHA-1 as a hash function.

Link to comment
Share on other sites

  • 1 month later...
8 hours ago, DaveHerbert said:

can i authenticate a incoming webhook from the loyverse dashboard tool with just an access token without creating an app

Hello. 

No, the webhook doesn't contain your access token.

This is an example header of a webhook created with an access token.

image.png.f5d081938d884a74a67379242465cd76.png

Link to comment
Share on other sites

Ok thanks. So my question is, how can we authenticate a webhook created from https://r.loyverse.com/dashboard/#/webhooks?

I read in another post that only when you create a webhook from /webhook endpoint using OAuth 2.0.. the webhook will contain X-Loyverse-Signature in the Header.

Edited by DaveHerbert
Link to comment
Share on other sites

Loyverse Point of Sale

 

 

 

 

×
×
  • Create New...