-
-
Notifications
You must be signed in to change notification settings - Fork 0
FEAT | Billing Client #126
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
🚀 Feature Proposal
Create a client, similar to the match maker client, which manages billing information for dataparty customers.
We want to be as privacy preserving as possible.
class PeerBillingClient {
static createStripeClient(url,stripe_publishable_key, localConfig, service)
getStatus() -> {type: String|'stripe', stripe:{customer_id, checkout_session_id}, periodEnd: Date/Number}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request