PUT
/
v1
/
apis
curl --request PUT \
  --url https://api.stan-app.fr/v1/apis \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "webhook_url": "<string>"
}'

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
webhook_url
string

Payment webhook to be notified when a payment status is updated. Use this to update your order status when a payment has been made