PHP Laravel- Paypal payment for services(not items) using API call without(skipping) login screen -


i have used paypal express checkout shopping carts , custom laravel projects.

but time want integrate paypal in api project developed in php(laravel) collects payments services(item renting). since there many options paypal i'm bit confused.

this client's requirement: api project receives payment request mobile app(when user hand on rented item , click button approve payment request receives on mobile app). when api code received above payment request user's mobile app, api code should able call paypal , process payment(transfer payable amount user/payer account payee account). items rented registered users , api code have access user info. therefore api code need process payment without prompting paypal login screen(requiring users enter paypal credentials again). in nut shell, mobile app registered user should billed clicking above payment approve button.

i know storing paypal credentials in api project's database not option.

  • is possible/allowed paypal? specially paypal express checkout?
  • is requirement relates paypal subscriptions payments?
  • what best paypal solution use in scenario?

pardon me if question specific/localized.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -