API
cloud.groups.billingCheckout
API
cloud.groups.billingCheckout
Creates a checkout session for the given group.
POST https://cloud.api.rivet.gg/v1/groups/{group_id}/checkout
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/groups/{group_id}/checkout'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
group_idrequired
string
Body
amount
integer
How much money to checkout (in hundred-thousandths USD, 100,000 = $1.00).
Response
urlrequired
string
The URL of the checkout session.
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/groups/{group_id}/checkout'