#Balz
1 messages · Page 1 of 1 (latest)
Hello 👋
You can also just set the method call to a variable and print it out OR use it in a conditional
i.e.
puts transfer```
Hi. So if I get back a transfer object I can be sure the transfer was created successfully on Stripe side?
And the transfer.created event is just there to inform webhooks that a transfer was created?
That's correct, yes.
Is this the same for the Stripe::Refund.create?
Yup
Ok. thanks