#MerriBan
1 messages ยท Page 1 of 1 (latest)
Hi ๐
What Stripe interfaces are you creating for these transfers?
with checkouts
Do you have a checkout session ID I could review?
yes
i created some minutes ago
for testing
i want to know if i can retrieve the same information that stripe provided in the session
like BIC, IBAN and referment as shown here
in order to reprovide them in the future
Am I clear in my explanation?
Yes. I'm just not sure where you can get this. The BIC and IBAN are in the next_action.display_bank_transfer_instructions.financial_address property of the Payment Intent when it is in the requires_action status
And the referement, wich during session state to insert one "if possible", is it important? If yes can be retrieved?
I'm not sure what you mean by "referement"
I'm not seeing that recorded anywhere in the Stripe records associated with this Checkout Sesssion
you mean in the metadata?
It is in Italian, and state to inlcude that referement "if possible"
If you tell me that is not so important, i can skip it in my procedure
Ah, okay that does show up the the financial_address property I mentioned earlier.
What have you tested?
what do you mean?
Have you tested this flow with all the different possible combinations to see how the checkout session behaves?
Yeah a mean, once you click on pay it shows me only this view, so i cannot do anything
Synce it is an asynchronous payment the I have to check it manually to change the state for my platform
Hello! Hopping in here to help - give me a minute to catch up
Ok
Just to clarify - are you asking how to know when an async payment method has been completed with checkout?
Nono
This is referred to the last information required during the EU bank transfer checkout session
As you can see here
Ah, you want to know where to get that information we display in order to re-display to a customer? Specifically the referment?
Yes, if it is strictly necessary
And what expiration have those virtual Iban in order to receive funds
I don't know if the referement is strictly necessary (I'll try and check that) but I do see it included in next_action.display_bank_transfer_instructions.reference as you can see in this event (https://dashboard.stripe.com/test/events/evt_3MpDUpHdKPukxTHI0BUfmv2q)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Let me know about the necessity