Beladed Payments guide
Create a recurring subscription
BusinessStreamerserverweb
Create and read a merchant-owned subscription from a backend.
Prerequisites
- An eligible merchant account
- A development secret key
- A customer and subscription plan identifier
Implementation
- 1
Collect consent
Explain the price, currency, interval, and cancellation terms before creating the subscription.
- 2
Create server-side
Submit the customer and plan identifiers through the reviewed subscription operation.
- 3
Read back state
Store the Beladed subscription identifier and confirm its current status before granting entitlements.
Related API operations
Production checklist
- Use production credentials only with api.beladed.com.
- Keep secret credentials on a trusted server.
- Verify account ownership, permissions, origins, and webhook signatures.
- Handle idempotency, timeouts, retries, and duplicate events.
- Log request IDs without logging credentials or sensitive payloads.