#yathartha_api

1 messages ยท Page 1 of 1 (latest)

astral pumiceBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1309464846311493653

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

zinc gulch
#

๐Ÿ‘‹ happy to help

#

would you mind sharing the request ID where you made the changes?

median summit
#

i guess it did not trigger any event

#

I will show you what i did

#

in the provided image i have updated the BECS_DIRECT_DEBIT(AU) to off

zinc gulch
#

this is not a capability change

#

you're just changing the Payment Method Configurations here

median summit
#

okay

zinc gulch
#

Capabilities is related to Connect Accounts

median summit
#

well i will share a eventID please help me if i am doing it correct

#

evt_1QNtqz4GdKPKwSV93J8queFq

#

Actually i wanted to know if the connected account have completely enabled their direct debit au
here I have listened to account.updated event and have done following

#

payload.data.object.capabilities.au_becs_debit_payments === 'active' to update that it is enabled

zinc gulch
#

capability and payment method turned on/off are two separate things

#

capability means that the feature is accessible to the connect account

#

but it can still be turned on or off depending on the Payment Method Configuration used

#

turned off the capability comes from updating the account itself

#

not the Payment Method Configuration

median summit
#

Yeah i did toggling turn on and off

#

so can we get notified if its turned on or off

zinc gulch
#

that's updating the Payment Method Configuration

#

with the capability still on you can create another Payment Method configuration that has this on with no problem

#

whereas removing the capability means that the option of this Payment Method type won't exist regardless of the Payment Method Configuration used

median summit
#

SO even with having capability on the payment method configuration can still be off

zinc gulch
#

yes

#

and you won't get the capability.updated event since you're not changing the capability by turning on or off a PMT on a PMC

median summit
#

So i cannot implement this feature right?

median summit
#

I wanted to enable adding of the bank details features when the direct debit is enabled by the connected account.
So i cannot implement this feature right?

zinc gulch
median summit
#

Yeah sure

#

If we provide clients of connected account to add their bank details for the transaction and direct debit is not enabled then it will not allow the client to add their details

zinc gulch
#

by client you mean the Connected Account?

median summit
#

So rather making this feature enabled by default, we were thinking of to disable by default and once it is enabled then we are enabling client with this feature

#

by client I mean the clients of the connected account, not the connected account

zinc gulch
#

in that case we call them customers, just so have a common jargon

#

but how the customers would be passing their bank details if the PMC doesn't include DirectDebit?

median summit
#

we have the following screen will post image

#

Here based on payment type the customer provide their details

#

so direct debit is not enabled by default so this form is not in working condition at this moment

#

how ever we want this if that payment method configuration is properly set by the respective connected account so that their customer can provide bank detilas

zinc gulch
#

so you're just using Stripe.js without using PaymentElement right?

#

in all cases, I'm not sure why you want to do that

#

like if you want any customer to be able to use DirectDebit why not just enable it from the get-go ?

median summit
#

where can i find get-go?

zinc gulch
#

from the get-go means from the start

median summit
#

yeah that makes senase thanks

#

One more question

#

Can I call stripe API to enable/disable direct debit using connect account?

zinc gulch