Bloqifi RESTful API documentation
  • The Next Generation Web³
  • Quick Start
  • Blog
  • Reference
    • API Reference
      • Authentication
      • Bloq
      • Payment
      • Transaction
      • Rates
    • Retrieval
      • Transaction ID
      • Web
      • Blob
      • Chunk
  • Stripe Metered Billing
    • API Reference
      • Subscribe
      • Check Usage
Powered by GitBook
On this page

Was this helpful?

  1. Stripe Metered Billing
  2. API Reference

Subscribe

Charge based on how much of our service you use, set up usage-based or metered billing.

Set up usage-based metering

POST https://api.bloqifi.com/v0/stripe

Redirect to Stripe to complete payment

Headers

Name
Type
Description

Authorization*

String

Bearer ${accessToken}

Content-Type*

String

application/json

{
    message: 'Continuing to Stripe to remain PCI compliant..',
    sessionURL: 'https://stripe.com/'
}
{
    message: 'Payment with Stripe unavailable at the moment..'
}
PreviousAPI ReferenceNextCheck Usage

Last updated 2 years ago

Was this helpful?