Skip to main content
POST
/
billing
/
session
/
payment
Create payment session
curl --request POST \
  --url https://nimbussuite.com/api/v1/billing/session/payment \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "customerId": "<string>"
}
'
{
  "clientSecret": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
customerId
string
required

Response

Payment session created

clientSecret
string