Create Credits Checkout
Create a checkout for organization credits. Store checkout_id, send the user through the returned payment flow, and verify the checkout before increasing available balance.
Authorization
BearerAuth In: header
Request Body
application/json
Request payload.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
Was this page helpful?
Verify Release Checkout
Verify Release Checkout. Verify a release checkout by checkout_id after payment completion. The response updates the related release order and returns a payment status suitable for the next catalog step.
Verify Credits Checkout
Verify Credits Checkout. Verify a credits checkout by checkout_id after payment completion. The response confirms whether the credit balance update has been applied.