Fringg
ccc2f4efec
feat: integrate RollyPay payment provider (SBP via USDT)
Full integration following PayPear/SeverPay patterns:
- API client with X-API-Key + X-Nonce auth, HMAC-SHA256 webhook verification
- RollyPayPaymentMixin with create, webhook, finalize (all side effects), status check
- CRUD, model, migration (0059), PaymentMethod.ROLLYPAY enum
- Webhook endpoint, cabinet topup, bot handler
- Statuses: created, processing, paid, expired, canceled, chargeback
- Config: ROLLYPAY_ENABLED, ROLLYPAY_API_KEY, ROLLYPAY_SIGNING_SECRET, etc.
2026-04-16 05:52:25 +03:00
..
2026-03-15 01:13:50 +03:00
2026-03-06 16:10:09 +03:00
2026-02-17 04:45:40 +03:00
2026-03-21 02:49:37 +03:00
2026-02-17 04:45:40 +03:00
2026-02-17 04:45:40 +03:00
2026-03-21 01:52:56 +03:00
2026-03-06 16:10:09 +03:00
2026-03-21 01:52:56 +03:00
2026-03-07 12:46:02 +03:00
2026-01-24 17:45:27 +03:00
2026-03-21 01:52:56 +03:00
2026-03-23 15:29:21 +03:00
2026-03-23 16:08:10 +03:00
2026-03-23 15:29:21 +03:00
2026-03-23 05:54:26 +03:00
2026-03-21 01:52:56 +03:00
2026-04-16 05:36:48 +03:00
2026-03-21 01:46:44 +03:00
2026-02-16 09:18:12 +03:00
2026-02-17 04:45:40 +03:00
2026-04-15 04:13:43 +03:00
2026-03-12 19:33:25 +03:00
2026-02-17 04:45:40 +03:00
2026-03-06 04:20:41 +03:00
2026-02-17 04:45:40 +03:00
2026-03-21 01:09:13 +03:00
2026-03-06 01:33:06 +03:00
2026-03-09 14:06:00 +05:00
2026-02-25 06:34:22 +03:00
2026-03-21 01:52:56 +03:00
2026-04-16 05:52:25 +03:00
2026-02-17 04:45:40 +03:00
2026-03-10 14:50:26 +05:00
2026-03-23 18:37:17 +03:00
2026-03-21 01:52:56 +03:00
2026-02-16 09:18:12 +03:00
2026-03-18 01:59:12 +03:00
2026-02-17 04:45:40 +03:00
2026-04-08 18:33:17 +03:00
2026-03-07 03:18:20 +03:00
2026-04-10 15:13:59 +03:00
2026-02-17 04:45:40 +03:00
2026-02-25 00:44:44 +03:00
2026-04-08 18:33:17 +03:00
2026-02-17 04:45:40 +03:00
2026-03-20 05:30:42 +03:00
2026-03-26 11:55:20 +03:00
2026-03-21 01:52:56 +03:00
2026-02-17 04:45:40 +03:00
2026-02-17 04:45:40 +03:00
2026-03-23 08:06:15 +03:00
2026-02-17 04:45:40 +03:00
2026-03-06 07:02:42 +03:00