Retrieve a source
GET {{baseUrl}}/v1/sources/:source
Retrieves an existing source object. Supply the unique source ID from a source creation request and Stripe will return the corresponding up-to-date source object information.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
client_secret | string | The client secret of the source. Required if a publishable key is used to retrieve the source. | |
expand[0] | string | Specifies which fields in the response should be expanded. | |
expand[1] | string | Specifies which fields in the response should be expanded. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |