Logoelepay
Sources

Retrieve source's status

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

GET
/sources/{sourceId}/status
Source ID

Response Body

application/json

OK

TypeScript Definitions

Use the response body type in TypeScript.

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