#matiullahpro-transfer
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Sorry for the delay, looking into this now.
I can see in the Stripe dashboard that it returned a reply that contains the transfer ID: https://dashboard.stripe.com/test/logs/req_5T1WLfxruNXMvX
So there might be an issue with your code.
Can you share your code?
It simple snippet shared in developer documentation....
Can you copy paste it here?
As mentioned earlier, your API call worked and Stripe returned an object with the transfer ID. So it's your code who need to properly handle that.
$stripe->transfers->create([ 'amount' => 400, 'currency' => 'usd', 'destination' => 'acct_16aUb8EGmNbtKa74', 'transfer_group' => 'ORDER_95', ]);
What is your question?
When i make a transfer request It return empty object...
Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_5T1WLfxruNXMvX
Thanks! On our end we do send a reply, you can see this here: https://dashboard.stripe.com/test/logs/req_5T1WLfxruNXMvX
Can you share your code?