OpenNode · Example Payload

Create Charge Request

Order #1234 payment

BitcoinLightning NetworkPaymentsPayment ProcessingCryptocurrencyFintechWebhooksInvoicingPayoutsLNURL

Create Charge Request is an example object payload from OpenNode, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

amountcurrencydescriptioncustomer_namecustomer_emailorder_idcallback_urlsuccess_urlauto_settlettlnotify_receiver

Example Payload

create-charge-request.json Raw ↑
{
  "amount": 10000,
  "currency": "USD",
  "description": "Order #1234 payment",
  "customer_name": "Jane Doe",
  "customer_email": "jane@example.com",
  "order_id": "order-1234",
  "callback_url": "https://example.com/webhooks/opennode",
  "success_url": "https://example.com/thank-you",
  "auto_settle": false,
  "ttl": 1440,
  "notify_receiver": false
}