Record actual Stripe payment costs for tegwick membership
Update payment_records to 8.99 EUR gross, 0.44 EUR fees, 8.55 EUR net payout to binky-hedgehog. Link member tegwick in membership ledger and add Stripe reference catalog.
This commit is contained in:
parent
bb3f152846
commit
7b84d34ea6
9 changed files with 183 additions and 48 deletions
13
projects/coulomb-pricing/data/infrastructure/stripe.json
Normal file
13
projects/coulomb-pricing/data/infrastructure/stripe.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"version": 1,
|
||||
"currency": "EUR",
|
||||
"payout_account": "binky-hedgehog",
|
||||
"membership": {
|
||||
"product": "coulomb.social-membership",
|
||||
"gross_monthly_eur": "8.99",
|
||||
"fee_monthly_eur": "0.44",
|
||||
"net_payout_monthly_eur": "8.55",
|
||||
"member_username": "tegwick"
|
||||
},
|
||||
"note": "Reference from actual Stripe payouts. Payment rows live in payment_records.json."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue