Skip to main content

Get payment URLs

GET 

/company/payment/urls

Returns the URLs to process payments and access the Stripe customer portal.

Operation Flow:

  1. Authentication via valid JWT with admin permissions
  2. Verification of configured Stripe account
  3. Generation of payment session and portal URLs
  4. Return of URLs with limited validity

Use Cases:

  • Display payment button in UI
  • Allow customer to manage subscriptions

Response Example:

{
paymentUrl: https://pay.stripe.com/checkout/acct_1Jm...,
customerPortalUrl: https://billing.stripe.com/session/...
}

Responses

Payment URLs obtained