Payment Gateway Settings ConnectedCopy PageSubscription to the connected 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/connected", "target_url": "URL" }' Payment gateway connected payload example: JSON{ "entity_name": "payment_gateways_settings", "event_type": "connected", "data": { "business_uid": "j9q05nvfv12w79vl", "payment_gateway_name": "stripe", "is_connected": true, "is_primary": true, "updated_at": "2022-07-05T12:54:02.101+03:00" } }Updated 2 months ago Lead InjectionPayment Gateway Settings DisconnectedDid this page help you?YesNo