#Murali-issuing-top-up
1 messages Β· Page 1 of 1 (latest)
Hi River
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
What's your purpose for topping up?
Stripe issuing cards required a Stripe account which has a stripe balance.
To add Stripe balance we need a bank account attached to that Stripe account
Stripe Balance required a top-up from bank account.
Murali-issuing-top-up
You can't use external bank account as it's meant for paying out
Topping up is to debit from customer's bank account that requires to collect mandate
So customer means who own a Stripe account ?
Yup
I implemented these steps on a stripe account
- create bank token
- create a source
Can I top-up this source to add Stripe Balance into the account?
Only after the source verification [0] is successfully, then you can top up Issuing Balance using the source.
[0] https://stripe.com/docs/issuing/funding/connect#verifying-sources-with-microdeposits
yes right after microdeposits verification
Yup, you should be able to top up to connected account's issuing balance with Topups API: https://stripe.com/docs/issuing/funding/connect#top-up-connected-account
I top up my source using a test bank account details
Can I see the top-up balance in stripe dashboard?
Where can see the attached source details of the Stripe Account?
What type of connected account are you using?
This is Payment Balance, not Issuing Balance
ok, where can I find issue balance details, and sources that I added to custom account
let me check
Can you try to use retrieve balance API [0] with the connected account ID in Stripe-Account header [1]?
[0] https://stripe.com/docs/api/balance/balance_retrieve
[1] https://stripe.com/docs/api/connected_accounts
It should return issuing balance information: https://stripe.com/docs/api/balance/balance_object#balance_object-issuing
Great to see that it works!
Won't I see on the dashboard the resources I have added
It's currently only available in API, not in dashboard for issuing on connected account
When I did the top-up its saying pending. How can I make this test top-up sucess?
Since the top up amount falls under "issuing.available" in balance retrieval API, it means that top up is successful
Thank you very much river
You have so much patience and answered all my queries
π¦ΈββοΈ @tropic panther
No problem! Glad that it helps π