Accepting Credit Cards

Greetings,
Scenario : I have a business that seeks to use Skype Business for
numerous Skype users to be allocated and regulated from one
business account : : : as well seeks to have the capability to
charge credit cards (through Skype if applicable) by each
allocated call (through any of the individual Skype users
of our business) for services provided during said calls.
My question is : is this a capability of Skype within
the Skype Business Format or would our business
need to use an outside account to do this?

Hi, sequoyah, and welcome to the Community,
Skype is not set up to accommodate this type of use; a Skype Manager account will allocate only Skype credit, subscriptions, and features from one account, and via only one payment method at a time.
For your service calls, you will need to employ an alternate service provider.
Best regards,
Elaine 
Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

Similar Messages

  • I would like to be able to accept credit cards on my website; can I do that with a website created with iWeb?

    I would like to be able to accept credit cards on my website; can I do that with a website created with iWeb?

    Here's some info about PayPal...
    http://www.iwebformusicians.com/Internet-Music-Sell-Distribute/PayPal.html
    You can also hook up with one of their preferred partners for various delivery options...
    http://www.iwebformusicians.com/Internet-Music-Sell-Distribute/Shopping-Cart.htm l

  • Cielo app for accepting credit card payments.

    Hi there, I don't even know if this is the right place, but if someone could help....
    I'm form Brazil and a BB user for years, was looking for upgrading my 9900 to a Z10/Q10 phone.
    My company will start accepting credit card payments using smartphones, but the bank says they only have apps for iOS and Android....Is there anyway an Android app could work on the Z10? 
    Thanks 
    Storelli

    BAR files are apps you can install (side load) to your BB10 device. BAR files are converted (usually by others) from those native to Android and iOS.
    DDPB is a PC app that can be used to perform the side-loading process of the BAR file app to your BB10 device.
    So, if someone somewhere (you must search the Internet) has created already a BAR file for this Cielo app you want (which you say already exists for Android and iOS), then you can download that BAR file to your PC, install DDPB to your PC, and then use DDPB to install the app (using the BAR file) to your BB10 device.
    The process is called side loading. If a developer has not written their app for BB10, then you can still side load it if the above conditions are met (someone has created a BAR file already for the app).
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Accepting Credit Card Payments

    Please be patient, this is new for me. I know the bare
    minimum, and have only designed basic web sites. (I'm primarily a
    print designer.)
    I have a client that needs to be able to accept credit card
    payments on his site. No shopping cart, no products being sold.
    He's a debt collector, and wants people to be able to come to his
    site to make a payment directly. I tried talking him into Paypal
    because I think I can figure that out. But he wants the credit card
    stuff directly on HIS site.
    I know he needs to have SSL set up (right?). He set up his
    hosting himself, so I'll have to find out what he has. He has to
    have some kind of merchant services in order to accept credit card
    payments...I'm trying to get that info from him as well. I'm at the
    point where I don't even know what to ask him or tell him.
    I've found third-party services out there that seemed like a
    good idea (some mentioned on this forum), but they're for setting
    up shopping carts. I don't need that, just the payment part.
    Is there anyone out there willing to point me in the right
    direction?? What's the equation for getting this accomplished?
    Thank you!
    Lisa

    macnut4 wrote:
    > Please be patient, this is new for me. I know the bare
    minimum, and have only
    > designed basic web sites. (I'm primarily a print
    designer.)
    > I have a client that needs to be able to accept credit
    card payments on his
    > site. No shopping cart, no products being sold. He's a
    debt collector, and
    > wants people to be able to come to his site to make a
    payment directly. I tried
    > talking him into Paypal because I think I can figure
    that out. But he wants the
    > credit card stuff directly on HIS site.
    > I know he needs to have SSL set up (right?). He set up
    his hosting himself, so
    > I'll have to find out what he has. He has to have some
    kind of merchant
    > services in order to accept credit card payments...I'm
    trying to get that info
    > from him as well. I'm at the point where I don't even
    know what to ask him or
    > tell him.
    > I've found third-party services out there that seemed
    like a good idea (some
    > mentioned on this forum), but they're for setting up
    shopping carts. I don't
    > need that, just the payment part.
    >
    > Is there anyone out there willing to point me in the
    right direction?? What's
    > the equation for getting this accomplished?
    >
    > Thank you!
    >
    > Lisa
    >
    >
    Hi Lisa:
    If you want to work with a payment gateway, you're pretty
    much going to
    have to use a shopping cart solution as they include
    scripting that
    enables the cart to interface with the payment gateway.
    Otherwise you're
    going to have to hand code your API calls to the payment
    gateway.
    Here are some things to think about:
    1. Does he have a database that you can put online so that he
    can search
    and view creditor records?
    2. Does his hosting provider support any kind of Server Model
    such as
    ASP, PHP or Coldfusion?
    3. Does the payment data need to be stored in a database so
    your client
    can retrieve it at a later time, or does he plan to use the
    payment
    gateway's control panel to view payments received?
    These three questions need to be answered to determine the
    extent of the
    application you can develop. I'd recommend strongly that the
    client have
    a database which stores all creditor information, including a
    creditor
    ID and that the website you develop have a User
    Authentication module so
    that creditors can log in to their own accounts, view their
    records and
    make partial or full payments to your client using your
    application.
    To implement this, you're going to have to host your site on
    a server
    that supports a Server Model such as ASP VBScript, ASP
    JScript, PHP or
    Coldfusion. Have your client check with his hosting provider
    to see what
    Server Model is supported if any. You may need to move him to
    a hosting
    provider that supports one of these models. This is because
    however you
    implement this application you're going to AT LEAST be able
    to post form
    data to a processor page that uses a server language(model).
    If a database of creditor information is on the server, it
    makes sense
    to store payment information in the database and to update
    creditor
    information, or to give your client administrator privileges
    so that he
    can update the creditor information when a payment has been
    made. Also
    consider that there may be fees such as interest on principle
    or some
    kind of amortization calculation to determine the actual
    percentage of
    the debt that has been paid when a partial payment is made.
    With this information in mind, and knowing that you'll have
    to code User
    Authentication, Payment Calculations, API scripting to pass
    data to the
    payment gateway, Success and Failure pages that display data
    about the
    payment as well as a search pages to display creditor data to
    the
    creditor as well as a back-end administrative application to
    allow your
    client to update the data in his database, you may want to
    consider
    using some tools to help you with this kind of project.
    WebAssist has the tools to allow you to build the User
    Authentication,
    Data search and manipulation and also the non-shopping cart
    payment
    application that you need to use which will interface
    silently with
    payment gateways such as Autorize.NET, PayPal's Website
    Payments Pro,
    Payflow Pro, LinkPint API as well as international payment
    gateways such
    as eWay and ProTX. Check out these tools and see if they will
    be
    appropriate for your task:
    SecurityAssist:
    http://www.webassist.com/professional/products/productdetails.asp?PID=114&CouponID=lm4gyi& RID=590&WAAID=92
    DataAssist:
    http://www.webassist.com/professional/products/productdetails.asp?PID=117&CouponID=lm4gyi& RID=590&WAAID=92
    eCart (don't let the name fool you! It can be configured in
    such a way
    that your client doesn't even know he's using a product that
    has the
    word "cart" in it!)
    http://www.webassist.com/professional/products/productdetails.asp?PID=123&CouponID=ecart41 &RID=590&WAAID=92
    If you have any questions, call the 800 number at the top of
    any page or
    email sales at webassist dot com.
    enthusiastically,
    mark haynes

  • Trying to install Square to accept credit cards and get KQHTTP Operation Error Error Domain error 442 What is this?

    Trying to install Square to accept credit cards on my ipad.  I get the following message.   KQHTTP Operation Error Domain error 422.   What is this?

    I am having same problem. Did you find a solution?

  • Accept credit card payments on BB Z10

    Anybody know of an app/reader that can be used on BB to ACCEPT credit card payments? Square does not support BB. I have a small interior decorating business on the side and I'd like to offere payment options.  Thanks! Cindy

    Cindy55 wrote:
    Anybody know of an app/reader that can be used on BB to ACCEPT credit card payments? Square does not support BB. I have a small interior decorating business on the side and I'd like to offere payment options.  Thanks! Cindy
    Im not familiar with Square, are you referring to this service: https://squareup.com/reader?
    Have you tried installing the android app thru Snap? (Snap lets you search and install android apps on your BlackBerry)
    Click if you want to Thank someone. If Problem is resolved, so that others can make use of it.

  • Accepting credit cards with your ipad? anyone do this at your business?

    i saw it on tv once and online.. squareup.com has this device that hooks to your phone or ipad to allow you to accept credit cards.. they say the fee is 2.75% of the transaction.. just wanted to know if any other businesses use this and how do you like it?
    thx in advance

    I use square and it works fine, but it's really meant for people who don't do a lot of volume. For example, you can do any dollar amount you want, but at first they put a 30-day hold on amounts you receive over a thousand dollars. (They say businesses can negotiate this.) I'm a musician and I just use it for clients who forget the check or who don't have access to paper checks anymore. It works quite well for that.
    Intuit also has something similar and theirs includes the option for a relatively inexpensive merchant account, so check them both out. Intuit's page is typical of their site and doesn't mention things like holds, so I don't know how they compare there.

  • Does Adobe Muse have on line widget store that accepts credit cards?

    Does Adobe Muse have on line widget store that accepts credit cards?

    Hi ,
    You can find almost all the widgets available for Muse at https://creative.adobe.com/addons
    or
    https://www.adobeexchange.com/
    And over there, for all those widgets which are paid, you can use your credit card to make the payments.
    Hope this helps
    Regards,
    Rohit Nair

  • Can you accept credit cards without using Paypal?

    We can already accept credit cards through our bank using Merchant Services which gives a lot lower % fee than Paypal offers.  Is there a way to accept credit cards on our online form without going through Paypal?

    We currently only support PayPal as a payment processor for credit cards.
    Randy

  • HT3702 Will not accept credit card security verification number....why?

    Had to restart my device....and reinstall all content.....for some reason iTunes account settings will not accept the security verification number on my MasterCard....???

    Make sure the address on your iTunes account is exactly the same as on your credit card bill (i.e. same spacing).
    http://support.apple.com/kb/TS1646

  • Shopping cart only accepting credit cards sometimes

    I replaced a Prostores shopping cart with a BC cart and my client keeps telling me of the significant number of people who are having getting the shopping cart to accept their credit cards.  While there are a certain number of people who mistype, we've been doing this for a number of years and we can tell when there are lots more such complaints than usual.
    I just put in a credit card for someone (on Chrome) and it gave me an error "Go Back."  I entered the same information on Firefox and it was successful.
    If we didn't all have years of experience with this, I would simply dismiss, but I really believe there are problems. 
    Is anyone else having this experience?  Is there anything else I can do to improve the performance?
    Katie

    One thing that we find very helpful is we added a script that emails the admin the results of every transaction, both succesful  and not.  We post in this email the communications that come back from the payment gateway, which normally you never see. This is extremely helpful in quickly catching and diagnosing errors or miscommunications between the site and the gateway that otherwise would be very hard to figure out, or sometimes even know about.
    Another good thing about this is you will know a customer has an unsuccessful transaction the same time they do and if you wish you can contact them to see if you can help. This often saves sales and customers that you may otherwise unknowingly lose.
    The way we have it set up, this can be turned off or on, incase the merchant finds all the emails annoying, but it's a good safety net to have in place if you are having issues like you describe.
    I'm not familiar with the code in the cart that you are using, but there is always a point in the gateway transaction flow where you can add in this sort of "listening" system.  I'd recommend doing something like this.
    Hope this helps.
    Lawrence Cramer - *Adobe Community Professional*
    http://www.Cartweaver.com
    PHP & ColdFusion Shopping Cart for Adobe Dreamweaver
    Stay updated:
    http://www.facebook.com/cartweaver
    http://www.twitter.com/cartweaver
    http://blog.cartweaver.com

  • Get error message after accepting credit card details

    Hello, I am signing up for free trial of Windows Azure, after my credit card details were accepted, the following message was pop-up after I finalize the registration. Anyone know why?
    "Sorry! We could not complete the transaction using this payment method. Please contact support."

    Hi,
    Thanks for your feedback!
    Because this issue is more secret, we can't get detail information and give useful advise to you, I would like to suggest you to try the one that mentioned by Tabrez at: 
    http://social.msdn.microsoft.com/Forums/en-US/7a2acffb-6419-4a3d-8fb4-c8258790a2bb/why-cant-i-sign-up-for-the-1month-free-trial
    [quote]
    Contact support here:  
    https://support.microsoft.com/oas/?prid=14238.
    -tm
    [/quote]
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Itunes will not accept credit card information

    With a minimum of 10 attempts with at least 4 different senior advisors, no one can figure out what has changed with Itunes that has resulted in a continuing error message that my card information provided through itunes does not match with bank records. The bank disagrees and has validated information 3 times. Something is very wrong with Itunes billing and no one can help.

    I have been waiting for apple itunes support to answer for several days since I received their machine generated formletter response telling me they're investigating. Finally after trying everything I could think of I figured it out myself. As suspected and confirmed by Visa, this isn't a problem with the credit card or the credit card information, but an itunes store desktop application bug. First it is displaying a misleading and inaccurate message on entering valid credit card information for an available credit card with more than enough credit (your credit card has been declined). This message implies that apple sent the request to your credit card vendore which wastes your time and the credit card vendor's when you contact them to investigate.
    It turns out the whole issue is caused by poorly coded integration between itunes store desktop application and apple store web application. I found an old apple knowledge base article which said that whenever you update account info on itunes store, it automatically updates apple store.
    What was really happening when itunes store displayed the CC declined message was that it was trying to update apple store's information to match, but the apple store account info has different options and validaiton than the itunes store accounts info (in my case the apple store doesn't have an option for my country, Jordan). So when a validation error was encountered by itunes desktop app as it was trying to update apple store information, it just falls back to displaying credit card declined simply because the apple programmers did not bother (too lazy I guess) to take the validation error from the apple store and display it in itunes.
    So what I did was open apple store account management, change my email and save. Then open itunes login with the new email, then itunes will ask me to re-enter account info (not just billing info) this allowed my cc to be accepted immediately.

  • Itunes will not accept credit card security code

    I set up my itunes account just after Xmas with no problems. Now I get an error saying my security code on my credit card is not valid. It is valid, and all info is correct. Any help with this?

    As of today, I'm having the same problem. My iTunes account has been up and active for a long time using the same card, then suddenly the security code isn't valid. I've double checked all the info and it is correct, but iTunes refuses to accept it… I also tried the article linked above, but it is no help at all. There is no option to select "None" as a payment choice.
    Just to be very clear: I've been using my iTunes account to make purchases with this exact card since 2009, my bank info hasn't changed since 2008, my card is not expired, and the security code is correct.
    If anyone comes up with a solution, I'd appreciate hearing about it. I can't even get the free updates to my apps since my payment info is busted. Grrrr.

  • IPod not accepting credit card information

    I'm putting in my credit card info and it keeps telling me my security code is invalid,it's not of course.. But how do I get my iPod to accept it?!

    Had same problem - change account info via website, not via Itunes (see post on http://discussions.apple.com/thread.jspa?messageID=1565721&#1565721)

Maybe you are looking for

  • Problem with TimeCapsule after upgrading to new mac...

    hi, I bought a new UniBody MacBook just before Xmas, and turned off TimeMachine during the upgrade from my PowerPC G4. Since then, until now, I stupidly forgot to turn it back on. Now I did remember, it doesn't work! It tells me it it failed with the

  • I want to cancel my broadband and pay off my debt.

    Recently I was shocked to discover that my direct debit had been altered to £73.50 a month! I was informed, upon contacting your billing people, that this was due to a number of phone calls I had made.  I have since discovered that the internet phone

  • How To associate a default Template with an asset in web center sites 11g

    In previous versions we could associate a template with an asset, in the edit mode of the asset and that template would be used to render that asset when previewed. How can we do that in Web center Sites 11 g so that we don't have to select it again

  • Why are entries dropping out of Calendar?

    I use the calendar to synch entries with my husband, and it works fine for the future. But Now I note that everything from a week ago has vanished apart from all- day appointments.

  • Copy fron pdf to word

    Why when you want to copy from pdf to word, the caracters are not the same , some letter are in capital form