Stripe on frontend + extra configuration

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
TobiasMadsen
Posts: 14
Joined: 04 Dec 2020, 09:57

Stripe on frontend + extra configuration

Post by TobiasMadsen » 29 Dec 2020, 12:30

1. Where is the front-end form for stripe payments generated?

2. I also wonder what the extra fields on the backend configuration is ment for. [/list]
Your documentation https://aimeos.org/docs/2020.x/manual/services/#stripe only mentions the two keys, authorization, address and testmode. What do the others do (see picture)?

3. How do i make my own frontend view for at new shippingprovider?
Attachments
stripe que.png
stripe que.png (12.17 KiB) Viewed 1093 times

User avatar
aimeos
Administrator
Posts: 7917
Joined: 01 Jan 1970, 00:00

Re: Stripe on frontend + extra configuration

Post by aimeos » 30 Dec 2020, 15:15

createToken: Enable token based payments for recurring subscriptions
onSite: Not used because it's hard-coded in the Stripe provider
type: The Omnipay driver type (there are several for Stripe)

You can get a description for most fields if you click on the "Option" column header or at the "?" button left of "Cancel"
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
TobiasMadsen
Posts: 14
Joined: 04 Dec 2020, 09:57

Re: Stripe on frontend + extra configuration

Post by TobiasMadsen » 03 Jan 2021, 10:08

Thank you.

What about question 1 and 3? :)

User avatar
aimeos
Administrator
Posts: 7917
Joined: 01 Jan 1970, 00:00

Re: Stripe on frontend + extra configuration

Post by aimeos » 04 Jan 2021, 11:42

TobiasMadsen wrote: 29 Dec 2020, 12:30 1. Where is the front-end form for stripe payments generated?
https://github.com/aimeoscom/ai-payment ... #L331-L416
TobiasMadsen wrote: 29 Dec 2020, 12:30 3. How do i make my own frontend view for at new shippingprovider?
Add the fields you need as frontend configuration to your delivery provider:
https://aimeos.org/docs/latest/provider ... figuration
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply