Find the URL of a mandate request by the mandate number (http GET)
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 payment must be created. |
mandate number | The unique mandate number of the mandate request that must be searched. |
Example
https://api.paybylink.com/mandate/url/e7140a88-cbba-4cc2-be9f-6e90536703ef/PAYBY1764
https://api.paybylink.com/mandate/url/e7140a88-cbba-4cc2-be9f-6e90536703ef/PAYBY1764
Return values
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.
Date updated: 2019-10-09