Skip to main content

Commit or reject a ChargeOver.js request

POST 

/api/v3/_chargeoverjs

Commit or reject a pending ChargeOver.js request.

Notes:

  • Committing a pending ChargeOver.js requests means to actually accept and write the data to ChargeOver.

  • Rejecting a pending ChargeOver.js request means to discard/do not process the ChargeOver.js request.

Request

Body

    commit string
    reject string

Responses

Action completed successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...