@extends('layouts.app') @section('content')
| Name | Display Name | Currencies | Fee | Mode | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $gateway->name }} | {{ $gateway->display_name }} | {{ is_array($gateway->supported_currencies) ? implode(', ', $gateway->supported_currencies) : '' }} | {{ $gateway->transaction_fee_percentage }}% + {{ $gateway->transaction_fee_fixed }} | {{ $gateway->is_test_mode ? 'Test' : 'Live' }} | ||
| No payment gateways configured | ||||||
PayPal: {{ url('/webhooks/paypal') }}
Stripe: {{ url('/webhooks/stripe') }}
Paystack: {{ url('/webhooks/paystack') }}
Flutterwave: {{ url('/webhooks/flutterwave') }}
Razorpay: {{ url('/webhooks/razorpay') }}