Pay-Doc Pay-Doc
  • Home
  • 利用ガイド
  • APIリファレンス
  • FAQ
  • 更新履歴
  • 旧システムからの移行
  • お問い合わせ
Login
Pay-Doc Pay-Doc
Login
Pay-Doc Pay-Doc
  • Home
  • 利用ガイド
  • APIリファレンス
  • FAQ
  • 更新履歴
  • 旧システムからの移行
  • お問い合わせ
loading
  1. Home
  2. APIリファレンス
  3. 店舗
  4. 店舗 – リクエスト
  5. 店舗 – GET
Updated on 2025年4月15日

APIリファレンス

  • Folder icon closed Folder open icon一般
    • API連携、SDKについて
    • 認証
    • APIの制限
    • レスポンス
    • ページネーション
    • メタデータ
    • ポーリング
    • 冪等なリクエスト
    • 通貨と為替レート
  • Folder icon closed Folder open iconトランザクショントークン
    • トランザクショントークン – 概要
    • トランザクショントークン – リクエスト
      • トランザクショントークン – CREATE
      • トランザクショントークン – GET
      • トランザクショントークン – LIST
      • トランザクショントークン – UPDATE
      • トランザクショントークン – DELETE
      • トランザクショントークン – イシュアトークン(3-Dセキュア) – GET
  • Folder icon closed Folder open icon課金
    • 課金 – 概要
    • 課金 – リクエスト
      • 課金 – CREATE
      • 課金 – GET
      • 課金 – GET(銀行振込)
      • 課金 – LIST
      • 課金 – UPDATE
      • キャプチャ – CREATE
      • イシュアトークン – GET
      • 課金 – イシュアトークン(3-Dセキュア) – GET
  • Folder icon closed Folder open icon定期課金
    • 定期課金 – 概要
    • 定期課金 – リクエスト
      • 定期課金 – CREATE
      • 定期課金 – GET
      • 定期課金 – LIST
      • 定期課金 – UPDATE
      • 定期課金 – CANCEL
      • 定期課金 – 課金 – LIST
      • 支払い – 概要
      • 支払い – GET
      • 支払い – LIST
  • Folder icon closed Folder open icon返金
    • 返金 – 概要
    • 返金 – リクエスト
      • 返金 – CREATE
      • 返金 – GET
      • 返金 – LIST
      • 返金 – UPDATE
  • Folder icon closed Folder open iconキャンセル
    • キャンセル – 概要
    • キャンセル – リクエスト
      • キャンセル – CREATE
      • キャンセル – GET
      • キャンセル – LIST
      • キャンセル – UPDATE
  • Folder icon closed Folder open iconトランザクション
    • トランザクション – 概要
    • トランザクション – リクエスト
      • トランザクション – LIST
  • Folder icon closed Folder open icon加盟店
    • 加盟店 – 概要
    • 加盟店 – リクエスト
      • 加盟店 – GET
  • Folder icon closed Folder open icon店舗
    • 店舗 – 概要
    • 店舗 – リクエスト
      • 店舗 – GET
      • 店舗 – LIST
      • カスタマーUUID
  • Folder icon closed Folder open icon決済設定
    • 決済設定 – 概要
    • 決済設定 – リクエスト
      • 決済設定 – GET
  • Folder icon closed Folder open iconウェブフック
    • ウェブフック – 概要
    • ウェブフック – リクエスト
      • ウェブフック – GET
      • ウェブフック – UPDATE
  • Folder icon closed Folder open iconエラーコード
    • エラーコード – 概要
  • Folder icon closed Folder open icon3-DセキュアをAPIで実装する
    • 3-Dセキュア認証の処理の流れ
    • 実装方法
    • 追加されるパラメータ
    • 3-Dセキュア認証情報を自社で取得している場合の対応

店舗 – GET

店舗オブジェクトに対するGETリクエストには以下が必要です。(括弧内は入力箇所)

  • 店舗ID(URLの{storeId}部分)
  • シークレット(Headerの{secret}部分)
  • アプリトークン(Headerの{jwt}部分)

リクエスト

CommandとHeader

curl --request GET \
--url https://api.univapay.com/stores/{storeId} \
--header 'Authorization: Bearer {secret}.{jwt}'

記述例

curl --request GET \
--url https://api.univapay.com/stores/11edf541-c42d-653c-8c3d-dfe0a55f95c0 \
--header 'Authorization: Bearer {secret}.{jwt}'

レスポンス

下記は記述例でリクエストした場合の例です。

