Using the ‘url‘ command a mandate request can be found for a a specific mandate number.
The <command> value in the URL must be replaced by: url/<entity key>/<mandate number>
A secure connection, as described in the ‘API connection’ page, must be created.
| URL PARAMETER | DESCRIPTION |
|---|---|
| entity key | Every PayByLink entity within the system has its own unique key. When connecting to the PayByLink system, this key must be supplied as well so PayByLink knows within which entity the mandate request must be created. |
| mandate number | The unique mandate number of the mandate request that must be searched. |
https://api.paybylink.com/mandate/url/e7140a88-cbba-4cc2-be9f-6e90536703ef/PAYBY1764
When the mandate request could be created successfully, the Mandate URL is returned. If the request could not be found, a ‘BadRequest’ with a describing message is returned.