Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Credit purchase payload
Value indicating a number of credits to add. If price_id is defined, this value must correspond to a full credit pack for the price.
Example:
32
Custom amount for the added credits. Either amount_excluding_tax or price_id must be defined. Expressed in currency's smallest unit.
Price ID used to add credits. The price must be of type bundle. Either amount_excluding_tax or price_id must be defined.

