Payvessel Checkout
Accept payments with minimal integration using Payvessel’s hosted checkout. Customers can pay with card or bank transfer in a single modal. Ideal for e-commerce, donations, and subscriptions.Option 1: npm package (recommended for frontend)
Use the payvessel-checkout package for a ready-made UI. It handles the checkout modal, channels (card + bank transfer), and callbacks.- Install:
npm install payvessel-checkoutoryarn add payvessel-checkout - Package docs: payvessel-checkout on npm
Option 2: Merchant Checkout API
For custom UIs or server-only flows, use the REST API: Initialize a transaction, redirect the customer to the returnedcheckout_url, then Confirm by reference. For endpoint details, request/response bodies, and code samples, see the API reference tab:
