#Rahul Maru

1 messages · Page 1 of 1 (latest)

proud crowBOT
jade prism
#

Should be yes. You can simply create a Checkout Session or PaymentLink to test

hot echo
#

but i am not able to find apple pay option in my dashboard

jade prism
hot echo
#

what is the procedure for setup apple pay and google pay for stripe

#

hello @jade prism are you there

jade prism
hot echo
#

i need to do the complete server side implementation for apple pay and google pay but there are some parameters for
success_url: 'http://localhost:4242/success.html',
cancel_url: 'http://localhost:4242/cancel.html'
while create an apple pay session but in mobile app we can't redirect user so how we can process the payment for apple pay

jade prism
#

What do you mean by server side implementation for apple pay and google pay?

#

Do you mean Checkout Session?

hot echo
#

actually we have the ecomm project where from mobile app customer call an api and payment will be captured on server just like we do card payments

#

but in the case of apple pay i need the same like if user calls apple pay api while placing an order payment will be capture on backend and it will response to the app

hot echo
jade prism
#

Can you elaborate more on your current implementation? How are you:

from mobile app customer call an api and payment will be captured on server

#

what "apple pay api" you are referring to?

hot echo
jade prism
#

"Capture" is confusing since it means a complete different thing: Separate Auth and Capture. It's not the Doc above.

hot echo
#

but on 5th step in payment sheet they have mentioned that we need to setup return url and in IOS we can't redirect user

jade prism
#

That part is only needed if you use some redirect-based payment method. If you only use card and Apple Pay, you can skip it