get
https://api.staging.bancocdc.com.br/payment-gateway/customer
Route to retrieve all customers that are vinculated to a partner.
Response Parameters
| Parameter | Format | Description |
|---|---|---|
| return | Boolean | Response status ( true / false ) |
| message | String | Response message |
| data | Object | Response data array of customers |
| code | String | Customer code |
| document | String | Customer document |
| name | String | Customer name |
| String | Customer email | |
| phone | String | Customer phone number |
| address | Object | Customer address object |
| street | String | Street |
| neighbourhood | String | Neighbourhood |
| number | String | Number |
| zip | String | Zipcode |
| city | String | City |
| state | String | State |
| complement | String | Complement |
| active | String | Active(S/N) |