#venkateshjsoft

1 messages ยท Page 1 of 1 (latest)

pastel tuskBOT
graceful roost
#

Hello ๐Ÿ‘‹
How can I help?

sinful terrace
#

I found a code sample from here to build custom checkout page

#

I would like know how can modify the same page so I can use it for ideal payment

#

by default this flow goes to card payment

pastel tuskBOT
carmine kernel
#

Hi ๐Ÿ‘‹
I"m stepping in as @graceful roost has to go.

First do you have IDEAL activated on your account?

sinful terrace
#

yes

carmine kernel
sinful terrace
#

Thanks

#

I managed to complete the flow, however when I checked the api status, it shows "requires_action" Req ID: req_7cjA3H4i94DTp9

#

what does it mean?

carmine kernel
#

This means the purchase requires authentication

sinful terrace
#

how can I know what the action required?

#

I attached my current flow

#

I authorized the payment, but still it shows required action

#

I dont understand

#

req_rAj3HH51sVuDiO

carmine kernel
#

The confirmation request will always return a paymemt that requires_action but the authorization was successful and the payment intent succeded

sinful terrace
#

if I want to charge the customer again

#

is it possible?

#

for the recurring payments

#

using sepa generated id

carmine kernel
#

Yes, there is another doc for that

sinful terrace
#

is it possible generate sepa id after I created normal payment intent

#

without user interaction

#

during payment intent creating we are authorizing, we can setup sepa id once payment intent is created

carmine kernel
#

I'm not sure I follow what you are asking.

#

Are you asking if you can charge the SEPA payment method after you created it?

sinful terrace
#

yes

#

I setup payment using the above sample

#

for all payment types

carmine kernel
#

So in that case you can pass the payment method ID when creating the payment intent

#

And that will automatically charge the SEPA payment method

sinful terrace
#

okay

#

let me try