Venmo payment step with deep link and QR code #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Step 6 — after signing the contract, client is shown the booking fee and a Venmo link/QR code to complete payment.
Tasks
https://venmo.com/<username>?txn=pay&amount=<price>¬e=<encoded-note>LisiLou Booking - [SessionType] on [Date]pricingconfig based on session lengthqrcodenpm package (generated server-side as SVG, served atGET /api/bookings/:id/venmo-qr)payment_status = "pending_confirmation"and advances to confirmation screenconfig/site.jsonunderbooking.venmoUsernameNote on payment confirmation
Venmo has no webhook API for personal accounts. The photographer confirms receipt manually and can update status via the admin page (issue #8). This is documented clearly in the UI: "Your session is reserved once we confirm receipt — usually within 24 hours."
Acceptance