(Deprecated) Request an authorization code
Processor Token
(Deprecated) Request an authorization code
deprecated
POST
(Deprecated) Request an authorization code
(This endpoint is deprecated. Clients should use
/authorization_code.) Clients use this endpoint to request an authorization_code according to a user, member, and account specified in the request body. Clients then pass this code to processors. Processor access is scoped only to the user/member/account specified in this request. Before requesting an authorization_code, clients must have verified the specified member.Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
The scope for the authorization code.
Response
200 - application/vnd.mx.api.v1+json
OK

