#allemonta
1 messages · Page 1 of 1 (latest)
👋 Thanks for reaching out
Not sure I fully understand your question.
First of all are you talking about this:
https://stripe.com/docs/payments/bank-transfers
Hi! Yes, I'm talkink about bank transfer as payment
(following this link https://stripe.com/docs/payments/bank-transfers/accept-a-payment)
Context: I need to receive a bank transfer after creating a payment intent of X euros, and the customer has to send money to a specific IBAN. This iban can be an italian iban? (starting with IT....)
Thanks for sharing these details. As mentioned in the documentation the allowed countries are DE, ES, FR, IE, or NL
Italy is not one of the options
https://stripe.com/docs/payments/bank-transfers/accept-a-payment?platform=web&country=eu#element-create-payment-intent:~:text=fund the payment.-,Set,one of DE%2C ES%2C FR%2C IE or NL,-. The IBAN t
You can refer also to the API documentation:
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_options-customer_balance-bank_transfer-eu_bank_transfer
Ok, thanks for the patience and the kindness. Last question. I'm trying to test the customer flow in test mode
I've sent 20 euros to a customer balance, and after I've created a payment intent of 10 euros for the same customer. I've read that the payment intent have to be resolved immediately, because the customer balance is higher of the payment intent requested. The payment intent still in progress. Am I wrong?
Could you please share the PaymentIntent Id ?
pi_3MBxzDFTgZEmRcC40rljpkCS
Thanks for sharing let me check
Sorry for my late reply
That PaymentIntent is in requires_confirmation status
It looks like you are missing a step in your integration:
https://stripe.com/docs/payments/bank-transfers/accept-a-payment?platform=web#element-submit-payment-to-stripe