サンプル
リクエスト
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d 'access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1' \ "https://api.next-engine.org/api_v1_system_authorizationtype/info"
レスポンス
{
"result":"success",
"count":"6",
"data":[
{
"authorization_type_id":"0",
"authorization_type_name":null
},
{
"authorization_type_id":"99",
"authorization_type_name":"その他"
},
{
"authorization_type_id":"1",
"authorization_type_name":"楽天市場 カード決済代行あんしんサービス"
},
{
"authorization_type_id":"2",
"authorization_type_name":"yahooネットラストかんたんストア決済"
},
{
"authorization_type_id":"3",
"authorization_type_name":"DeNAショッピング決済サービス"
},
{
"authorization_type_id":"4",
"authorization_type_name":"ベリトランス"
}
],
"access_token":"xxxxxxxxxxx",
"access_token_end_date":"2017-04-13 18:24:53",
"refresh_token":"xxxxxxxxxxx",
"refresh_token_end_date":"2017-04-15 18:24:53"
}