#rezamirzad

1 messages ยท Page 1 of 1 (latest)

violet swallowBOT
pale heart
#

๐Ÿ‘‹ happy to help

tranquil rain
#

thank you very much

#

beginning to get desperate ๐Ÿ˜„

pale heart
#

would be with you shortly

tranquil rain
#

sure

pale heart
#

the Checkout client-only integration.
this is a deprecated and you shouldn't use it for new implementations

#

if you're only using graphql in the backend it would be hard to integrate with Stripe since we don't have a direct SDK to work with graphql

#

unless you want to write the implementation and maintain it yourself

tranquil rain
#

am i able to just use the api with a controller on my backend?

pale heart
#

what type of backend are you using?

#

only the graphql or is graphql hosted in a nodejs or other type of backends?

tranquil rain
#

it is a graphql hosted in a nodejs

pale heart
#

ok then you can create a separate endpoint other than the graphql where you can use our Nodejs SDK to create a Checkout Session as explained in the quickstart guide I sent you earlier

tranquil rain
#

i see.
something like a controller?
like i use something like this?

pale heart
#

yes sure