#Balz

1 messages · Page 1 of 1 (latest)

severe hawkBOT
fallow violet
#

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```
ancient marsh
#

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?

fallow violet
#

That's correct, yes.

ancient marsh
#

Is this the same for the Stripe::Refund.create?

fallow violet
#

Yup

ancient marsh
#

Ok. thanks