#Splaze
1 messages · Page 1 of 1 (latest)
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_ZvZkArj309HZXs
The funds are likely in a pending balance, you can bypass that pending state and make them immediately available via https://stripe.com/docs/testing#available-balance
So initiate a new Checkout Session and complete the payment with that test card
Then your account should have balance immediately available to then try the transfer again