• Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
  • Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
    API References
      Elevate Authentication & Users API
      Elevate Admin API
      Elevate Bill Run API
      Elevate Contract Management
      Elevate Customer and Sites API
      Elevate Document API
      Elevate Events API
      Elevate Product Inventory API
      Elevate Invoices API
      Elevate Mediation API
      Elevate Notifications API
      Elevate Payment and Refund API
        payment-providers
        invoice-payments
        adhoc-invoice-payments
        refunds
        site-payment-mandates
        payment-provider-mandates
        customer-payments
        customer-balances
        customer-credit-status
        payment-provider-payment-link
        payment-provider-reprocess
        invoice-payment-reprocess
          post
          Reprocess an invoice payment
        invoice-payment-cancel
      Elevate Pricing API
      Elevate Pricing Assignment API
      Elevate Products API
      Elevate Provisioning API
      Elevate Reference Data API
      Elevate Rental API
      Elevate Tripwire API

Reprocess an invoice payment

post/invoice-payment-reprocess
SecuritybearerAuth
Request
Request Body schema: application/json

Reprocess an invoice payment

invoiceId
required
integer <int64>

Invoice identifier

billRunType
required
string (BillRunType)

Bill run type

Enum: "NORMAL" "ADHOC"
notes
string [ 0 .. 255 ] characters [\w\p{L}\s%£@&#=':;`’,|!_—–\(\)\\/\-\+\.\?\*\...

Reason for payment reprocess request

Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

Request samples
  • Payload
application/json
{
  • "invoiceId": 0,
  • "billRunType": "NORMAL",
  • "notes": "string"
}