Skip to content

feat(payments): reconcile PayPal and Paystack provider support (#644)#785

Open
Jerryvic911 wants to merge 1 commit into
Calebux:mainfrom
Jerryvic911:feature/reconcile-payment-providers
Open

feat(payments): reconcile PayPal and Paystack provider support (#644)#785
Jerryvic911 wants to merge 1 commit into
Calebux:mainfrom
Jerryvic911:feature/reconcile-payment-providers

Conversation

@Jerryvic911
Copy link
Copy Markdown
Contributor

  • Add Paystack to feature flags, payment service, and route enum
  • Create client-side paystack-service.ts (proxies through backend)
  • Create payment-providers.ts with region/environment matrix
  • Create backend/src/routes/payments.ts and register in index.ts
  • Add PAYPAL_CLIENT_ID/SECRET/MODE to env.ts Zod schema
  • Add tests for Paystack provider and provider matrix
  • Add docs/payment-providers.md documenting provider matrix

Closes #644

Description

Briefly describe what this PR does.


Related Issue

Closes #


Test Plan

  • Tested locally
  • Verified expected behavior
  • No regressions introduced

Screenshots (if applicable)


Checklist

  • Code builds successfully
  • Tests pass
  • Follows project conventions
  • No sensitive data exposed

Closes #644

…ux#644)

- Add Paystack to feature flags, payment service, and route enum
- Create client-side paystack-service.ts (proxies through backend)
- Create payment-providers.ts with region/environment matrix
- Create backend/src/routes/payments.ts and register in index.ts
- Add PAYPAL_CLIENT_ID/SECRET/MODE to env.ts Zod schema
- Add tests for Paystack provider and provider matrix
- Add docs/payment-providers.md documenting provider matrix

Closes Calebux#644
@Jerryvic911 Jerryvic911 requested a review from Calebux as a code owner May 31, 2026 16:41
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 31, 2026

@Jerryvic911 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[P1] Reconcile PayPal and Paystack provider support

1 participant