BrainSAIT Payments

Select Your BrainSAIT Solution

اختر الحل أو التطبيق المطلوب

Secure checkout powered by Stripe, PayPal, and Apple Pay. Complete your purchase using the option that fits your procurement workflow.

عمليات الدفع الآمنة مدعومة عبر سترايب، باي بال، وآبل باي لتناسب إجراءات الشراء المؤسسية.

Browse App Store

Choose Your Payment Channel

The buttons below call your backend API to create a checkout session. Update the endpoints with your production host before going live.

Stripe Checkout

Creates a hosted payment link for card payments with SAR settlement and 3D Secure enforcement.

Backend should return { url } from Stripe; redirect customers to that link.

PayPal & Apple Pay

Uses PayPal Orders v2. Apple Pay appears automatically in the PayPal JS SDK for eligible devices.

Capture the order server-side with PayPal SDK after the customer approves it in the frontend widget.

Manual Invoice

For bank transfers or bespoke incubation packages, request a pro-forma invoice from BrainSAIT billing.

Manual route supports corporate POs, wired transfers, and custom incubator contracts.

Developer Checklist

  1. Implement POST /api/payments/stripe/create-payment-link using the Stripe SDK.
  2. Implement POST /api/payments/paypal/create-order and capture the order server-side once approved.
  3. Register Stripe and PayPal webhooks to fulfil orders and provision BrainSAIT services automatically.
  4. Update the frontend store buttons to fetch these endpoints and redirect users to the returned checkout URL.