Under card: "Creating a new credit card will not change the card owner's existing default credit card; you should update the customer or recipient with a new default_card for that."
then at Customer default_card property: "ID of the default credit card attached to the customer"
so I thought token can't be used
nemothekid has quit
kmctown joined the channel
kmctown
Does anyone know if it's possible on a subscription to skip directly from the `trialing` state to the `active` state when the first invoice after the trial fails? It seems to want to pass through active first, and I'd like to skip the invoice retry logic and just have the trial expire.
wsmoak: Yes I have my retry logic set to what I'd like for active accounts that have a failed payment. But when coming off of trialing I would like the accounts to skip all of that and go unpaid or canceled. The only thing I can think of now is to check `trial_end` for say, < 24 hours from now on subscription.updated when the new status is `past_due`
escariot joined the channel
Does that make sense? Basically I want the trial to actually end at trial_end, or within that 1-2 hour period of charging an invoice, instead of sitting in past_due for several days for the account to go unpaid, like I want it to behave when paying customers encounter a failed payment.
dev2lead has quit
nicolas2 joined the channel
derferman has quit
escariot has quit
escariot joined the channel
nicolas2 is now known as dev2lead
wsmoak
kmctown: makes sense. different behavior for actual paying customers vs. non-payers coming off a free trial. sounds like you’re on the right track, examine the webhooks and see if you can differentiate the first failed payment after a trial.
Reh has quit
kmctown has quit
Reh joined the channel
kaspertidemann joined the channel
camroncade joined the channel
drale2k joined the channel
nemothekid has quit
brockhaywood joined the channel
boucher joined the channel
lumo_seb has quit
rburton- joined the channel
rburton- has quit
brockhaywood has quit
derferman joined the channel
ta joined the channel
derferman has quit
brockhaywood joined the channel
winzigesnilpferd is now known as agjmills
drale2k has quit
drale2k joined the channel
jerdog is now known as jerdog|away
nemothekid joined the channel
danielstjules joined the channel
jerdog|away is now known as jerdog
Reh has quit
Reh joined the channel
danielstjules has quit
jameshk has quit
rubyonrailed joined the channel
mahmoudimus joined the channel
mikesea joined the channel
creativecoding has quit
Tyler__ joined the channel
wsmoak_ joined the channel
wsmoak_ has quit
wsmoak_ joined the channel
Tyler__
Trying to help a client activate a stripe account this morning. the client says she is required to enter both a EIN and DOB SS#. Does Stripe require both?
wsmoak has quit
wsmoak_ is now known as wsmoak
creativecoding joined the channel
Trying to help a client activate a stripe account this morning. the client says she is required to enter both a EIN and DOB SS#. Does Stripe require both?
derferman joined the channel
boucher has quit
dev2lead has quit
rburton- joined the channel
derferman has quit
Reh has quit
Reh joined the channel
dev2lead joined the channel
rburton- has quit
bslobodin joined the channel
tgt joined the channel
tgt has quit
tgt joined the channel
tgt has quit
tgt joined the channel
Tyler__ has quit
mtthw joined the channel
tgt has quit
WebDevB has quit
brockhaywood has quit
brockhaywood joined the channel
kaspertidemann has quit
dev2lead has quit
markin
Abishek_: yea
boucher joined the channel
Reh has quit
ta_ joined the channel
ta has quit
Pierre__ joined the channel
mikeybisbo joined the channel
ta joined the channel
ta_ has quit
derferman joined the channel
Reh joined the channel
webdestroya joined the channel
derferman has quit
rburton- joined the channel
bslobodin has quit
kaspergrubbe has quit
rburton- has quit
cbuchler joined the channel
rburton- joined the channel
harold joined the channel
harold
guys a quick question - I am using the API to create customers, add cc and make a payment
at the moment all the payment come into my account
mele- joined the channel
can i send them to other customers/users
markin
You can take a look at Stripe Transfers if they are all US based
harold
they are not US based
European
jerdog is now known as jerdog|away
markin
Then you can look at Stripe connect but its more designed for marketplaces where you have buyers and sellers since each seller would need to have a Stripe account
rburton- has quit
mele- has quit
camroncade has quit
rburton- joined the channel
harold
i am developing a tool where users offer a service
so you complete a service
payment come from an account
at the moment all payments come to me
i'd like to pass them onto the person who completed the service or task
Hi guys, I have an array of transactions of which I check the status with Stripe_BalanceTransaction::retrieve(_token_)
The thing is that I use a foreach and it can take a while if there's a lot of transaction
Is there a way to send an array instead ?
Marla joined the channel
Marla
Hi- I never used Stripe before and I'm not when email confirmations get sent to customer. After the transition or after their money gets transferred?
markin
Marla: the customer will get an email when their card is charged
Pierre__: not to my knowledge. I'd recommend doing like 5 API calls at a time or something
phortran joined the channel
phortran
hello! quick question on the bitcoin integration -- is there a way to customize the item name / item description in the coinbase receipts? testing purchases w/ a coinbase account now and seeing Item Name: (company name) Item Description: --
should mention i'm passing a description into the description field when creating the receiver
Marla
Markin: Thanks. I see the transaction in my logs. Should I see it anywhere else in my dashboard before the funds transferred?
tgt joined the channel
harold
markin: thanks I've just had a read of the docs there, if i already know that my custoemrs have a stripe account, can i avoid the OAuth
i can't see from the docs how to facilitate payment from one user to another
boucher has quit
markin
phortran: that would be a good question for bitcoin@stripe.com I'd assume that the receiver description should handle it
harold: once your user authenticates via Stripe connect, you'd save their access tokens, then when user A wants to pay user B, you would create a charge in user B's account and charge user A's credit card