#MaxMatteo
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
hey
its more this https://stripe.com/docs/invoicing/integration/virtual-bank-numbers?ach-or-sepa=sepa-credit-transfer
create VBAN via api is what i need
so customer sends money
ok sorry for the miss understanding
but I see you already have the resources in our docs, anything else I could help you with
"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
the first link you sent has the implementation using the API
let me know if you need any more help
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],
]
);```
Hello ๐
Taking over as tarzan needs to step away
Give me a couple of minutes to catch up on the context
In the meantime, can you share the request ID where you're seeing this error?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
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
Checking... Server is running a little busy
ok
with latest version now: req_MdgfEt1xsmDUx9
man docs & api feature are a little mess sometimes
docs clearly say that
but api call fails
huh I don't see anything wrong with the API call. It might be something with account configuration.
If you go to
https://dashboard.stripe.com/settings/billing/invoice
and click on "manage" Payment Methods
do you see a prompt to activate SEPA credit transfer?
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
Yup totally get that. I'm also stumped as I really expected this to work.
so what now?
Most probably missing something minor.
Let me ask a colleague to take a look too.
ok
Hey, it looks like this functionality is currently in beta and needs to be enabled for your account. https://stripe.com/docs/sources/sepa-credit-transfer
If you reach out to our support team, they should be able to help get your account enabled https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
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.
okay