• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Stripe to Gesior

I will check it out! thanks!
One thing about config ex.:
PHP:
$stripe_payments = [
    [
        'money_amount' => '10.00',
        'money_currency' => 'EUR',
        'premium_points' => 50,
        'name' => '50 premium points on Your OTS',
        'price_id' => 'price_XXX123',
    ],
    [
        'money_amount' => '20.00',
        'money_currency' => 'EUR',
        'premium_points' => 100,
        'name' => '100 premium points on Your OTS',
        'price_id' => 'price_YYY123',
    ],
];
You set there price_id, not product_id.
Price ID in panel is here:
1718472522314.png



If you have chargebacks, Stripe is worse than PayPal.
On PayPal they ban you, but you will get your money (not chargebacked within 180 days) after 180 days.
On Stripe they delete account without warning and refund all money you received. ALL, not only transactions with chargebacks!
You can wake up one day and your Stripe account balance will be -300 EUR. They refund all by their own decision, but you still have to pay transaction fee!
 
It's not working for me, maybe I installed it wrong but I still need direct help if anyone is interested. Payment is made but no points are delivered, no webhook errors in stripe
 
For me when i test payment in weebooks i see the actions as payment done etc but after test paying it instantly redirects me to shopsystem and no points are delivered.
Post automatically merged:

@Gesior.pl please help
 
Last edited:
btw I didnt say that I'm trying to implement the stripe system into this branch TFS-0.3.6_and_0.4_to_rev_3703 is it even possible?

@Gesior.pl sorry for tagging but you're my only hope since you are creator of it you know the best
 
sorry for tagging but you're my only hope since you are creator of it you know the best
What did you configure in acc. maker config?
Code:
    [
        'money_amount' => '10.00',
        'money_currency' => 'EUR',
        'premium_points' => 50,
        'name' => '50 premium points on Your OTS',
        'price_id' => 'price_XXX123',
    ],
Config requires price_id which you can find here in panel:
1725997832568.webp
 
What did you configure in acc. maker config?
Code:
    [
        'money_amount' => '10.00',
        'money_currency' => 'EUR',
        'premium_points' => 50,
        'name' => '50 premium points on Your OTS',
        'price_id' => 'price_XXX123',
    ],
Config requires price_id which you can find here in panel:
View attachment 87015
Yes I got the price_id just like on screenshot. Payment goes through i got like 200 payments completed on stripe.com. After payment is done I get redirected to ?subtopic=shopsystem without points added. But I'm afraid its because I use your branch "TFS-0.3.6_and_0.4_to_rev_3703" from 12 years ago cause my ots is 0.3.6 TFS and I can't use the one that you updated 2 years ago. If I dont fix that my project is dead and I'm really poor polish dude, so I cannot pay a lot for help ;/
 
Back
Top