Skip to main content
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

Authorization
string
header
required

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.

payment_processor_authorization_code
object

Response

200 - application/vnd.mx.api.v1+json

OK

payment_processor_authorization_code
object