#spinningCat

1 messages ยท Page 1 of 1 (latest)

fast vaporBOT
still wing
#

i will use stripe api to make a payment. I need to use checkout api for that right?

#

Using Checkout is one option, but not required. What are you trying to build?

#

You can integrate with the payment intents API directly, for example, but this is more complex

#

You can also use Payment Links to take advantage of Checkout without building anything at all

#

Depends on what you need

tawny turret
#

they will send me some parameters. I gave them post end point th them

#

i will make a payment with those parameters like name, description etc.

still wing
#

Who is "they"?

tawny turret
#

i have two projects one for payment one for other services

#

i am responsible from payment

#

app

#

app A will post some parameters to app B

#

it is basically like that

#

so payment intent and checkout can do the work

still wing
#

Sure, thats feasible. You can use Checkout or Payment Intents directly, at your discretion then.

#

Are you having any issues integrating that I can help with?

#

If not, I'd suggest exploring the docs and trying out the integration work, and get in touch if you get stuck ๐Ÿ™‚

tawny turret
#

this is the link i am looking

#

i am searching an example page like that for checkout

#

and i couldnt find api parameters list of stripe

still wing
tawny turret
#

checkout seems simple enough

#

one more question tho

#

there is secret_key

#

that contains information about credit card, ccv etc. right?

#

i am just newbie

still wing
#

No, the secret key is your API key for use server side to interact with the API

#

I suggest reading there for an overview of how this works

tawny turret
#

okay with publishable key you create form that constains paymenty info. Is that correct?

still wing
#

Correct - you use your Publishable Key client side to securely collect payment details

tawny turret
#

mm okayu i understand i think

#

app A will send me publishable key

#

inside that key there is credit card number, ccv, expiry date etc.. right?

#

sorry my question are newbie question i didnt do payment system it is my first time

still wing
#

I suggest reviewing our typical payment integration to see how the pieces work. The PK is used to collect details and can be used to save a card (or other payment method) on a customer, or create a payment method etc. You don't get raw card details, by design.

tawny turret
#

thanks

#

client_secrets i see

#

okat it seems payment_itent is what i go for it

#

see ya tomorrow thanks for your time

still wing
#

Quite welcome, good luck ๐Ÿ™‚