POST
/
credits
/
{credit_id}
/
void
curl --request POST \
  --url https://api.togai.com/credits/{credit_id}/void \
  --header 'Authorization: Bearer <token>'
{
  "accountId": "biswa",
  "purpose": "credits",
  "effectiveFrom": "2024-03-06",
  "priority": 1,
  "id": "cred.22LLLScunZg.om5kC",
  "customerId": "biswa",
  "status": "VOIDED",
  "createdAt": "2024-03-13T12:33:39.986252Z",
  "applicableEntityIds": [],
  "effectiveUntil": "2025-03-06",
  "creditAmount": 10,
  "grantorId": "addon.22IZs2ZVEnw.0zDFe",
  "creditUnit": "USD",
  "holdAmount": 0,
  "consumedAmount": 0,
  "updatedAt": "2024-03-13T12:42:33.489822Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

credit_id
string
required
Example:

"creds.1znQx9jiIXw.r44fc"

Response

200
application/json
Response for Void credit request

Payload to grant Credits

accountId
string
required
Example:

"ACC001"

purpose
string
required
Example:

"PREPAID_CREDIT"

effectiveFrom
string
required
Example:

"2020-07-04"

priority
integer
required
Example:

1

id
string
required

Identifier of credits

Maximum length: 50
Example:

"cred.1znqBOVcai0.0tBFz"

customerId
string
required
Example:

"7VcRw9xZDIqsC5E"

status
enum<string>
required
Available options:
ACTIVE,
CONSUMED,
EXPIRED,
VOIDED
Example:

"ACTIVE"

createdAt
string
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
Example:

"2021-07-04"

creditAmount
number
Example:

1000

grantorId
string

The entity through which the credit has been granted

idempotencyKey
string

The idempotency key for uniqueness of the credit record

creditUnit
string
Example:

"USD"

holdAmount
number
Example:

500

consumedAmount
number
Example:

400

updatedAt
string