#### Example fully-qualified URL
This connects to the test environment and requests a list of payments with 100 results per page.

```plaintext
https://aperture.test.rnc.ripplenet.com/v4/payments?page=0&size=100
```
| Environment | <div style="width:120px;">Domain Prefix</div> | Domain | Base URL |
|  --- | --- | --- | --- |
| Test | `aperture.test.rnc` | `ripplenet.com` | `https://aperture.test.rnc.ripplenet.com/v4` |
| Production | `aperture.rnc` | `ripplenet.com` | `https://aperture.rnc.ripplenet.com/v4` |

