#Mohamad Izzat-q
1 messages · Page 1 of 1 (latest)
@fast hornet hi! we only speak English on this Discord server. There is support in other languages at https://support.stripe.com/?contact=true
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.
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.
no understand, coding api question?
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?
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?
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.
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
I'm not aware of us having any such plugin specifically with Fedex
generally the way this works is :
either you integrate with a third-party plugin/platform (there's some examples of those here : https://stripe.com/partners/apps-and-extensions/shipping ) and they help manage the order fulfillment and shipping considerations
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
thank you my friend