GET
/
credits
/
{credit_id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

credit_id
string
required

Response

200 - application/json

Payload to grant Credits

accountId
string
required
purpose
string
required
effectiveFrom
string
required
priority
integer
required
id
string
required

Identifier of credits

Maximum length: 50
customerId
string
required
status
enum<string>
required
Available options:
ACTIVE,
CONSUMED,
EXPIRED,
VOIDED
createdAt
string
required
transactions
object[]
required
applicableEntityIds
string[]

List of entity ids for which the credit is applicable. If null or empty, the credit is applicable to all ids. This list can accept special values like: - ALL_USAGE_METER_RATE_CARDS: To apply the credit to all usage meter rate cards - ALL_FIXED_FEE_RATE_CARDS: To apply the credit to all fixed fee rate cards

effectiveUntil
string
creditAmount
number
grantorId
string

The entity through which the credit has been granted

idempotencyKey
string

The idempotency key for uniqueness of the credit record

creditUnit
string
holdAmount
number
consumedAmount
number
updatedAt
string