Logoelepay
Sources

Retrieve source's status

Retrieves detailed information about a customer 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"
}