jquery - Ideal payments with stripe laravel -


so followed tutorial , got stripe working credit cards: http://felicianoprochera.com/simple-payments-with-stripe-and-laravel/

now want have option make ideal payments. in stripe docs found this: https://stripe.com/docs/sources/ideal

it says have create source. if right: order controller fixed on charging , index.blade.php got code trigger charge.

so how can change code create source , charge after it?

i found link, dont know how put together: https://github.com/ob-stripe/example-stripe-php-ideal/blob/master/web/index.php

sorry noob question, can't find proper ideal tutorials anywhere , skills not enough make these steps work :(

thanks in advance!


Comments