#yathartha_api
1 messages ยท Page 1 of 1 (latest)
๐ 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.
- yathartha_api, 43 minutes ago, 50 messages
- yathartha_api, 2 hours ago, 3 messages
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
this is not a capability change
you're just changing the Payment Method Configurations here
okay
Capabilities is related to Connect Accounts
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
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
Yeah i did toggling turn on and off
so can we get notified if its turned on or off
that's not updating the capability
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
SO even with having capability on the payment method configuration can still be off
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
So i cannot implement this feature right?
yeah i got it now
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?
I'm not sure I follow, would you mind elaborating more please?
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
by client you mean the Connected Account?
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
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?
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
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 ?
where can i find get-go?
from the get-go means from the start
yeah that makes senase thanks
One more question
Can I call stripe API to enable/disable direct debit using connect account?