Get available credit packages for purchaseReturns: List of available credit packages with pricingExample response: { "packages": [ { "id": "starter", "name": "Starter Pack", "credits": 1000, "amount": 1000, "currency": "usd", "description": "Perfect for trying out the platform" } ] }
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Responses
🟢200OK
application/json
Successful Response
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.gatewayz.ai/api/stripe/credit-packages' \
--header'Authorization: Bearer <token>'