You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was requested by Radu. He and Max may be good resources if there are questions.
If an ASE wants to use a signature, the SIGNATURE_SECRET environment variable is optional, so the ASE can opt in or opt out. We should point this out in the Admin API(s) and somewhere in the Webhook Events page, rather than making signatures its own page.
For the webhooks, Radu suggested something like this as well as code snippets.
This was requested by Radu. He and Max may be good resources if there are questions.
If an ASE wants to use a signature, the
SIGNATURE_SECRET
environment variable is optional, so the ASE can opt in or opt out. We should point this out in the Admin API(s) and somewhere in the Webhook Events page, rather than making signatures its own page.For the webhooks, Radu suggested something like this as well as code snippets.
The steps in the Stripe doc are:
Rafiki-Signature
header)signed_payload
string (in our case, the payload string is the request body [the data Rafiki sends to the ASE])The text was updated successfully, but these errors were encountered: