Using developer account of paypal I could get client ID and secret key by creating an app but not with the live account.
I am using REST API for transactions on my website where I ask users(who has paypal accounts) to enter their client ID and secret key, and use this info to transfer the money into their account, payments are done by credit card. It is working fine with the developer account but where is the option to get client ID and secret key from live account ?
OR Is there any other way I can do this, I want to transfer the money to paypal accounts and payments are always done from credit card.