Recharge Get Address
Used to get the information about an address in recharge.
More info about the address object can be found here: https://developer.rechargepayments.com/2021-11/addresses/retrieve_address
Inputs
| Input | Type | Description |
|---|---|---|
| Recharge Access Token | SensitiveString | Recharge Access/API Token that allows us to make calls to the api. |
| Address ID | String | ID of the address we want to look up. |
Outputs
| Output | Type | Description |
|---|---|---|
| Success | Boolean | Whether the address was retrieved. |
| Address Data | Object | Address data that was retrieved. |
Updated 7 months ago