Invoices
Charges are used to process the payments from a payment intent same as normal invoices.
List an Invoice
GET
https://api.turinpay.com/invoice
This endpoint list all invoice created by the user instance
Headers
Name
Type
Description
X-API-Key
string
Authentication token from the API key belonging to the user
Retrieve invoice
GET
https://api.turinpay.com/invoices/:id
Retrieve a specific invoice by its id
Path Parameters
Name
Type
Description
id
string
Charge id
Last updated
Was this helpful?