Recharge Get Customer By Email
Used to get the customer data from a customer with their email address.
More info about this call can be found here: <https://developer.rechargepayments.com/2021-11/subscriptions/subscriptions_change_next_charge>
Inputs
| Input | Type | Description |
|---|---|---|
| Recharge Access Token | SensitiveString | Recharge Access/API Token that allows us to make calls to the api. |
| String | Customer Email. |
Outputs
| Output | Type | Description |
|---|---|---|
| Success | Boolean | Whether the customer was retrieved. |
| Customer Data | Object | Data of the retrieved customer. |
Updated almost 2 years ago
