#stenerali_api

1 messages ¡ Page 1 of 1 (latest)

viscid bloomBOT
#

👋 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/1222291772713996308

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

azure locustBOT
#

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.

sinful forge
#

account endpoint:

        "acss_debit_payments": "active",
        "affirm_payments": "active",
        "afterpay_clearpay_payments": "active",
        "bancontact_payments": "active",
        "card_payments": "active",
        "cartes_bancaires_payments": "pending",
        "cashapp_payments": "active",
        "eps_payments": "active",
        "giropay_payments": "active",
        "ideal_payments": "active",
        "klarna_payments": "active",
        "link_payments": "active",
        "p24_payments": "active",
        "sepa_debit_payments": "active",
        "transfers": "active",
        "us_bank_account_ach_payments": "active"
    },```
azure locustBOT
sinful forge
#

capabilities endpoint

            "id": "bank_transfer_payments",
            "object": "capability",
            "account": "acct_1OyLFMS7hdrxz3Dn",
            "future_requirements": {
                "alternatives": [],
                "current_deadline": null,
                "currently_due": [],
                "disabled_reason": null,
                "errors": [],
                "eventually_due": [],
                "past_due": [],
                "pending_verification": []
            },
            "requested": false,
            "requested_at": null,
            "requirements": {
                "alternatives": [],
                "current_deadline": null,
                "currently_due": [],
                "disabled_reason": "requirements.fields_needed",
                "errors": [],
                "eventually_due": [],
                "past_due": [],
                "pending_verification": []
            },
            "status": "unrequested"
        },```
light harness
sinful forge
#

yes, you can see it enabled in the screenshot

light harness
sinful forge
#

this is in the platform account?

light harness
#

Yes, correct

sinful forge
#

how do we enable bank transfers for connected accounts?

#

and see that capability confirmed from the platform?

light harness
#

Sorry for the delay! I should have looked at account acct_1OyLFMS7hdrxz3Dn earlier. Since this account is neither a custom nor express account, you can't request additional capabilities.

#

Account acct_1OyLFMS7hdrxz3Dn has full Dashboard access so they can enable/disable payment methods by logging into the Dashboard themselves

sinful forge
#

from where on their dashboard do they request it?

#

(the first screenshot was the payment method on the connected accounts dashboard)

light harness
#

Do you know what they see when clicking Configure? Have they tried creating a PI that uses the bank transfer payment method?

sinful forge
#

Have they tried creating a PI that uses the bank transfer payment method?

chicken and egg. we're the platform, so we need to verify the method is enabled on the account before we allow connected accounts to use it as a payment method.

#

so no, the account has not created a PI yet. However I had created PI's for a previous test account (now closed: acct_1H5GxwGbF4GB4p16) but the capability still did not show up. I had closed that account and opened this one to test it further.

light harness
#

I see

#

I'm not able to find the best way to handle this or what's expected in this scenario. Since you're working with unified accounts, I recommend reaching out to our Support team about this: https://support.stripe.com/contact/

sinful forge
#

will do. thanks anyway.