#deepakkumar_wizniche
1 messages · Page 1 of 1 (latest)
yed
yes
req_8cRpUQHJFtNYZ6 charge ID
req_LLwvgbLNOld0dk BalanceTransaction ID
Pending status didn't change from like 5 days
?
yup i'm taking a look - give me a few minutes
thanks
Are you referring to when the charge was successful, or are you referring to when it's available?
available
it shows it is in pending status
Like the charge done on October 7 should be available by today right?
Fund availability is different and can depend on a number of factors - like how new your account is, which industry/type of goods your selling, etc.
so how long you think it will take to change status?
When you retrieve the Balance Transaction you can check available_on (https://stripe.com/docs/api/balance_transactions/object?event_types-payment_intent.payment_failed#balance_transaction_object-available_on) to see when it'll be available
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Also, when someone makes stripe account and some verification is needed after the account is made. How can I fetch message of what is neeeded to finish their standard account verification?
You can retrieve the account and see what's in requirements (https://stripe.com/docs/api/accounts/object?event_types-payment_intent.payment_failed#account_object-requirements)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
1666051200 how to convert this into date?
it'll depend on which language you're using - if you just search for how to work with unix timestamps + the language you're using then you'll be able to find whaty ou need