#Mohamad Izzat-q

1 messages · Page 1 of 1 (latest)

obtuse pelican
fast hornet
#

we can do the support right here, I try to write in English in case you don't understand, I repeat again

#

ok?

#

I have a cosmetics company, I sell all over the world and I want to use stripe to process payments, at the moment I will start doing sales in the United States of America with FEDEX logistics.

obtuse pelican
#

ok

#

what's the coding/API question?

fast hornet
#

I need to understand more about how to link STRIPE with FEDEX and understand more about the stripe platform and how payment and withdrawal methods work in my national currency.

fast hornet
obtuse pelican
#

this Discord channel is for developers to ask questions about their code that integrates with Stripe or how to use the Stripe API. Happy to answer that kind of technical question if you have one!

#

understand more about the stripe platform and how payment and withdrawal methods work in my national currency.
sure! what specific question do you have?

fast hornet
#

1 - stripe connects with facebook pixel?
2- stripe works with payment gateway and checkout, correct?
3- I need a tutorial on how to integrate FEDEX logistics with STRIPE

#

Is this channel here for these kinds of questions?

obtuse pelican
#

1 - That's something on your own site, we don't have any specific integration with Facebook's tracking pixels no
2- I think the answer is yes.
3 - I'm not aware of any specific guide for that, Stripe just handles the payment processing, what you do after that in terms of shipping orders is not something we have any specific guidance on.

fast hornet
#

yes, i understand that stripe does the order processing, but it doesn't have any plug-in with fedex?

#

for example, if I make 150 sales in 1 day, I won't be able to manually fill in all customer personal data

obtuse pelican
#

generally the way this works is :

#

or you write some code that, on a successful payment being processed in your Stripe account(https://stripe.com/docs/payments/checkout/fulfill-orders for example), integrates with the API of some other company(like Fedex or one of those shipping provider companies) and produces a shipping label or whatever is needed based on the information the customer provided through Stripe

fast hornet
#

thank you my friend