#danitoyy

1 messages · Page 1 of 1 (latest)

green pineBOT
fallow ore
#

hi! should work with Bulgarian banks and there's no redirect no.

weary holly
#

So he just types his IBAN and everything works like magic ???

#

Thats insane

#

there should be some kind of authentication, right ?

fallow ore
#

SEPA doesn't have direct authentication like that(it's why other payment schemes like iDEAL/Bancontact etc can also be popular)

weary holly
#

Okay, what if I put your IBAN instead of mine

fallow ore
#

then I'd dispute the payment with my bank

weary holly
#

I actually have a dev question as well

#

Since I already have implemented payment intent card payments

#

The sepa transfer is also done with payment intents

#

Does it have the same reconciliation process as the normal bank transfers

#

I associate the intent with a customer

#

And I get a webhook for that particular order (if I send the metadata I need offcourse)

#

So it is basically not possible for him to send more/less money than the intent is craeted with

#

@fallow ore You still here ?

fallow ore
#

I am

#

not sure I understand the question

fallow ore
#

it's not like a credit transfer where the customer has to go to their bank and initate a transfer of a certain amount

weary holly
#

Perfect, thats what I was asking

#

And I will get a webhook for that particular payment intent when the payment is done

#

So I can handle it on my backend ?