{{ env('APP_NAME') }}. Payment Receipt

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') }}

 
Description Amount

{{ $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.

Manage Keys 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

© {{ date('Y') }} {{ env('APP_NAME') }}. All rights reserved. Visit our website →