Sha256: 05c10576a860ed9a713497068d4cf21ba4250a36b32a55e3c35392ef0b406f5b

Contents?: true

Size: 1.01 KB

Versions: 3

Compression:

Stored size: 1.01 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

3 entries across 3 versions & 1 rubygems

Version Path
color_me_shop-1.2.0.rc1 docs/PaymentApi.md
color_me_shop-1.1.1 docs/PaymentApi.md
color_me_shop-1.1.0 docs/PaymentApi.md