Files
joplin/packages/server/stripeConfig.json
T

185 lines
3.8 KiB
JSON

{
"dev": {
"publishableKey": "pk_test_51ScYvKL9ZkKzC9sXicNUSd3MAq6fIYAdGbRD1qlroJBpIXeO2VKIoCh8nLLRpTU9vf034VO1LmgfLgFMA7Gdavu4001GVysL65",
"webhookBaseUrl": "http://joplincloud.local:22300",
"prices": [
{
"accountType": 1,
"id": "price_1TTPQHL9ZkKzC9sXEOq6yJhm",
"period": "monthly",
"amount": "1.99",
"currency": "EUR"
},
{
"accountType": 1,
"id": "price_1TTPQpL9ZkKzC9sXROvbq8QN",
"period": "yearly",
"amount": "17.88",
"currency": "EUR"
},
{
"accountType": 2,
"id": "price_1TTPSFL9ZkKzC9sXndzVwgP6",
"period": "monthly",
"amount": "5.99",
"currency": "EUR"
},
{
"accountType": 2,
"id": "price_1TTPSsL9ZkKzC9sXMbctbZar",
"period": "yearly",
"amount": "57.48",
"currency": "EUR"
},
{
"accountType": 3,
"id": "price_1TTPTnL9ZkKzC9sXKHF7ksrj",
"period": "monthly",
"amount": "7.99",
"currency": "EUR"
},
{
"accountType": 3,
"id": "price_1TTPU7L9ZkKzC9sX1kpvGHt1",
"period": "yearly",
"amount": "80.28",
"currency": "EUR"
},
{
"accountType": 4,
"id": "price_1TTPZyL9ZkKzC9sXy6j5bAJf",
"period": "monthly",
"amount": "9.99",
"currency": "EUR"
},
{
"accountType": 4,
"id": "price_1TTPb1L9ZkKzC9sXtboasvjt",
"period": "yearly",
"amount": "95.88",
"currency": "EUR"
},
{
"accountType": 5,
"id": "price_1ThCwVL9ZkKzC9sXU9AVyDB1",
"period": "yearly",
"quantityMinimum": 2,
"amounts": [
{
"amount": "40.00",
"users": [2, 10]
},
{
"amount": "30.00",
"users": [11, 50]
},
{
"amount": "20.00",
"users": [51, "infinity"]
}
],
"currency": "EUR"
}
],
"archivedPrices": []
},
"prod": {
"publishableKey": "pk_live_51IvkOPLx4fybOTqJow8RFsWs0eDznPeBlXMw6s8SIDQeCM8bAFNYlBdDsyonAwRcJgBCoSlvFzAbhJgLFxzzTu4r0006aw846C",
"webhookBaseUrl": "https://joplincloud.com",
"prices": [
{
"accountType": 1,
"id": "price_1NjjR0Lx4fybOTqJG91l9DpW",
"period": "monthly",
"amount": "2.99",
"currency": "EUR"
},
{
"accountType": 1,
"id": "price_1NjjSJLx4fybOTqJMoLokCo3",
"period": "yearly",
"amount": "28.69",
"currency": "EUR"
},
{
"accountType": 2,
"id": "price_1JB1OVLx4fybOTqJOvp3NGM6",
"period": "monthly",
"amount": "5.99",
"currency": "EUR"
},
{
"accountType": 2,
"id": "price_1JJIQ7Lx4fybOTqJsQNv1QUp",
"period": "yearly",
"amount": "57.48",
"currency": "EUR"
},
{
"accountType": 3,
"id": "price_1Kl9jyLx4fybOTqJN0i1A88B",
"period": "monthly",
"amount": "7.99",
"currency": "EUR"
},
{
"accountType": 3,
"id": "price_1Kl9nLLx4fybOTqJYTtts35z",
"period": "yearly",
"amount": "80.28",
"currency": "EUR"
},
{
"accountType": 4,
"id": "price_1TZboILx4fybOTqJH1JDHDSI",
"period": "monthly",
"amount": "9.99",
"currency": "EUR"
},
{
"accountType": 4,
"id": "price_1TZbplLx4fybOTqJ3VmzuqmZ",
"period": "yearly",
"amount": "95.88",
"currency": "EUR"
},
{
"accountType": 5,
"id": "price_1TgZ0zLx4fybOTqJl0xF4kHr",
"period": "yearly",
"quantityMinimum": 2,
"amounts": [
{
"amount": "40.00",
"users": [2, 10]
},
{
"amount": "30.00",
"users": [11, 50]
},
{
"amount": "20.00",
"users": [51, "infinity"]
}
],
"currency": "EUR"
}
],
"archivedPrices": [
{
"accountType": 1,
"id": "price_1JAzWBLx4fybOTqJw64zxJRJ",
"period": "monthly",
"amount": "1.99",
"currency": "EUR"
},
{
"accountType": 1,
"id": "price_1JJIPZLx4fybOTqJHvxiQ7bV",
"period": "yearly",
"amount": "17.88",
"currency": "EUR"
}
]
}
}