DebitLlama
  • DebitLlama Documentation
  • What is wallet abstraction?
  • Account Creation and Checkout flow
  • How DebitLlama compares to others?
  • Process payments via Solvers
  • Payment Intents
    • ZKP Implementation details
    • Smart Contract Implementation details
    • Client Side Implementation
    • Security first. A little game theory.
  • Creating Accounts
  • Comparing Account types
  • Accepting Payments
    • Checkout Redirect
    • Managing your items
    • Checkout page
  • Fees
  • Passkeys
  • Rest Api v1
    • Creating Access Tokens
      • What is Bearer Authentication?
    • Schema
    • Networks and Currencies
    • /api/v1
    • /api/v1/accounts
    • /api/v1/accounts/[commitment]
    • /api/v1/payment_intents
    • /api/v1/payment_intents/[slug]
    • /api/v1/items
    • /api/v1/items/[slug]
    • Configuring Webhooks
      • Request Schema
    • Zapier Integration
  • Try it out on Testnet
  • Slack
Powered by GitBook
On this page
  1. Accepting Payments

Managing your items

This page explains how to manage your debit items

PreviousCheckout RedirectNextCheckout page

Last updated 1 year ago

Navigate to the items page

On the Items page you can see all the debit items you created, in a searchable and sortable table.

Click on one of the rows to access the item page

Here you can find the DebitItem page. On this page you can navigate to the checkout by clicking on the buy it now button !

You find information on how to embedd the buy button on any website, you can update the redirect url and will see the payment intents created for the item on the bottom.

The parameters of the items are permanent but you can choose to deactivate it any time.

if you deactivated an item, the checkout page will be turned off, but you can choose to reactive it any time.

The subscriptions created for this item will continue to process even if it's deactivated however new subscriptions can't be created anymore.

Click on the Buy it Now button and you will be redirected to the checkout page!

You can find the link on the dashboard