Credits transactions
Each organization has a Wallet with the number of credits that can be used to issue a badge.
Retrieve a Credit Transaction details
Retrieve details of a specific credit transaction by its ID.
- GET
/api/v1/issuers/organization/credit_transactions/{transaction_id}
Pass the id
Credit Transactions listing
This endpoint lists all credit transactions for the organization, including credit purchases and consumption. It helps track how credits have been used over time.
- GET
/api/v1/issuers/organization/credit_transactions
Query Parameters
created_at_after: Filter transactions starting from this date (optional).created_at_before: Filter transactions up to this date (optional).status: Filter transactions by its status, acceptable valuesaccepted,request,declined(optional).credit: Filter transaction by the specific number of credits.amount: Filter transactions by the specific amount.user_id: Filter by the user requested/user credits.