Payment Gateway Settings DisconnectedCopy PageSubscription to the disconnected webhook example: cURLcurl --location --request POST '/platform/v1/webhook/subscribe' \ --header 'Authorization: "Bearer API_TOKEN"'\ --header 'Content-Type: application/json' \ --data-raw '{ "event": "payment_gateways_settings/disconnected", "target_url": "URL" }' Payment gateway disconnected payload example JSON{ "entity_name": "payment_gateways_settings", "event_type": "disconnected", "data": { "business_uid": "j9q05nvfv12w79vl", "payment_gateway_name": "stripe", "is_connected": false, "is_primary": false, "updated_at": "2022-07-05T12:54:02.101+03:00" } }Updated 2 months ago Payment Gateway Settings ConnectedReview SubmittedDid this page help you?YesNo