githubEdit

Configuration Reference

Payum extension:

payum:
    security:
        token_storage:
            A\Model\TokenClass:
                # storage specific options

    storages:
        A\Model\Class:
            gateway:
                all: true 
                factories: []
                payments: []

            # storage specific options
        Another\Model\Class:
            payment:
                all: true 
                factories: []
                payments: []

            # storage specific options

    gateways:
        foo_gateway:
            # options
                
        bar_gateway:
            # options

            payum.template.layout: "AcmeDemoBundle::layout.html.twig"

            #use container parameter
            payum.template.foo: "%aParameterName%"

            # use service from container
            payum.action.foo: "@aServiceId"
            payum.api.foo: "@aServiceId"
            payum.extension.foo: "@aServiceId"

Doctrine storage:

Filesystem storage:

Paypal express checkout gateway

Paypal pro checkout gateway

Stripe.Js

Stripe Checkout

Authorize.Net AIM gateway

Be2Bill gateway

Be2Bill onsite gateway

Payex gateway

Klarna checkout gateway

Klarna invoice gateway

Omnipay gateway

Custom gateway


Supporting Payum

Payum is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:

Last updated