Paying with PayTR
PayTR is a secure checkout you can use to pay for your Sosyabot plan with your card.
Why it matters
PayTR handles your payment on its own secure page, so you can upgrade in a few clicks. Sosyabot never sees or stores your card details.
Step by step
Open Upgrade
Go to your account and click Upgrade, then pick the plan you want.
Choose to pay with PayTR
When asked how to pay, choose PayTR. A secure payment box opens right on the page.
Enter your card and confirm
Type your card details in the PayTR box and confirm. You may be asked to approve the payment with a code from your bank.
You're done
When the payment succeeds, your plan turns on automatically. You can close the box and keep using Sosyabot.
TIP
If your bank sends you a code by text message, enter it to finish the payment.
Good to know
- Your card details are entered in PayTR's secure box, not in Sosyabot, and Sosyabot never stores them.
- Once the payment goes through, your plan switches on by itself.
- If a payment doesn't complete, your plan stays the same and you can simply try again.
Related
For developers
Set BILLING_PROVIDER=paytr to route billing through PayTR. All four keys are mandatory in this mode (get them from your PayTR merchant panel):
BILLING_PROVIDER=paytr
PAYTR_MERCHANT_ID=
PAYTR_MERCHANT_KEY=
PAYTR_MERCHANT_SALT=
PAYTR_TEST_MODE=1 # 1 sandbox, 0 livePOST /billing/checkout returns a PayTR iframe token. The frontend renders the PayTR iframe inside the upgrade page; PayTR posts the result back to the configured callback. Successful charges flip the workspace subscription to active. With PAYTR_TEST_MODE=1 everything routes through PayTR's sandbox (test cards are documented in PayTR's developer portal).