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

Process payments via Solvers

You need to run your own solver to pull subscription payments from your customers

PreviousHow DebitLlama compares to others?NextPayment Intents

Last updated 10 months ago

DebitLlama doesn't provide any payment processing directly to avoid becoming a money transmitter.

To debit your customers, you will need to run your own solver locally.

To run a solver, you need to create an API key on DebitLlama and create an ethereum private key to sign transactions with.

Run debitllama_solver from the command line to get started.

LogoRelease DebitLlama Solver 0.1.1 · DebitLlama/debitllama-solverGitHub
Click the Link and download the release for your OS and architecture