CreateOauthRedirectUrlResponse
redirectUrlstringrequired
Redirect URL
This URL should be used to authenticate the user with the provider and to give PayJoe permissions to read transactions for the user. See also Creating an account with OAuth2 authentication
Possible values: non-empty
Example:
https://www.sandbox.paypal.com/cgi-bin/webscr&cmd=_grant-permission&request_token=TF20AAHEFqeLh3+LjJCEH1WuKMI85dUk0jVRBi123xfzz6zPbbO4gc37KNbg
authReferencestringrequired
Reference to the authentication process
This reference should be used in the subsequent call of the CreateAccount method. See also Creating an account with OAuth2 authentication
Possible values: non-empty
Example:
593800E2-63D2-43BE-9BF1-EB111DA46E2E
CreateOauthRedirectUrlResponse
{
"redirectUrl": "https://www.sandbox.paypal.com/cgi-bin/webscr&cmd=_grant-permission&request_token=TF20AAHEFqeLh3+LjJCEH1WuKMI85dUk0jVRBi123xfzz6zPbbO4gc37KNbg",
"authReference": "593800E2-63D2-43BE-9BF1-EB111DA46E2E"
}