Retry Failed Statement

Retry failed statement by setting its status to Mpt.Models.Billing.StatementStatus.Generated.

post
Path parameters
idstringRequired
Body

Represents a billing statement in the system, containing details about transactions, pricing, and associated entities.

idstringOptional

The unique identifier of the statement.

Example: SOM-1234-1234-1234-1234-1234
typeall ofOptional

Specifies the type of the statement.

Example: Debit
string · enumOptional

Represents the type of a statement in the billing system.

Possible values:
billingTypeall ofOptional

Specifies the billing type of the statement.

Example: Automated
string · enumOptional

Represents the type of billing process.

Possible values:
statusall ofOptional

Indicates the current status of the statement.

Example: Generated
string · enumOptional

Represents the various statuses a statement can have in the billing system.

Possible values:
Responses
200

OK

application/json
post
/public/v1/billing/statements/{id}/retry

Last updated

Was this helpful?