CodeとHeader

  • Code:200
  • Header:Content-Type: application/json

Body

{
    "id": "11edf541-c42d-653c-8c3d-dfe0a55f95c0",
    "name": "管理画面ガイド_TEST店舗",
    "created_on": "2023-05-18T06:03:53.125782Z",
    "configuration": {
        "percent_fee": null,
        "flat_fees": null,
        "logo_url": null,
        "country": null,
        "language": null,
        "display_time_zone": null,
        "min_transfer_payout": null,
        "minimum_charge_amounts": null,
        "maximum_charge_amounts": null,
        "user_transactions_configuration": {
            "enabled": null,
            "notify_customer": null,
            "notify_on_test": null,
            "notify_on_recurring_token_creation": null,
            "notify_on_recurring_token_cvv_failed": null,
            "notify_on_webhook_failure": null,
            "notify_on_webhook_disabled": null,
            "notify_user_on_failed_transactions": null,
            "notify_customer_on_failed_transactions": null,
            "notify_user_on_convenience_instructions": null,
            "notify_on_subscriptions": null,
            "notify_on_authorizations": null,
            "notify_on_cvv_authorizations": null,
            "notify_on_cancels": null,
            "customer_refer_link_enabled": null,
            "notify_on_convenience_expiry": null
        },
        "recurring_token_configuration": {
            "recurring_type": null,
            "charge_wait_period": null,
            "card_charge_cvv_confirmation": {
                "enabled": null,
                "threshold": null
            }
        },
        "security_configuration": {
            "card_charge_cooldown": null,
            "subscription_cooldown": null,
            "idempotent_card_charge_cooldown": null,
            "idempotent_subscription_cooldown": null,
            "restrict_ip_after_failed_charge": {
                "enabled": null,
                "count": null,
                "cooldown": null
            },
            "inspect_suspicious_login_after": null,
            "refund_percent_limit": null,
            "limit_charge_by_card_configuration": null,
            "confirmation_required": null,
            "min_refund_threshold": null,
            "limit_refund_by_sales": null
        },
        "checkout_configuration": {
            "ec_email": {},
            "ec_products": {}
        },
        "installments_configuration": {
            "enabled": null,
            "card_processor": {
                "revolving": null,
                "fixed_cycle": null
            },
            "supported_payment_types": null,
            "min_charge_amount": null,
            "max_payout_period": null,
            "only_with_processor": true
        },
        "subscription_plan_configuration": {
            "enabled": null,
            "fixed_cycle": null,
            "fixed_cycle_amount": null,
            "supported_payment_types": null,
            "min_charge_amount": null,
            "max_payout_period": null
        },
        "card_brand_percent_fees": {
            "visa": null,
            "american_express": null,
            "mastercard": null,
            "maestro": null,
            "discover": null,
            "jcb": null,
            "diners_club": null,
            "union_pay": null,
            "private_label": null
        },
        "subscription_configuration": {
            "enabled": null,
            "failed_charges_to_cancel": null,
            "suspend_on_cancel": null,
            "allow_merchant_amount_patch": null,
            "allow_merchant_due_date_patch": null
        },
        "customer_management_configuration": {
            "enabled": null,
            "default_roles": null,
            "default_mode": null
        },
        "descriptor_provided_configuration": null,
        "card_configuration": {
            "enabled": null,
            "debit_enabled": null,
            "prepaid_enabled": null,
            "debit_authorization_enabled": null,
            "prepaid_authorization_enabled": null,
            "forbidden_card_brands": null,
            "allowed_countries_by_ip": null,
            "foreign_cards_allowed": null,
            "fail_on_new_email": null,
            "card_limit": null,
            "allow_empty_cvv": false,
            "only_direct_currency": null,
            "three_ds_required": null,
            "three_ds_address_required": null,
            "allow_direct_token_creation": null
        },
        "qr_scan_configuration": {
            "enabled": null,
            "forbidden_qr_scan_gateways": null
        },
        "convenience_configuration": {
            "expiration_time_shift": {}
        },
        "paidy_configuration": {
            "enabled": null
        },
        "qr_merchant_configuration": {
            "enabled": null
        },
        "online_configuration": {},
        "bank_transfer_configuration": {
            "expiration_time_shift": {}
        },
        "platform_credentials_enabled": null,
        "tagged_platform_credentials_enabled": null
    },
    "tms_store_data": null
}
Share this Doc

店舗 – GET

Or copy link

Clipboard Icon
CONTENTS

© All Rights Reserved by UNIVA Paycast Limited.