Pay an invoice

Submits an invoice for processing and payment. If the invoice is type escrow, funds are directed to a Tilia escrow wallet until the invoice is either committed or canceled.

Successful completion triggers this notification
Invoice complete

For more information about event notifications, visit Webhooks.

Securitytilia_auth
Request
path Parameters
invoice_id
required
string (InvoiceId) <= 36 characters

The invoice ID

Example: inv_2V2XDLW6zogChdShdFh8WKOhHii
Responses
200

Successfully submitted pay request

400

Invalid invoice ID

401

Unauthorized access.

403

The transaction was rejected

404

Invoice not found.

500

Service unavailable or server error.

post/v2/invoice/{invoice_id}/pay
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "message": null,
  • "codes": null,
  • "payload": {
    }
}