Skip to main content
The Checkout API lets you create payment sessions and present a checkout experience to your customers — either by redirecting them to a hosted page or embedding the UI directly in your site.
  • Redirect flow — send customers to a Coinbase-hosted checkout URL and handle them on return via successUrl / failureUrl.
  • Embedded UI — drop the <coinbase-payment> web component into your page so customers never leave your site.
See the Checkout guide for full implementation details.