Skip to main content
POST
Create a subscription for a customer
Creates a subscription for an existing customer based on a plan. The initial subscription creation generates a payment transaction which the customer completes to activate the subscription.

Authorizations

x-api-key
string
header
required

API key for merchant authentication required for most endpoints

Body

application/json
customerId
string
required
planId
string
required
network
enum<string>
required

Network for subscription payments

Available options:
SUI

Response

Subscription created

success
boolean
Example:

true

message
string
Example:

"Subscription created"

data
object