Logoelepay
Customer

Retrieve source's status

カスタマソースのステータスに関する詳細情報を取得します。

GET
/sources/{sourceId}/status
AuthorizationBearer <token>

API呼出すの認証は、秘密鍵を認証トークンとして扱い、Bearer 認証経由で行われます。 秘密鍵は、全ての API リクエスト操作が可能となる重要なキーなので、取扱いにご注意ください。

In: header

Path Parameters

sourceId*string

Source ID

Response Body

application/json;charset=utf-8

curl -X GET "https://api.elepay.io/sources/string/status"
{
  "id": "string",
  "appId": "string",
  "liveMode": true,
  "status": "pending"
}