v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29166197289.1 KB
processor token

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

post/payment_processor_authorization_code

Request body

Example request

{
  "payment_processor_authorization_code": {
    "account_guid": "ACT-4d4c0068-33bc-4d06-bbd6-cd270fd0135c",
    "member_guid": "MBR-46637bc5-942d-4229-9370-ddd858bf805e",
    "user_guid": "USR-f12b1f5a-7cbe-467c-aa30-0a10d0b2f549"
  }
}

Response

OK