Skip to main content

Creates a checkout url for balance top up using Stripe

POST 

/api/organization/balance/top-up

Creates a checkout url for balance top up using Stripe

Request

Body

required
    amount_usd stringrequired

    The amount in USD to be charged.

    success_url urlrequired

    The URL to redirect to after a successful payment.

    cancel_url urlrequired

    The URL to redirect to after a canceled payment.

Responses

Successful operation

Schema
    url urlrequired

    The URL of the Stripe checkout.

Loading...