Enter your PayPal email to access all purchased books
💬
Need help?
If your order doesn't appear or your link has expired, email
terrance.hutchinson2@gmail.com
with your PayPal receipt and Terrance will send your PDF within a few hours.
You can also call 404-312-2748.
⚙️ PayPal Setup Guide (Admin)
Set your IPN URL in PayPal:
Log into PayPal Business → Account Settings → Notifications → Instant payment notifications.
Set the IPN URL to: https://yourbestlifestyles.com/api/paypal/ipn
Set the return URL for each button:
In each PayPal NCP button settings, set the Return URL to: https://yourbestlifestyles.com/download.html
Set the custom field on each button so the system knows which book was purchased:
Belly Blueprint → belly-blueprint
Diabetes Now → diabetes-now
150 Recipes → 150-recipes
25 Desserts → 25-desserts
Longevity Guide → longevity-guide
Upload your PDF files using the admin endpoint: POST /api/admin/upload-pdf?product=PRODUCT_ID
with header Authorization: Bearer YOUR_ADMIN_KEY
and header Content-Type: application/pdf.
Set the ADMIN_KEY environment variable in your Netlify dashboard.