Skip to main content

Retrieve a billing statement

Retrieves a billing statement resource.


Endpoint

GET /billing_statements/:id

Sample code

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

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

Returns

Returns a Billing Statement resource.