13 lines
373 B
JSON
13 lines
373 B
JSON
|
|
{
|
||
|
|
"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."
|
||
|
|
}
|