Deleting Payments
HTTP DELETE to void a payment from Branta.
Last updated
HTTP DELETE to void a payment from Branta.
Last updated
Payments that are registered with Branta automatically expire after the TTL
seconds specified upon creation.
If a Payment must be invalidated before TTL
, the payment can be deleted.
(This endpoint deletes all payments with the given address for your API Key, in case redundant addresses have been added.)
Delete a payment by address.
/payments/{id}
The unique identifier string of the payment.
The API_KEY
is required to authorize the request. This key is unique to each client and must be included in the header of every request. Failure to provide a valid API_KEY
will result in an unauthorized error.
Make sure to keep your api_key
confidential.
No body