# M's PayBridge バイヤープラットフォーム API > M's PayBridge バイヤープラットフォーム用のAPIリファレンスの雛形です。 (version 1.0.0) - 本番環境: https://api.fincode.jp - テスト環境: https://api.test.fincode.jp ## エンドポイント ### Webhook設定 - [GET /v1/webhook_settings](/reference/buyerplatform_mpb/endpoints/get-v1-webhook-settings.md): Webhook設定 一覧取得 - [POST /v1/webhook_settings](/reference/buyerplatform_mpb/endpoints/post-v1-webhook-settings.md): Webhook設定 登録 - [GET /v1/webhook_settings/{id}](/reference/buyerplatform_mpb/endpoints/get-v1-webhook-settings-id.md): Webhook設定 取得 - [PUT /v1/webhook_settings/{id}](/reference/buyerplatform_mpb/endpoints/put-v1-webhook-settings-id.md): Webhook設定 更新 - [DELETE /v1/webhook_settings/{id}](/reference/buyerplatform_mpb/endpoints/delete-v1-webhook-settings-id.md): Webhook設定 削除 ### Webhook_通知仕様 - [POST /your-endpoint-on-business-payments-regist](/reference/buyerplatform_mpb/endpoints/post-your-endpoint-on-business-payments-regist.md): 請求書カード払い登録 - [POST /your-endpoint-on-business-payments-exec](/reference/buyerplatform_mpb/endpoints/post-your-endpoint-on-business-payments-exec.md): 請求書カード払い実行 - [POST /your-endpoint-on-business-payments-update](/reference/buyerplatform_mpb/endpoints/post-your-endpoint-on-business-payments-update.md): 請求書カード払い更新 - [POST /your-endpoint-on-buyer-contract](/reference/buyerplatform_mpb/endpoints/post-your-endpoint-on-buyer-contract.md): テナントバイヤー審査状況 更新 ### 請求書カード払い - [GET /v1/business_payments](/reference/buyerplatform_mpb/endpoints/get-v1-business-payments.md): 請求書カード払い 一覧取得 - [POST /v1/business_payments](/reference/buyerplatform_mpb/endpoints/post-v1-business-payments.md): 請求書カード払い登録 - [GET /v1/business_payments/{id}](/reference/buyerplatform_mpb/endpoints/get-v1-business-payments-id.md): 請求書カード払い情報取得 - [POST /v1/business_payments/{id}](/reference/buyerplatform_mpb/endpoints/post-v1-business-payments-id.md): 請求書カード払い更新 - [PUT /v1/business_payments/{id}](/reference/buyerplatform_mpb/endpoints/put-v1-business-payments-id.md): 請求書カード払い提出 - [PUT /v1/business_payments/{id}/delete](/reference/buyerplatform_mpb/endpoints/put-v1-business-payments-id-delete.md): 請求書カード払い情報削除 - [PUT /v1/business_payments/request](/reference/buyerplatform_mpb/endpoints/put-v1-business-payments-request.md): 請求書カード払い依頼 - [PUT /v1/business_payments/auth](/reference/buyerplatform_mpb/endpoints/put-v1-business-payments-auth.md): 請求書カード払いオーソリ依頼 - [GET /v1/business_payments/business](/reference/buyerplatform_mpb/endpoints/get-v1-business-payments-business.md): 請求書カード払い事業者情報取得 ### テナントバイヤー - [GET /v1/buyer_platform/tenants](/reference/buyerplatform_mpb/endpoints/get-v1-buyer-platform-tenants.md): テナントバイヤー 一覧取得 - [GET /v1/buyer_platform/tenants/{id}](/reference/buyerplatform_mpb/endpoints/get-v1-buyer-platform-tenants-id.md): テナントバイヤー 取得 ### テナントバイヤー申請管理 - [POST /v1/buyer_platform/tenant_entries](/reference/buyerplatform_mpb/endpoints/post-v1-buyer-platform-tenant-entries.md): テナントバイヤー 作成(新規ユーザー登録) - [POST /v1/buyer_platform/join_tenants](/reference/buyerplatform_mpb/endpoints/post-v1-buyer-platform-join-tenants.md): テナントバイヤー 作成(既存ユーザー参加) - [GET /v1/buyer/contracts/{id}](/reference/buyerplatform_mpb/endpoints/get-v1-buyer-contracts-id.md): テナントバイヤー契約情報 取得 - [POST /v1/buyer/contracts/examinations](/reference/buyerplatform_mpb/endpoints/post-v1-buyer-contracts-examinations.md): テナントバイヤー 本番環境申請 - [GET /v1/buyer/contracts/examinations/{id}](/reference/buyerplatform_mpb/endpoints/get-v1-buyer-contracts-examinations-id.md): テナントバイヤー本番環境申請情報 取得 - [PUT /v1/buyer/contracts/examinations/{id}](/reference/buyerplatform_mpb/endpoints/put-v1-buyer-contracts-examinations-id.md): テナントバイヤー本番環境申請情報 更新 ### バイヤープラットフォーム報酬 - [GET /v1/buyer_platform_accounts](/reference/buyerplatform_mpb/endpoints/get-v1-buyer-platform-accounts.md): バイヤープラットフォーム報酬 一覧取得 - [GET /v1/buyer_platform_accounts/{id}](/reference/buyerplatform_mpb/endpoints/get-v1-buyer-platform-accounts-id.md): バイヤープラットフォーム報酬 取得 ## 仕様データ - [OpenAPI (yml)](/reference/buyerplatform_mpb/openapi.yml) - [OpenAPI (json)](/reference/buyerplatform_mpb/openapi.json) - [エラーコード (json)](/reference/buyerplatform_mpb/errors.json) - [エラーコード (md)](/reference/buyerplatform_mpb/guides/errors.md)