View transactions on a test credit card in PayPal sandbox account - testing

I am currently testing paypal integration on my website. I have created PayPal sandbox account, both merchant and buyer.
Each buyer account has an associated credit card with it. When I use that card to pay for the goods, my test merchant account receives money, however buyers account doesn't reflect that money were withdrawn.
I guess this is because PayPal will only show transactions on you PayPal account but not on your credit card. I wonder if there is a way to see the transaction on the test credit card.

Related

How to make payment of google developer console license fee without credit/debit card

We are from india and we do not have a credit card. The debit card we carry cannot make international transactions. What's the other way to make the payment of one time license fee of google developer console without two above cited options.Is there any alternative mode of payment.

View credit card transactions

I want to build an application that tracks frequented vendors that a user visits, and makes credit card charges to.
Are there any APIs/services out there that allow for the tracking of user credit card transactions (that have obviously been approved by said user)?
USE CASE:
A user signs up for an account and adds their credit card information. Charges made with that credit card would then be stored in my constructed system.

Is it possible to transfer money from PayPal account to a bank account or credit card?

I am using future paypal payment method for payment
I want to transfer money from paypal account to bank or credit card using paypal access token.
But i can't find any proper way to do this.
Is there any method for that???
There are no API's available to automate this programatically, but you can "withdrawal" money from PayPal into your bank account manually from within the PayPal account profile.
If you want to send PayPal funds to a credit card, the best way to do that would be to get a PayPal debit card for your account, and then use that to submit a payment to your credit card company.

rest api transaction does not deduct from account

I have an application set up in Paypal Developers and tied into my PayPal account. I can create payments and have a user make the payment from my website. The transactions show up in the dashboard on the live side.
However, the money never leaves the customer account and never enters the business account.
What am I doing wrong?
You're charging the PayPal wallet? If so, are you sure you're calling /execute to execute the transaction?
Don't forget, if you're charging a credit card, you won't ever see money leaving a user's PayPal account. Credit card processing != charging a PayPal account.

Parallel credit card payments (akin to Paypal Adaptive payments)

I'm not sure this is the right place to ask but anyway:
I have an e-commerce platform that I want to monetize based on a percentage of revenue made (eg. a store that uses my platform has an order for $100, so I get 1% or $1, while they get $99).
Currently I offer paypal and credit card payments (via my merchant bank) to all stores on the platform (ie. all payments made, regardless of the store, are through the same paypal and merchant account). I then pay these stores per month which is ok for the moment because there are only a few stores using the platform.
Moving forward I want to automate this process and ideally have it operate in real time.
Paypal have an "Adaptive Payments" API that allows chained or parallel payments on a single transaction processed in real time. This means I can skim my 1% and pass the rest of the money along my customer in real time.
I was wondering if there is a similar real-time service for Credit Card processing*? If not, is there a bank/merchant that allow API payment access so I can automate payments per day or week? OR should I just transfer all money from my bank to paypal and use this to pay my customers?
*I realise you can process credit card payments through Paypal without having to sign up, but this is less than ideal. I want the credit card processing to happen on my page as at the moment I'm seeing about 70% of orders using this over paypal.
I was wondering if there is a similar real-time service for Credit Card processing?
No there isn't. True merchant accounts do not allow for split payments. Only one entity can receive a payment and it must be the business the merchant account has been set up for. Receiving the payment for someone else is called factoring and is against all of the major credit card issuers' rules. If a merchant account is found to be factoring it will be closed and the merchant who owns the account will be blacklist. This will prevent them from ever having a true merchant account again. Additionally, there is no way to send money with a merchant account other then issuing a refund for prior purchases.
If not, is there a bank/merchant that allow API payment access so I can automate payments per day or week? OR should I just transfer all money from my bank to paypal and use this to pay my customers?
Other then using adaptive payments, this is definitely the easiest and most straight forward way to accomplish this.