#__rob1986__

1 messages · Page 1 of 1 (latest)

minor breachBOT
fresh fiber
#

As for custom data, depends what you need to pass and where it needs to be persisted

quick coyote
#

its just a reference number so the client can easily link the payment to an order in the system

#

it needs to be stored against the transaction in stripe

#

looking at the link your provided, it appears that i would need to make use of the sdk, is that correct?

#

it also says i would need to create the product

fresh fiber
fresh fiber
quick coyote
#

does every stripe transaction require a product?

#

or can i just , even if its entirely via the api, just pass in an amount, or does the amount need to be attached to a product?

fresh fiber
fresh fiber
quick coyote
#

so if i want to pass a custom amount, and custom data to stripe for processing without the need to create products, does that mean i would need to read up on Intents and Elements?

fresh fiber
#

Yep!

#

But again, it'd be a single reusable Product object for custom amounts

#

You wouldn't be creating a unique Product object each time

quick coyote
#

right ok... that helps massively! thanks! final question, what is the min php requirement for the sdk?

fresh fiber
quick coyote
#

Perfect, thanks @fresh fiber help is appreciated!