#civo-PaymentIntent
1 messages · Page 1 of 1 (latest)
Did you setup your webhook endpoint in Live mode? and have you confirmed it listens to payment_intent.* events?
calling PI for standard account from the top level (platform) account normally means Direct Charge, and that PaymentIntent would belongs to the Connected Account
So you would need a Connect-type Webhook Endpoint, listen to payment_intent.*
Thanks - created seperate web hook for direct (was missing it) seems to be working now