Questions tagged [payout]
50 questions
0
votes
1 answer
Single Payout in paypal in Laravel 8
I've created a wallet system in which customer can buy products which seller added. after buying the product all payment will be transfer to admin's paypal account. What i need to do is after receiving payment some percent of payment will be stored…

Jim Garry
- 11
0
votes
1 answer
Paying out to Merchants in Stripe
I am new to Stripe and I am making an e-commerce site where customers can buy digital art and resell it. I am able to charge the customer fine, but I do not know how to pay out to customers with Stripe. I have tried to use Stripe Connect, but I keep…
0
votes
1 answer
Swish Payout API in PHP
Swish is a Swedish payment provider. You pay by simply sending money to a phone number.
This is a API for the new PAYOUT-service offered by Swish. Not the same as PAYMENT service, so dont confuse yourself with that.
There is no PHP examples…

Phanteon
- 1
- 1
0
votes
1 answer
How to Validate Receiver Paypal Email before Payout , Is their Any API?
I am sending payment to user of my application but want to validate that Is Paypal account is exist on this email or not?

Talha Shahzad
- 15
- 1
- 5
0
votes
1 answer
I want to split funds using PayPal Django using django-paypal
I want to pay to the seller for his sold products How can I do this using in django please help. I'm looking into paypal payouts but is there any SDK? or anything that can help me?

Junaid Tariq
- 11
- 2
0
votes
1 answer
How to make use the Paypal Payouts API to make payments to nultiple people
I am trying to execute a PayPal Payout on a Node.Js environment, but I can't seem to wrap my head around it. The payment doesn't get made.
I think that I am not getting the parameters right, and, or maybe my code needs re-organizing.
Please help me…

Program-Me-Rev
- 6,184
- 18
- 58
- 142
0
votes
1 answer
How to make Paypal Payouts on a Node.Js environment
I am trying to execute a PayPal Payout on Node.Js environment, but I can't seem to wrap my head around it.
Could you please help me get the parameters right, and maybe where I should re-organize the code, and eventually start heading in the right…

Program-Me-Rev
- 6,184
- 18
- 58
- 142
0
votes
0 answers
Node.js Paypal Payout api error in Live enviornment
I am using a PayPal payout API to transfer money, its working perfect in sandbox environment but when I changed it to live environment it is throwing some error:
text: '{"name":"VALIDATION_ERROR","message":"Invalid request - see…

Hassan Tanveer
- 1
- 6
0
votes
0 answers
How to figure out stripe issue for payout / transfer with Strapi
I am going to implement transfer and payout functional with stripe between accounts using node js.
But I met one issue to implement this one.
Code:
const stripe = require('stripe')('****');
try {
cardInfo = await PayInfo.findOne({user_id:…
user11847513
0
votes
1 answer
Paypal Single Payout Integration with codeignetor
I want to do single payout for my users. i have tried sandbox for both sdk and curl . i am getting batch header response with status as pending. I have checked in both accounts , it showing transactions as completed.but i am getting following…

Divyaa
- 11
- 5
0
votes
0 answers
Paypal payout get transaction id
i use curl to transfer money from business to several personal user .
With a loop i find user that must receive the payment and with a curl POST request and php i do a payment .
The payment return a response with a payout_batch_id and with this i…

pippuccio76
- 31
- 6
0
votes
1 answer
Paypal payout PHP internal server error when creating new ProductionEnvironment object
I'm trying to integrate PaypalPayoutSDK in my project. I've tried setting up the project like described in the instructions.
Here is what I have:
use PaypalPayoutsSDK\Core\PayPalHttpClient;
use PaypalPayoutsSDK\Core\ProductionEnvironment;
//…

Miger
- 1,175
- 1
- 12
- 33
0
votes
1 answer
React Native payout solution with Paypal and Credit card
I'm going to implement payout payment with Paypal and Credit card in my React Native application. There're two kinds of users in my app - customers and freelancers. Customers should pay to freelancers for their service.
The payment methods I'm going…

Helga Sokolova
- 142
- 10
0
votes
1 answer
Paypal declined payout activation request
We are using Paypal's Payout API to do the payments to our service providers. Everything works well in sandbox mode. Now when we were ready to go live, I applied for the account eligibility activation for Payout option (I mentioned here how you can…

Bhumi Goklani
- 603
- 1
- 8
- 18
0
votes
1 answer
Got Http response code 403 when accessing https://api.sandbox.paypal.com/v1/payments/payouts?sync_mode=true
When i try to perform Payout using paypal, i get this error. I tried to avoide sync_mode etc method but didnt help. Please help with this error
My function
$payouts = new Payout();
$senderBatchHeader = new PayoutSenderBatchHeader();
…