Skip to main content
POST
/
create
/
service
/
payment
/
stripe
/
{YOUR_INTEGRATION_NAME}
Stripe API
curl --request POST \
  --url https://vdrdfvu2b3.execute-api.us-east-2.amazonaws.com/v3/create/service/payment/stripe/{YOUR_INTEGRATION_NAME}
{
  "statusCode": 200,
  "body" {
    ...
    compelete: true,
  }
}

Documentation Index

Fetch the complete documentation index at: https://webhub.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path

YOUR_INTEGRATION_NAME
string
required
The name that you want to use to reference the Stripe API integration you are creating. Must only be alpha numeric with only lower case letters and no special characters except hyphens.

Response

statusCode
number
Based off of standard HTTP request guidelines
body
object
Information concerning stripe integration details
{
  "statusCode": 200,
  "body" {
    ...
    compelete: true,
  }
}