#MaxMatteo

1 messages ยท Page 1 of 1 (latest)

plain meteor
#

๐Ÿ‘‹ happy to help

hybrid skiff
#

hey

#

create VBAN via api is what i need

#

so customer sends money

plain meteor
#

ok sorry for the miss understanding

#

but I see you already have the resources in our docs, anything else I could help you with

hybrid skiff
#

"To accept a bank transfer, create a bank transfer account in the Payment Methods section on the Customer page of your Stripe Dashboard"

#

i need todo that via api

plain meteor
#

the first link you sent has the implementation using the API

hybrid skiff
#

okay

#

will see

#

thanks mate

plain meteor
#

let me know if you need any more help

hybrid skiff
#

ok good

#

Stripe\Exception\InvalidRequestException

The type sepa_credit_transfer is not a valid source type.

#

thats what i get

#

any idea why?

#

        $source = $stripeClient->sources->create(
            [
                'type'     => 'sepa_credit_transfer',
                'currency' => 'eur',
                'owner'    => ['name' => $user->getFullName(), 'email' => $user->email],
            ]
        );```
swift kelp
hybrid skiff
#

cant see it

#

hey

#

is latest api version needed for that?

#
    "api_key" => "sk_test_E4i3cA1zxaaxZJXhkySsGNrI00jxxbA4JN"
    "client_id" => null
    "stripe_account" => null
    "stripe_version" => "2020-08-27"
    "api_base" => "https://api.stripe.com"
    "connect_base" => "https://connect.stripe.com"
    "files_base" => "https://files.stripe.com"
  ]
#

i am on 2020

#

req id: req_jI88RzcXYUZvc2

#

any idea?

#

upgraded to
2022-08-01

#

still the same error

#

req_ulnOx88jNGpgAa

swift kelp
#

Checking... Server is running a little busy

hybrid skiff
#

ok

#

with latest version now: req_MdgfEt1xsmDUx9

#

man docs & api feature are a little mess sometimes

#

docs clearly say that

#

but api call fails

swift kelp
hybrid skiff
#

its bank transfers

#

cant enable it globally

#

ah

#

maybe youre right

#

clicked request access

#

but nothing happens

#

still does not work

#

man what a mess all this is

#

kinda frustrating from a developer perspective

swift kelp
#

Yup totally get that. I'm also stumped as I really expected this to work.

hybrid skiff
#

so what now?

swift kelp
#

Most probably missing something minor.
Let me ask a colleague to take a look too.

hybrid skiff
#

thanks

#

The type sepa_credit_transfer is not a valid source type.

#

so?

swift kelp
#

A colleague is looking into this

#

I'll update you as soon as I hear back

hybrid skiff
#

ok

azure imp
#

If you reach out to our support team, they should be able to help get your account enabled https://support.stripe.com/?contact=true

#

Apologies for the confusion. We should call that out in the vBAN doc as well. I will make sure we call that out at the top of that doc too in future.

hybrid skiff
#

okay