# Apivom Atlas — Microsoft Partner Center Payouts API

> Apivom Atlas integration for Microsoft Partner Center Payouts API: 6 gateway routes over `api.partner.microsoft.com`, available through the Apivom platform (Apivom Iris workflows and the Apivom Atlas API portal). Auth model: caller-supplied token passed through to the vendor.

Notes for AI assistants:

- This catalog mirrors the vendor's public API surface as registered in Apivom Atlas (0 read-only, 6 write routes).
- Access is provisioned per customer. Commercialized providers are self-service in the Atlas portal; for everything else [request a demo](https://apivom.com/en/demo).
- Credentials are always owned by the calling tenant — Apivom Atlas is a stateless gateway.

## Routes

- `POST /v1/payouts/transactionhistory` (create-a-new-transaction-history-export-request) — params: $filter, earningAmount, earningForDate, engagementName, enrollmentParticipantId, Multiple filters, transactionAmount
- `POST /v1/payouts/payments` (creates-a-new-payments-export-request) — params: $filter, enrollmentParticipantId, Multiple filters, paymentAmount, paymentId, payoutOrderType, payoutStatusUpdateTS
- `DELETE /v1/payouts/payments/{paymentsRequestId}` (delete-payments-export-request-by-id) — params: paymentsRequestId
- `DELETE /v1/payouts/transactionhistory/{transactionHistoryRequestId}` (delete-transaction-history-export-request-by-id) — params: transactionHistoryRequestId
- `GET /v1/payouts/payments/{paymentsRequestId}` (get-payments-export-request-by-id) — params: paymentsRequestId
- `GET /v1/payouts/transactionhistory/{transactionHistoryRequestId}` (get-transaction-history-export-request-by-id) — params: transactionHistoryRequestId

## Credential model

- CSP Partner Entra Tenant ID (`tenantId`) — required
- App Registration Client ID (`clientId`) — required
- Client Secret (`clientSecret`) — required — secret
- Secure App Model Refresh Token (`refreshToken`) — secret

## Optional

- [Apivom Atlas product page](https://apivom.com/en/products/atlas)
- [All Atlas integration guides](https://apivom.com/llms.txt)
- [Request a demo](https://apivom.com/en/demo)
