# Payment Link

### Content

<table><thead><tr><th width="231.6796875">Key</th><th width="154.80078125">Type</th><th>Description</th></tr></thead><tbody><tr><td>hash</td><td>string</td><td><ul><li>The hash identifier</li><li>32 characters long</li></ul></td></tr><tr><td>referenceId</td><td>int</td><td><ul><li>The numeric identifier</li><li>Variable length</li></ul></td></tr><tr><td>email</td><td>string</td><td>The related email address</td></tr></tbody></table>

### Example

```json
{
  "hash": "78cabeef23f875c8fec25f2339d2894d",
  "referenceId": "a664tDbjbahkaAFD6BgZN4vdE4ZpUrudxv0nK3xF",
  "email": "test@payrexx.com"
}
```
