#GRIBDO

1 messages · Page 1 of 1 (latest)

unborn matrixBOT
brittle furnace
#

okay so i have to map something like a "Default payment method chip" by myself using either customer or subscription object (when displaying all of the customers payment methods)

eternal junco
#

there's no field on the PaymentMethod object itself that says it's the default if that's what you mean

#

there's also no concept of a default payment method for one off payments(only for subscriptions via the fields mentioned above), so that's something you'd have to store as context separately if you need it

brittle furnace
#

this should be fine i am only offering subscriptions. one last question: do i have something like a one off payment, when a subscription could not use a users payment method (so there is a negative amount on his account) but i dont know, if this is possible at all

#

or does a negative balance gets paid by the new "default payment method" of a subscription (when the user has updated it)

eternal junco
#

I don't really understand

#

you can have an Invoice that is negative yes

#

if that happens, there is no charge or interaction with the customer's card, instead the negative amount is added to the customer's balance and will be offset on any future invoices they have