#GRIBDO
1 messages · Page 1 of 1 (latest)
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)
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
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)