Sources
Retrieve source's status
Retrieves detailed information about a customer source's status.
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"
}