Skip to main content

Finalize a billing statement

Finalizes a billing statement resource.


Endpoint

POST /billing_statements/:id/finalize

Sample code

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

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

Returns

Returns a Billing Statement resource.