get http://{providerApiEndpoint}/redirect
VTEX will redirect the store administrator to the Payment Provider Web Site.
VTEX will redirect the store administrator to the Payment Provider Web Site using the token
previously returned in the previous call.
At this point the Provider shows, the login/logon web site to the store administrator and he/she authorize to VTEX use your integration as a valid Payment Provider Processor. At this time
your server generate an authorizationCode.
REQUEST EXAMPLES AND THEIR RESPONSES
curl --location --request GET '{providerBaseUrl}/authorization/redirect?token={token}&applicationId=vtex' \
--data-raw ''