Skip to main content

Mark uncollectible a billing statement

Mark uncollectible a billing statement resource.


Endpoint

POST /billing_statements/:id/mark_uncollectible

Sample code

const client = require('payrex-node')('insert your PayRex Secret API key.');

const billingStatement = await client.billingStatements.markUncollectible('<ID of a billing statement resource>');

Returns

Returns a Billing Statement resource.