Stripe via Omnipay
Download libraries
$ php composer.phar require "payum/omnipay-bridge" "omnipay/stripe:~2.0"Configure gateway
#app/config/config.yml
payum:
gateways:
your_gateway_here:
factory: omnipay
type: Stripe
apiKey: abc123
testMode: truePrepare payment
Next Step
Supporting Payum
Last updated