#Muttakin Islam Hasib

1 messages · Page 1 of 1 (latest)

solid needleBOT
unreal urchin
#

Hi there, you can disable the button when a transfer is in progress and enable the button when the transfer is completed

icy frigate
#

is there any way to prevent it from the stripe paymentintent

unreal urchin
#

I don't see why you need PaymentIntents API for creating a transfer.

icy frigate
#

we have balance on our stripe platform dashboard.

and we want to transfer the money to a stripe connect account

#

like $5 $10 or $3 this type of amount

unreal urchin
#

so what's your question?

icy frigate
#

is this is the process to implement it?

unreal urchin
#

Yes, this is the example code to create a transfer.

icy frigate
#

so there is no way to prevent duplicate API call?

#

is there any way to provide a unique id then it will transfer for only one time

unreal urchin
#

you can set a Idempotency-Key in your request, so that the subsequent request made with the same Idempotency-Key will no result in a new transfer

icy frigate
#

what the transfer_group do?

unreal urchin
#

It's optional. If you are only transfering funds to one account, you don't need to set it.