Thank you, {{ $user->name }}
Your payment has been successfully processed. Below is your official receipt and the details of your new subscription. Your API key has been issued and is ready to use.
|
Invoice
#{{ str_pad($subscription->id, 6, '0', STR_PAD_LEFT) }}
|
Issued: {{ $subscription->starts_at->format('d M Y') }}
|
|
|
|
{{ $planType }} Premium Plan
Access period: {{ $subscription->starts_at->format('d M Y') }} – {{ $subscription->expires_at->format('d M Y') }}
|
${{ number_format($subscription->amount, 2) }}
|
|
| PayPal Order ID |
{{ $subscription->paypal_order_id }} |
|
| Total Paid |
${{ number_format($subscription->amount, 2) }} USD |
|
|
Subscription Period
|
|
Starts
|
{{ $subscription->starts_at->format('l, d F Y') }}
|
|
Expires
|
{{ $subscription->expires_at->format('l, d F Y') }}
|
|
Your API Key
|
|
{{ $apiKey }}
|
|
Renewal Reminder
Your subscription expires on {{ $subscription->expires_at->format('d M Y') }}.
To continue uninterrupted access, renew before the expiry date from your account dashboard.
|
Please save this email as your payment receipt. If you have any billing questions or concerns, our support team is always here to help.
The {{ env('APP_NAME') }} Team
|