cURL
curl --request POST \ --url https://api.spacebring.com/billing/invoices/v1/{id}/cancel_payment \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "type": "<string>" }
Cancel a payment on an invoice.
invoices
See our authentication documentation for how to authorize your requests
The id of the network. Required when using bearer token authentication
The id of an invoice.
No Content