Skip to main content
POST
/
v1
/
billing
/
setup-intent
Create SetupIntent for headless card attachment
curl --request POST \
  --url https://reelmirror.com/api/v1/billing/setup-intent \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {
    "client_secret": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key (rm_xxx) or JWT token

Body

application/json

The body is of type object.

Response

SetupIntent created

data
object