#.rjcustodio
1 messages · Page 1 of 1 (latest)
You may create any dummy bank account for testing purpose
It should be real dummy routing number of US bank and can't be any random number
does stripe have remittance id? once the payments has been remit to this account?
Since this is for testing purpose, there is no actual fund movement to this specific account
it's weird that our business analyst, wants me to save the remittance id from stripe.
would you know if you have remittance id that relates per transaction/invoice?
if you have remittance id, how can we get that?
because im currently getting all the invoices that made in our stripe account (test mode for now)
and they want the remittance id also. they say it is for the schedule payouts
i believed schedule payouts are not bind to per transaction right? it is the whole amount that you earn per day and not per invoice
I'm still trying to understand you, can you tell me what kind of remittance ID do you refer to?
https://stripe.com/docs/api/payouts/object#payout_object are you talking about payout?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
here,
im creating a report that we need to pass to smartsheet and these are the required fields
then as per our finance, it has a remittance id, when you remit the amount that you charge to a customer.
from my understanding the remittance of amount that you charge to a customer is under the payout right?
I'm not aware of any remittance ID, have you checked it with smartsheet ?
will check
but is there a way
to know what are the payments/invoice that has been processed in payout?
https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list You can use this API to retrieve the list of balance transactions associated with a payout. Note that only automatic payout is accepted
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can set the type to payout if you are only interested in payout type balance transactions https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list-type
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
please correct me and guide
for example i have create an invoice and it was paid right away via stripe checkout.
how can I payout that transaction and funds should be send to my bank account that i set in External payout accounts and scheduling
If your stripe account is on automatic payout, Stripe will automatically create a payout when the funds are avaialble, and send it to the external bank account
Can i do it manually triggered?
Yes you can do manual payouts as well.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Can i attach here the charge ID?
Don't know what that means
is this possible?
for example, a customer pay $100 right now.
can this $100 go right away into my bank?
can we do that automatically once a customer successfully pays
No, it takes time for the funds to be available. Learn more about payout speed here https://stripe.com/docs/payouts#payout-speed
for those funds that will be available,
are those funds has link to invoice ids?
for example i have a total funds of $1,000
can i trace back where is it from?
are there any idetifier that this $1,000 is from invoice #1 and invoice #2 something like that?
Just to clariy, are you talking about payout ID or invoice ID?
in invoice ID