#dalbeer

1 messages · Page 1 of 1 (latest)

pulsar beaconBOT
unkempt venture
ornate bough
#

how can i check in the test account ?

#

?

unkempt venture
#

You can turn on test mode and visit the same link

ornate bough
#

when i turn on the test mode then payout schedule section is not there

unkempt venture
#

Looks like there's update on Dashboard and you can only configure payout schedule in live mode

ornate bough
#

then how can i check it in the test mode

unkempt venture
ornate bough
#

the scenario is i have tranfer the funds from the platform to the connected account with the stripe.transfer.create() then how can i transfer that fund to the bank account of the connected account ?

#

whats the further steps ?

unkempt venture
#

You can't transfer the funds from platform to connected account's external bank account directly

#

You need to transfer the funds from platform to connected account first, once the funds become available, it'll be automatically paid out to the external bank account of the connected account.

ornate bough
#

can you please check the screenshot https://i.imgur.com/QI6zJn5.png
the automatically paid out is not working

unkempt venture
#

What's the payout ID? and also tell me what you expect from this payout.

ornate bough
#

this is the payout id
po_1NnWpAIMw2u2QxWOsHjWTZps
and the account type is standard

#

i want to check it works fine then i want to live the keys

unkempt venture
#

I can see that the payout was created successfully, so what's not working for you?

ornate bough
#

i just want to confirm that in the live mode the payment is tranfer to the external bank accout for the connected account?

unkempt venture
ornate bough
#

what's the Payout in transit and Payout initiated automatically ?

#

at last, can you confirm that is it ok and working fine in the live mode too what i have done?

unkempt venture
#

I saw no problems at this moment, if you encounter any problem in production, feel free to reach out to us again.

ornate bough
#

okk thanks

#

with the help of this the payment will be refund
stripe.Refund.create(payment_intent="xxxxx")

unkempt venture
#

Yes this is the API to create a refund

ornate bough
#

how much time it take to refund that payment ?

unkempt venture
ornate bough
#

while cancel the order with some amount what should i use ?
stripe.PaymentIntent.cancel("xxxxx")
and this stripe.Refund.create(payment_intent="xxxxx")

unkempt venture
#

You can only create refund when the PaymentIntent is succeeded, since you already cancel the PaymentIntent, you don't need to create a refund.