Closed test2a closed 3 years ago
Currently it's only Stripe. Paypal is also planned. Which other services are you thinking of?
india has many gateways like https://razorpay.com/docs/ https://docs.instamojo.com/
Cool, thanks for letting me know. Have you tried signing up for Stripe via ExtensionPay? It works in India now. I have at least one Indian developer who's using it successfully.
@glench interesting. i did not know stripe was available in india. this should be interesting then. the 5+2% is interesting but manageable. if i am able to get stripe working for me, i will definitely start with the integration. will ask for support if anything crops up
ok great!
@Glench extensionpay.com asks me for USD only. do we have some way to make it in other currencies or do i write in USD and the stripe pays in INR?
Yes, Stripe pays in INR. I'm still working out a good way of dealing with currencies.
@Glench so i write say USD 10 in extensionpay and it would translate the same into INR. that is what i understand. is that right? what about if i want to ask for more than 1 subscription plan, like $10 plan and $20 plan?
Exactly — you get paid in INR even though the currency shows to the customer as USD.
At the moment there is only support for one plan per extension although that will be changing soon!
@Glench when i try to connect glench, it is asking to create a new business which fails because it says contact support it shouldnt do as i have created a new business "in india"
Can you email me? glen@extensionpay.com
@glench i have emailed you.
@glench i see the stripe has very limited payment options in india, only visa/mastercard when there are multiple other means (netbanking, Rupay, UPI, wallets etc) for indian customers. i have a question, if i have a customer wanting to pay me by any other means and i accept the payment, is there a way to activate the extensionpay for them from backend? i understand stripe says yes to them then extensionpay accepts that. i tried to to adjust balance then manually adjusting the amount to give them credit but i havent tested if extensionpay sees that so do you have an idea what would be the case?
Hm good to know!
At the moment users can email me with the customers they want to add and I can mark them as paid. The reason it's like this so far is to prevent the situation you're describing where a developer uses the ExtensionPay service but takes payments through other means so doesn't end up paying for the service. However, because I want to support other payment services like Paypal and maybe RazorPay it seems like I'll want to change things around a little bit.
In the meantime I'm happy to work something out with you if you'd like. Please email me so we can work out the details.
On Thu, Aug 5, 2021 at 1:19 PM test2a @.***> wrote:
@Glench https://github.com/Glench i see the stripe has very limited payment options in india, only visa/mastercard when there are multiple other means (netbanking, Rupay, UPI, wallets etc) for indian customers. i have a question, if i have a customer wanting to pay me by any other means and i accept the payment, is there a way to activate the extensionpay for them from backend? i understand stripe says yes to them then extensionpay accepts that. i tried to to adjust balance then manually adjusting the amount to give them credit but i havent tested if extensionpay sees that so do you have an idea what would be the case?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Glench/ExtPay/issues/11#issuecomment-893639909, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADOHBPYE2RXJIFZH53QNUDT3LB2DANCNFSM5BTSTHJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .
@glench OK. That is a valid reason and I understand that but I can cone up with 2 issues. 1. Base currency fluctuation. Like I put usd but I am selling in inr so my inr value should be fixed and not usd. Base currency should be changeable because I cannot advertise $10 when it translates to inr 750 today and paid 760 tomorrow.
Ps, can you bring referral system or some "codes" which can be pre paid discounts? That would make the social gamification of extension and help get more customers. Just a small feature request
- Base currency fluctuation.
The problem with selling in INR is that I believe most cards around the world can't pay in this currency, which alienates most of the worldwide users. Furthermore, selling in a currency that a user isn't familiar with decreases sales significantly according to most of the data I've seen. The Google and Apple app stores solve this by having pricing "tiers" that have equivalent amounts in different currencies and they show the user their local currency. This is one approach I'm considering. It doesn't solve the issue of fluctuating currency prices that you mentioned but if it's good enough for the app stores I think it should work for ExtensionPay. I mostly just haven't had time to implement it yet. In the meantime, the developers using ExtensionPay so far have been quite successful selling in just USD.
- Why dont you raise an invoice for all endries that didnt go through you
Like I said, email me and we can work something out — I'm flexible here. ExtensionPay is still a newish service and I'm working out the right pricing. Discount codes are definitely coming too!
@glench that is where i suppose the "account country" comes in for stripe. i understand it accepts a base country for an account like it did mine for india and set INR as base currency and the requisite taxes. can you see if extensionpay can recognise "Charges for a currency without a bank account will be converted to your default currency, INR." which is in settings, payout settings ? or something like this ? https://stripe.com/docs/api/country_specs/object#country_spec_object-default_currency
i don't know, i am still new to stripe and monetization. from what i understand, apple and google have standard conversion rates so 75 INR is 1 US$ regardless of actual currency translation. they absorb the cost/benefit so that customers get a standard price. that is why app store prices are equal but standard in countries. like in USA, apple will show $10 and in india, it will show INR 750 regardless of what fluctuation is. it think i read something like that.
what i am thinking is, if i set my "country" as india, then my base price should be that and if any other currency wants to pay, stripe will translate that figure but my base currency should remain the same. as i said, the service looks promising enough for me to go ahead with it so yeah lets work things out together
Oh was that your question? Yes, regardless of what currency your customers pay you in, you'll always receive payouts in Stripe in INR (if that's your currency).
On Fri, Aug 6, 2021 at 2:13 PM test2a @.***> wrote:
@Glench https://github.com/Glench that is where i suppose the "account country" comes in for stripe. i understand it accepts a base country for an account like it did mine for india and set INR as base currency and the requisite taxes. can you see if extensionpay can recognise "Charges for a currency without a bank account will be converted to your default currency, INR." which is in settings, payout settings ? or something like this ? https://stripe.com/docs/api/country_specs/object#country_spec_object-default_currency
i don't know, i am still new to stripe and monetization. from what i understand, apple and google have standard conversion rates so 75 INR is 1 US$ regardless of actual currency translation. they absorb the cost/benefit so that customers get a standard price. that is why app store prices are equal but standard in countries. like in USA, apple will show $10 and in india, it will show INR 750 regardless of what fluctuation is. it think i read something like that.
what i am thinking is, if i set my "country" as india, then my base price should be that and if any other currency wants to pay, stripe will translate that figure but my base currency should remain the same. as i said, the service looks promising enough for me to go ahead with it so yeah lets work things out together
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Glench/ExtPay/issues/11#issuecomment-894433323, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADOHBPIRW4GDV7TZEHMJ6LT3QQ5LANCNFSM5BTSTHJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .
hi. i would like to know if a third party payment gateway can be used with this instead of stripe? because stripe is not available in many place