latestOpenAPI 3.0.02026-08-10134271194.2 KB

da24e062ff11

Integrations

Get Stripe Authorize (Redirect URL)

Contacts Stripe Oauth to get token and saves payment method to DB HTML page is used to send a stripe authorization token back to the window opener.

  "livemode":false,
  "refresh_token":"...",
  "token_type":"bearer",
  "stripe_publishable_key":"...",
  "stripe_user_id":"...",
  "scope":"read_write"
}, "*") ```
get/vendor/integrations/stripe/authorize

Query parameters

codestring
statestring

Response

Success

string required