ePages 7.48.0 - DE_EPAGES/MolliePayments/API/MolliePaymentsUrlBuilder.pm

Package DE_EPAGES::MolliePayments::API::MolliePaymentsUrlBuilder

Build return URL for Backlink

Functions

buildConnectAndReconnectUrl
buildRedirectToMboUrl
new

buildConnectAndReconnectUrl

Build the connect URL used for on-boarding

Syntax
buildConnectAndReconnectUrl( $StateURL );
Input
$StateURL (string)
Current URL in the MBO
Return
$URL->as_string() (string)
Mollie connect url

buildRedirectToMboUrl

Build redirect to MBO URL using returned data from MolliePayments

Syntax
buildRedirectToMboUrl( $hQueryParameters );
Input
$hQueryParameters (hashref)
Hashref which is returned from MolliePayments
Return
$URL->as_string() (string)
BacklinkUrl with AuthorizationCode or Error

new

constructor

Syntax
new( );
Return
$self (DE_EPAGES::MolliePayments::API::MolliePaymentsUrlBuilder)
self