Indexing Payments
HTTP GET to show all registered payments in Branta.
Last updated
HTTP GET to show all registered payments in Branta.
Last updated
This endpoint is provided for debugging. Prints out all non-expired payments for a given API key.
Get all payments created by a given API KEY
/payments
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.