#xiaozhiheng_1
1 messages · Page 1 of 1 (latest)
request id is req_wlXYkOuZgSHlCK
Hi
I think the error message is quiete explciti:
Amount must be no more than $150.455
However, you are trying to send 15046
The limit you are facing because you've set a reference_transaction
Here is the request id req_Z1B1zFEozPTRwO List all transfers, and I was able to initiate multiple transfers on py_1OgOBvPrbGohwidy5l1zrQlg transactions for an amount that exceeded the original order amount
This limit doesn't seem to be in effect for the total amount of multiple transfers
I made three successful transfers with a total amount of 451.35, which is already more than the amount py_1OgOBvPrbGohwidy5l1zrQlg the original order of 300.91, is there no limit to this?
That could be the limit you are facing too
try adding more funds before making another transfer
What I mean by this is that you can transfer successfully even if the account balance is negative
What I want to know is what the reference_transaction[charge] parameter specified when creating the transfer does
I found that this parameter can only limit the amount of a single transfer, and cannot limit the amount of multiple transfers
You can see this request, req_aYA6JpFs9EXZt5, even though my account balance is already negative, but I can still successfully transfer
Yes but there should be a limit you can't keep sending funds with negative balance with no limits
You need to add funds and then achieve another transfer
Does it mean that there is no corresponding restriction at the Stripe interface level, and you need to implement this restriction by yourself?
hi! I'm taking over this thread.
can you clarify which "restriction" you are talking about?
It refers to the amount limit
I'm sorry I don't understand the question. can you write a full sentence explaining your issue?
Stripe's Transfer interface can't do the amount limit, so do I need to implement the amount limit myself?
what do you mean by " can't do the amount limit"?
You can look at the chat history
is this your question?
I was able to initiate multiple transfers on py_1OgOBvPrbGohwidy5l1zrQlg transactions for an amount that exceeded the original order amount. This limit doesn't seem to be in effect for the total amount of multiple transfers
then yes that type of limit you'll have to implement in on your end