#ronaldblanco_02606

1 messages · Page 1 of 1 (latest)

foggy barnBOT
radiant widget
#

Hello! can you share an example event ID that you're not receiving as expected?

little creek
#

evt_1Nj4PnIqiGb9liXwDBfBU3xQ

foggy barnBOT
little creek
#

my webhook created

dapper venture
#

That's a payment.created event not a payment_intent.created event

#

You're not listening to payment.created events

little creek
#

payment.created does not exist in options

dapper venture
#

Hm yeah don't see it either. Technically payments are charge objects though. Try listened to charge.created

little creek
dapper venture
#

You'd need to initiate a new transfer though

dapper venture
little creek
#

I need listen this event

dapper venture
#

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"

little creek
#

no exist

dapper venture
#

Sorry charge.succeeded

#

And you'll need to trigger a new transfer

#

Let me know if that works

little creek
#

sorry but I have other question

dapper venture
#

Sure, what is it?

#

Do not share webhook secrets in here

#

They're sensitive data

#

What's the question?

little creek
#

Is the webhook key configured like this correct? for my webhook connect

dapper venture
#

What do you mean by is it correct? If you copied it from the dashboard it should be fine.

little creek
#

it's a test account

dapper venture
#

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

little creek
#

the problem is that nothing arrives to my server webhook connect

dapper venture
#

Yeah I understand

#

You tried charge.succeeded?

little creek
#

I do not generate any event