---
title: "(Deprecated) Request an authorization code"
method: POST
path: "/payment_processor_authorization_code"
tags: ["processor token"]
deprecated: true
---

# (Deprecated) Request an authorization code

`POST /payment_processor_authorization_code`

> **Deprecated.**

(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.

## Request body

- PaymentProcessorAuthorizationCodeRequestBody
  - `payment_processor_authorization_code` PaymentProcessorAuthorizationCodeRequest
    - `account_guid` string, required
    - `member_guid` string, required
    - `user_guid` string, required

## Response `200`

OK

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-11-05** `e74cd2b059b5` — 6 breaking, 3 info
  - the request property `payment_processor_authorization_code/account_guid` became not nullable
  - the request property `payment_processor_authorization_code/member_guid` became not nullable
  - the request property `payment_processor_authorization_code/user_guid` became not nullable
  - the request property `payment_processor_authorization_code/account_guid` became required
  - …5 more

[Change history](https://skmtc.dev/mx/apis/mx-platform-api/changes/payment_processor_authorization_code/post.md)

---

[API](https://skmtc.dev/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.dev/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mx/mx-platform-api/revisions/b6632646ee89/schema)
