SpendBundle
    SpendBundle
    • /spends
      GET
    • /spends/:id
      DELETE
    • /fees
      POST
    • /singleton
      POST
    • /payment/pay-per-spend
      GET
    • /payment/token
      GET
    • /limits
      GET

      /payment/pay-per-spend

      GET
      /payment/pay-per-spend
      Creates a Stripe checkout session for pay-per-spend functionality

      Request

      Query Params
      network
      enum<string> 
      required
      Network for the checkout session
      Allowed values:
      mainnettestnet11
      appId
      string 
      required
      Application ID for the checkout session

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/payment/pay-per-spend?network&appId'

      Responses

      🔵302302
      Redirects to Stripe checkout page
      This response does not have a body.
      🟠400Bad Request
      Modified at 2025-03-26 11:47:19
      Previous
      /singleton
      Next
      /payment/token
      Built with