Skip to main content
GET
/
v1
/
configure
/
stripe
Fetch Stripe configuration
curl --request GET \
  --url https://sandbox.layerfi.com/v1/configure/stripe \
  --header 'Authorization: Bearer <token>'
{
  "stripe_secret_last_4": "8765"
}

Documentation Index

Fetch the complete documentation index at: https://docs.layerfi.com/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Content-Type must be set to application/json.

Response

stripe_secret_last_4
string

Last 4 digits of the stripe connect account.

Example:

"8765"