#_iapp_technologies_llp
1 messages · Page 1 of 1 (latest)
👋
That error doesn't really have to do with the tap to pay transaction. It sounds like you are trying to make a Transfer request to your Connected Account afterwords without having sufficient available balance.
Do you have the request ID associated with that error?
I am in test mode, do I still need to add real balance in the account for testing this?
Yes you need available balance in test mode to make a Transfer like that.
If you share the request ID for the error I can see exactly what you are doing and advise better
Yes sure let me share Check and share the ID>
req_NGwNztSLSeoBhE
Is this the ID
@sudden jay Please check.
Yep looking one moment
Helping multiple folks at once so won't always respond immediately
I understand.
Yeah so this is just a Transfer to the Connected Account. We talk about how you need available balance or to use source_transaction here: https://stripe.com/docs/connect/separate-charges-and-transfers#transfer-availability
So if you are testing tap-to-pay and want to immediately transfer the funds from the tap-to-pay transaction then you set source_transaction on your Transfer request
Otherwise you can make a destination charge: https://stripe.com/docs/connect/destination-charges
If you are only going to be transferring to one account
Okay let me quickly check this and get back to you.