Skip to main content

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.
Use the payvessel-checkout package for a ready-made UI. It handles the checkout modal, channels (card + bank transfer), and callbacks. For code samples, parameters, and request/response payloads, see the API reference tab: Initialize Transaction and Confirm Transaction.

Option 2: Merchant Checkout API

For custom UIs or server-only flows, use the REST API: Initialize a transaction, redirect the customer to the returned checkout_url, then Confirm by reference. For endpoint details, request/response bodies, and code samples, see the API reference tab: