#hazim047
1 messages · Page 1 of 1 (latest)
Hi
Yes, you can create a transfer using this API:
https://stripe.com/docs/api/transfers/create
The reason i asked this question because in stripe docs, it mentioned https://stripe.com/docs/connect/separate-charges-and-transfers
we calculated the application fee ourselves so the remaining will be transferred to connect account
I'm not sure I understanding the blocking/unclear point here sorry.
Can you share a concrete example ?
Here is one example:
5200 is the price that customer paid for.
so 3600 is the fee collected by us.
In the end, the connect account get:
5200 - fee - stripe fee
5200 - 3600 - 169.25
= 1430.75
Hence, we use Transfer API to send the 1430.75 to the connect account. So is this correct?
We cannot implement the separate charge & transfer method because we faced some problems with the virtual card that being generated by our 3rd party payment installment company
Hence, we use Transfer API to send the 1430.75 to the connect account. So is this correct?
Yes
We cannot implement the separate charge & transfer method because we faced some problems with the virtual card that being generated by our 3rd party payment installment company
What is the issue exactly ? why not using Stripe test cards
In test mode, we already used the test card and faced no problem
When in production, then the error occured. So our 3rd party company advised us to manually transfer the money to the connect account
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Only has pi_xxx id
The error is on Stripe Side or the 3rd party company side ?
Can you share the PI id ?
if the payment failed, there is no link to the transfer API
pi_3ORnquIzBxwmA8eM29LRJieC
After we encountered this error, then we change our method to use transfer API instead
First of all, let's clarify something, PaymentIntent is to accept payment from end customers however transfer are for sending funds between two Stripe Accounts (Platform->Connnect)
This PI was declined by the issuer /card_network
the customer need to reach back to their bank and see why they declined that payment
or they can use another payment methods