Logo
PaymentsNew

Prepares an encoded transaction body for a new payment

Generates an encoded transaction body for paying an invoice

POST
/payments/new

Payment request

invoice_hash?string

Response Body

curl -X POST "https://loading/payments/new" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "property1": "string",
  "property2": "string"
}
"string"