Retrieve information about a specific Credit record within Verifik’s system. This endpoint provides detailed data regarding the credit record, so you can know if it's an usage or purchase record.
Headers
Include the necessary authentication headers for authorization and content-type, such as:
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Request Parameters
Path Parameter:
id (string, required): The unique identifier for the credit record you want to retrieve.
On a successful request, you will receive a JSON object with the details of the specified Credit. Key fields include the status, amount, category , client, etc.