Jump to content

fossxplorer

Members
  • Posts

    47
  • Joined

  • Last visited

  • Days Won

    3

fossxplorer last won the day on June 18 2017

fossxplorer had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

fossxplorer's Achievements

  1. @blesta.store that is fantastic news for many customers of Blesta!
  2. I do own an unbranded Blesta license and i'm totally dependent on this feature to be added to Blesta and the Stripe gateway. I got the following from Stripe: We wanted to remind you about required changes to your Stripe integration. Upcoming industry-wide regulation will require Strong Customer Authentication (SCA) on many European payments starting 14 September. Unless you take action, payments that aren't authenticated may be declined by your customers' banks. Our information shows your business will be impacted by SCA, and that you still need to make changes to your Stripe integration to get ready for these new requirements. As this change may require additional software development, we strongly recommend that you start updating your integration as soon as possible. Visit the Dashboard to plan and start implementing the changes you'll need to make before 14 September. @Paul Can you please take a closer look at this issue so we don't loose customers and money?
  3. Alright. I hope other users of this module are ready to donate a significant amount to you when you are done. You can be sure to get a donation of $50 from me 01/2018. Thanks.
  4. Hi @netlink Do you plan to update the module to support .cloud and newer TLDs? I'll donate if that's what you need to get it done
  5. What is the risk of using Bitpay and Bitcoin to receive payment? I noticed the BTC to USD can vary and if i receive BTC and hold it for some time before "taking it out" in the form of USD, can i risk loosing money?
  6. Yeah, guys so i followed your advice and created an account at Stripe without any issues! And today, i received my first payment through Stripe, not bad. Right now i'm very very happy since we've never been able to offer customers CC payments due to f*** Paypal filtering out many countries for using CC. We had quite some customers asking for payment with CC since many simply don't like using Paypal for different reasons. @paul, no we don't do any kind of darknet business It's cloud storage hosting we are doing We are now even more happy using Blesta really! It seems much better than WHMCS on many fields, at least for our use case. Yes, i struggled quite some time to get started with POSTing from Universal module etc, but now things are falling into place. Btw, recently i came over http://www.hostingdiscussion.com/billing-accounting/41870-blesta-replacing-whmcs.html I really hope we prove those ppl's "Blesta will never be on par with WHMCS" thinking wrong. @Licensecart Is the domain manager coming with a new release? Any more info about it?
  7. Thanks for you replies all! I'm located in Norway, but clients paying from all around the world experience problem with Paypal's CC checkout. It only works from certain countries. I think that's what @Licensecart meant by location dependency? Stripe: thanks for the advise, i'll try to apply, IIRC, they denied me once some years ago. The reason was "we don't support this kind of business" or something.
  8. I'm looking to support credit card/debit/visa as my current Paypal account won't do that. I tried to create a Paypal Payflow account, but it's asking for a processor i don't have. Is there any other simpler gateways i can use? I need one that's quick to get started and that doesn't take too much of fee of payments from customers. Any advise appreciated. Thanks!
  9. Hi, with WHMCS could create a product and add price in 1 currency, say USD and leave EUR fields empty and WHMCS did automatically populate the EUR prices based on exchange rate. In Blesta it seems one has to specify all the prices for different currencies and prices. Am i right?
  10. https://marketplace.blesta.com/#/extensions/57-Announcement Plugin and https://blesta-addons.com/client/plugin/store/main/item/22/ and there seems no place for me to register an account to be able to download it?
  11. @NetworkJack i'd like to have client's email address to be part of the POST data. Would adding 'client_email' => $client->email, to the $ServiceMeta array of addService() do it? EDIT: it obvisouly wouldn't as we need a way of passing a "client" object to be able to access it's properties. Any hints about how to achieve this appreciated :=
  12. Nginx config at https://gist.github.com/fossxplorer/943ed638518987ae21e074a68c3d9258 Btw, the Paypal IPN works now. How do i get a developer account ? I'd love to have a developer license as i had it with WHMCS and it was very useful!
  13. I added that code into getClientAddFields() and got: Undefined variable: fields. But now that i'm using universal module (cloned), i've been easily able to create custom fields. So my questions are: 1. how do i access the custom fields in my code? 2. How do i POST using some options like -d "username" -d "password"? 3. The external system requires an additional header be sent with the POST request (-H "header: value" like: POST http://admin:secret@example.com/ocs/v1.php/cloud/users -d userid="username" -d password="fpassword" -H "OCS-APIRequest: true" Is this also achievable with universal module? Also, the external system requires me to not only POST, but also GET and PUT, DELETE etc. To start with, i need both API calls of POST and PUT in order to provision users. Is this supported by the universal module (i've cloned this module and named it mymodule).
  14. Alright, my installation was indeed at a subdomain so the correct redirect is: rewrite ^/modules/gateways/callback/paypal.php$ sub.domain.com/callback/gw/1/paypal_payments_standard/ It doesn't matter if it's inside subdomain or not, since the the rewrite line is inside the scope of the vhost, so the correct redirect is: rewrite ^/modules/gateways/callback/paypal.php$ /callback/gw/1/paypal_payments_standard/ Now testing with curl -L -I, i can see first a 302 Found with Location: sub.domain.com/index.php/, then i get 200 OK. Hopefully i got things right now to be able to receive payment notifications from Paypal into Blesta. Has been a big mess until now and i just hope no to loose customers due to my migration over.
  15. Also, i did update Paypal IPN with: Notification URL https://sub.domain.com//callback/gw/1/paypal_payments_standard/
×
×
  • Create New...