#rafaelbaptista - connect transfers
1 messages ยท Page 1 of 1 (latest)
You can create a transfer to their account to send funds https://stripe.com/docs/api/transfers/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
let me check this , 1sec
Hello ๐
Give me a moment to catch up here, thanks ๐
when using weebhooks of stripe how i define the endpoint secret
can you provide more context on this? like where are you exactly trying to define it?
usually Stripe generates the secret for each endpoint
Gotcha. You'd need to copy it from the dashboard
The doc I linked above will walk you through the setup
that is the stripe signature what i dont know is what is the endpoint secret, cant find that info on the doc
You'd need to go here
https://dashboard.stripe.com/test/webhooks
And click on the endpoint you're trying to configure, the secret should be on the top right I think (?)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
1sec checking this now
is possible to send test events?
so i can test the endpoint?
you can use Stripe CLI for that
stripe trigger <event name>
i tried stripe trigger issuing_dispute.closed and didnt work
This is not a valid argument for stripe trigger: issuing_dispute.closed
?
are you still with me?
Yes I'm here
Juggling between a few threads at the moment
Give me a few to catch up
ok np
Are you on the latest version of Stripe CLI (v1.10.3)?
ah i don't think that specific event is supported via Stripe CLI
https://stripe.com/docs/cli/trigger#trigger-event
So how do i do a test evento?