Sha256: b845dc780198967f6f81e80c9930e771384583fe787b0e04f2d8c3ece2171629
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# ColorMeShop::PaymentApi All URIs are relative to *https://api.shop-pro.jp/* Method | HTTP request | Description ------------- | ------------- | ------------- [**get_payments**](PaymentApi.md#get_payments) | **GET** /v1/payments.json | 決済設定の一覧を取得 # **get_payments** > Object get_payments 決済設定の一覧を取得 ### Example ```ruby # load the gem require 'color_me_shop' # setup authorization ColorMeShop.configure do |config| # Configure OAuth2 access token for authorization: OAuth2 config.access_token = 'YOUR ACCESS TOKEN' end api_instance = ColorMeShop::PaymentApi.new begin #決済設定の一覧を取得 result = api_instance.get_payments p result rescue ColorMeShop::ApiError => e puts "Exception when calling PaymentApi->get_payments: #{e}" end ``` ### Parameters This endpoint does not need any parameter. ### Return type **Object** ### Authorization [OAuth2](../README.md#OAuth2) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
color_me_shop-1.0.0 | docs/PaymentApi.md |