Coinfat

Getting Started

How it works

An invoice moves through a simple, predictable lifecycle from creation to a terminal state.

The invoice lifecycle

  1. Your server creates an invoice with an amount in your settlement currency and the coins you accept.
  2. We return an invoice with a checkout_url and a pending status.
  3. You redirect the customer to the checkout_url. They pick a coin and pay; we watch the chain and handle confirmations.
  4. On payment the invoice becomes completed, or expired if the window lapses, or canceled if you cancel it.
  5. We send a webhook; your server verifies it and fulfills the order. You can also poll the invoice.