Questions tagged [payout]

50 questions
3
votes
3 answers

How to get payout data in Stripe Connect?

I'm adding Stripe Connect to my app to send payments to the users,I need to create a payment dashboard where each user can see all the payments that were sent to them( like payment history). I've read here https://stripe.com/docs/api/payouts/create…
alia
  • 168
  • 1
  • 3
  • 15
2
votes
0 answers

Signing issue when sending payload to Swish API

I am trying to send a payload to Swish (Swedish payment system), using TLS- and signing certificates. I am currently working with the Merchant Swish Simulator and using test-certificates from Swish documentation. When sending the payload and…
Linnea Nai
  • 21
  • 2
2
votes
1 answer

How to use the paypal payout api return url?

I want to use the payout interface of paypal. Using curl in sandbox mode has been called. However, I dont know how to use returnUrl, because I need to know whether the payment of paypal is successful. This should be an asynchronous operation. I…
xiaoke
  • 21
  • 1
2
votes
1 answer

In stripe transfer getting error "No such destination: default_for_currency"

I am using stripe php sdk in laravel application , where seller user adds dummy bank account number and routing number in bank detail. Now seller payout his stripe balance into their bank account using below strip Transfer api- function payout() { …
Lokendra Parihar
  • 121
  • 2
  • 13
2
votes
0 answers

PayPal Payout failed with 'Got Http response code 403'

I am working on PayPal with PHP. I create Payout from this - http://paypal.github.io/PayPal-PHP-SDK/sample/doc/payouts/CreateSinglePayout.html Exactly code is like this: $payouts = new Payout(); $senderBatchHeader = new…
LarAng
  • 1,255
  • 3
  • 18
  • 28
1
vote
0 answers

Request and/or receive money via transferwise ~ WISE with a Balance Account Invitation Link

I am new to transferwise and want to ask if the thing i want to do is achiviable via the wise-api The platform/business needs to automate one action among others: Business need to ask the User to pay via Wise whenever they feel like…
Bass
  • 21
  • 6
1
vote
0 answers

(django) razorpayx webhook receiving empty queryset instead of any payload

this is my webhook url i am using ngrok service for this https://061c-103-223-8-94.in.ngrok.io/intg/rzpwhook/ when i try to change any payout status. i am getting empty queryset instead of any payload this is my view: @csrf_exempt def…
1
vote
2 answers

Stripe Payout testing

How can I add stripe test balance in test mode so that i can test payout. Error message - error handler StripeInvalidRequestError: You have insufficient funds in your Stripe account. and the balances in stripe are as -
1
vote
0 answers

Can anybody tell me how to payout to User account using RazorPay Flutter either through flutter library or post request

The Payment Integration it's my first time, I have successfully integrate RazerPay for my Flutter project using the standard razorpay_flutter library from pub.dev , But there is only checkout function in there . Checkout is completely working ,But…
Kafil khan
  • 81
  • 2
  • 5
1
vote
0 answers

withdraw amount from stripe account to cutomer bank account using stripe api in laravel 8?

How can I transfer some amount in stripe account to customer bank account using stripe API ? I am working on an implementation of REST API for a mobile application which encapsulates feature of earned points in form of money equivalent to points…
Prachi
  • 11
  • 1
1
vote
0 answers

CyberSource payout unsucessfull when we put businessApplicationId = "CP"

We are trying to pay a client's credit card bills, for that we have to choose "businessApplicationId": "CP" in payout api, Am i right? Request format is : { "clientReferenceInformation": { "code": "111111113" }, "orderInformation": { …
1
vote
1 answer

Paypal Payout SDK AUTHORIZATION_ERROR In Live Environment

I've set up the Paypal Payout SDK With Composer. Paypal assured me that the Payouts-Feature is enabled for my account. I've created a new Live Rest-App and used the Client-ID and the Client-Secret in the PayPalClient Class:
Miger
  • 1,175
  • 1
  • 12
  • 33
1
vote
0 answers

Stripe- Send Payment to Customers [Alternates]

As per this link, it is not possible with stripe to make payouts for customers. Stripe- Send Payment to Customers We are making a system like a lottery. We will collect payment from customers and then draw a customer from them, for payout. If…
Sheikh Abdul Wahid
  • 2,623
  • 2
  • 25
  • 24
1
vote
2 answers

Paypal PAYOUT_NOT_AVAILABLE

My sandbox account return this error when creating a payout { "name": "PAYOUT_NOT_AVAILABLE", "message": "You live in a country that is not allowed to send this payout.", } This error is not listed in…
UrielUVD
  • 482
  • 1
  • 9
  • 27
1
vote
1 answer

How to set paypal get access token param of POSTMAN call in Spring Boot (Java) REST TEMPLATE call

I can get access token with POSTMAN call by passing below parameters, POST URL : https://api.sandbox.paypal.com/v1/oauth2/token Authorization Type : Basic Auth Username : MY_CLIENT_ID Password : MY_SECRET Headers Content-Type :…
Chirag Shah
  • 353
  • 1
  • 13
1
2 3 4