メインコンテンツまでスキップ

Billing API

SaaSus Billing API スキーマ (1.0.0)

SaaSus Billing API Schema

stripe

stripeリソースの操作

Stripe連携情報を取得

請求業務で使う外部SaaSとの連携情報を取得します。 現在は Stripe と連携が可能です。 連携を行わない場合は、 SaaSus SDK/API を利用して請求処理を実装する必要があります。

Authorizations:
Bearer

Responses

Response samples

Content type
application/json
{
  • "is_registered": true
}

Stripe連携情報を更新

請求業務で使う外部SaaSとの連携情報を更新します。 現在は Stripe と連携が可能です。

Authorizations:
Bearer
Request Body schema: application/json
secret_key
required
string

シークレットキー

Responses

Request samples

Content type
application/json
{
  • "secret_key": "sk_test_09l3shTSTKHYCzzZZsiLl2vA"
}

Response samples

Content type
application/json
{
  • "type": "string",
  • "message": "string"
}

Stripe連携情報を削除

請求業務で使う外部SaaSとの連携情報を削除します。

Authorizations:
Bearer

Responses

Response samples

Content type
application/json
{
  • "type": "string",
  • "message": "string"
}

error

テスト用途のエラー

ステータスコード500でサーバーエラーを返却

テスト用途で使用するエンドポイントです。ステータスコード500でサーバーエラーを返却します。

Authorizations:
Bearer

Responses

Response samples

Content type
application/json
{
  • "type": "string",
  • "message": "string"
}