storj/satellite/payments/stripe
dlamarmorgan 8a1bedd367 satellite/payments/{billing,stripe}: handle pending invoice payments
Currently, pending invoice payments that are made using a users token
balance can get stuck in a pending state if the invoice is not able
to be paid appropriately in stripe. This change addresses these stuck
token invoice payments by attempting to transition them to failed
if the invoice cannot be paid.

Change-Id: I2b70a11c97ae5c733d05c918a1082e85bb7f73f3
2023-10-03 16:12:39 +00:00
..
accounts_test.go satellite/console: add endpoint to invite users to project 2023-06-13 15:22:25 +00:00
accounts.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
balances_test.go satellite/payments: Remove expired package credits 2023-05-22 11:58:37 +00:00
balances.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
client_test.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
client.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
conversion.go satellite/payments: rename 'stripecoinpayments' package to 'stripe' 2023-04-06 16:51:43 +00:00
coupons_test.go satellite/payments: rename 'stripecoinpayments' package to 'stripe' 2023-04-06 16:51:43 +00:00
coupons.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
creditcards_test.go satellite/payments: restrict addition of duplicate credit cards 2023-09-11 13:24:43 +03:00
creditcards.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
customers_test.go satellite/payments/stripe: avoid full table scan while listing 2023-04-13 12:36:31 +02:00
customers.go satellite/payments/stripe: avoid full table scan while listing 2023-04-13 12:36:31 +02:00
db.go satellite/payments: rename 'stripecoinpayments' package to 'stripe' 2023-04-06 16:51:43 +00:00
invoices_test.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
invoices.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
projectrecords_test.go satellite/payments/stripe: avoid full table scan while listing records 2023-05-09 14:16:55 +00:00
projectrecords.go satellite/payments/stripe: avoid full table scan while listing records 2023-05-09 14:16:55 +00:00
service_test.go satellite/payments/{billing,stripe}: handle pending invoice payments 2023-10-03 16:12:39 +00:00
service.go satellite/payments/{billing,stripe}: handle pending invoice payments 2023-10-03 16:12:39 +00:00
stripemock.go satellite/payments/{billing,stripe}: handle pending invoice payments 2023-10-03 16:12:39 +00:00
tokens_test.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
tokens.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
transactions_test.go satellite/payments: rename 'stripecoinpayments' package to 'stripe' 2023-04-06 16:51:43 +00:00
transactions.go satellite/payments: rename 'stripecoinpayments' package to 'stripe' 2023-04-06 16:51:43 +00:00