Skip to main content

Send a billing statement

Send a billing statement via e-mail.


Endpoint

POST /billing_statements/:id/send

Sample code

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

await client.billingStatements.send('<ID of a billing statement resource>');

Returns

Returns a Billing Statement resource.