Open subscription checkout
Returns a browser handoff to the existing Benjiads checkout. The owner signs in and authorizes the recurring subscription; this call does not charge a card or grant access. Existing subscribers can manage billing there.
Returns a browser handoff to the existing Benjiads checkout. The owner signs in and authorizes the recurring subscription; this call does not charge a card or grant access. Existing subscribers can manage billing there.
Create a scoped key in Benjiads → Integrations. Sent only in Authorization.
In: header
Header Parameters
8–80 letters, digits, underscores or hyphens. Reuse the same key and arguments for retries. Completed mutations replay for at least 90 days; a pending operation returns 409 and must be reconciled before using a new key.
^[A-Za-z0-9_-]+$8 <= length <= 80Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/billing/checkout" \ -H "Idempotency-Key: stringst"{ "url": "http://example.com", "action": "complete_in_browser"}