#ronaldblanco_02606
1 messages · Page 1 of 1 (latest)
Hello! can you share an example event ID that you're not receiving as expected?
evt_1Nj4PnIqiGb9liXwDBfBU3xQ
That's a payment.created event not a payment_intent.created event
You're not listening to payment.created events
Hm yeah don't see it either. Technically payments are charge objects though. Try listened to charge.created
You'd need to initiate a new transfer though
That's a screenshot of the same event
I need listen this event
Yep
Try charge.created
I know it's confusing, but py_ id's are technically charges
You can see in that event body:
"object": "charge"
Sorry charge.succeeded
And you'll need to trigger a new transfer
Let me know if that works
sorry but I have other question
Sure, what is it?
Do not share webhook secrets in here
They're sensitive data
What's the question?
Is the webhook key configured like this correct? for my webhook connect
What do you mean by is it correct? If you copied it from the dashboard it should be fine.
it's a test account
Still shouldn't share them
Also I'm not 100% certain charge.succeeded will work actually for the connect account. Was just a suggestion. Let me know if it works or not. If not, I can ask a colleague
the problem is that nothing arrives to my server webhook connect