---
title: "Changes to Store details and submit a payout"
method: POST
path: "/storeDetailAndSubmitThirdParty"
---

# Changes to Store details and submit a payout

`POST /storeDetailAndSubmitThirdParty`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 50 revisions.

- **2025-09-26** (v30) `4387df056b52` — 2 info
- **2024-03-05** (v30) `6bd9730338ee` — 2 warning
- **2023-10-30** (v30) `c5e2ec8ac791` — 2 info
- **2023-04-19** (v30) `2545ac72463d` — 14 breaking, 4 info
- **2022-02-15** (v30) `be74481ccfa3` — 3 warning
- **2021-08-07** (v30) `3678fe50cd78` — 3 info
- **2021-07-07** (v30) `8c8395a6ff00` — 1 warning
- **2021-04-24** (v30) `d3222f72d182` — 21 breaking, 5 info

## Changes

- **2025-09-26** (v30) `4387df056b52` — 2 info
  - added the new `EXTERNAL` enum value to the request property `recurring/contract`
  - added the new `ONECLICK,RECURRING` enum value to the request property `recurring/contract`
- **2024-03-05** (v30) `6bd9730338ee` — 2 warning
  - the `shopperName/firstName` request property's maxLength was set to `80`
  - the `shopperName/lastName` request property's maxLength was set to `80`
- **2023-10-30** (v30) `c5e2ec8ac791` — 2 info
  - added the new `AMEXTOKENSERVICE` enum value to the request property `recurring/tokenService`
  - added the new `TOKEN_SHARING` enum value to the request property `recurring/tokenService`
- **2023-04-19** (v30) `2545ac72463d` — 14 breaking, 4 info
  - the request's body type/format changed from ``/`` to `object`/``
  - the `amount` request property type/format changed from ``/`` to `object`/``
  - the `bank` request property type/format changed from ``/`` to `object`/``
  - the `billingAddress` request property type/format changed from ``/`` to `object`/``
  - the `card` request property type/format changed from ``/`` to `object`/``
  - the `dateOfBirth` request property type/format changed from `string`/`date-time` to `string`/`date`
  - the `recurring` request property type/format changed from ``/`` to `object`/``
  - the `shopperName` request property type/format changed from ``/`` to `object`/``
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - the response's body type/format changed from ``/`` to `object`/`` for status `400`
  - the response's body type/format changed from ``/`` to `object`/`` for status `401`
  - the response's body type/format changed from ``/`` to `object`/`` for status `403`
  - the response's body type/format changed from ``/`` to `object`/`` for status `422`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - the request property `card/expiryMonth` became optional
  - the request property `card/expiryYear` became optional
  - the request property `card/holderName` became optional
  - the request property `card/number` became optional
- **2022-02-15** (v30) `be74481ccfa3` — 3 warning
  - the `billingAddress/city` request property's maxLength was set to `3000`
  - the `billingAddress/houseNumberOrName` request property's maxLength was set to `3000`
  - the `billingAddress/street` request property's maxLength was set to `3000`
- **2021-08-07** (v30) `3678fe50cd78` — 3 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `BasicAuth` was added to the API
  - api tag `Initialization` added
- **2021-07-07** (v30) `8c8395a6ff00` — 1 warning
  - removed the request property `shopperName/infix`
- **2021-04-24** (v30) `d3222f72d182` — 21 breaking, 5 info
  - the request's body type/format changed from `object`/`` to ``/``
  - the request property `card/expiryMonth` became required
  - the request property `card/expiryYear` became required
  - the request property `card/holderName` became required
  - the request property `card/number` became required
  - removed the enum value `AMEXTOKENSERVICE` of the request property `recurring/tokenService`
  - removed the enum value `EXTERNAL` of the request property `recurring/contract`
  - removed the enum value `ONECLICK,RECURRING` of the request property `recurring/contract`
  - removed the enum value `TOKEN_SHARING` of the request property `recurring/tokenService`
  - the `amount` request property type/format changed from `object`/`` to ``/``
  - the `bank` request property type/format changed from `object`/`` to ``/``
  - the `billingAddress` request property type/format changed from `object`/`` to ``/``
  - the `card` request property type/format changed from `object`/`` to ``/``
  - the `recurring` request property type/format changed from `object`/`` to ``/``
  - the `shopperName` request property type/format changed from `object`/`` to ``/``
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - the response's body type/format changed from `object`/`` to ``/`` for status `400`
  - the response's body type/format changed from `object`/`` to ``/`` for status `401`
  - the response's body type/format changed from `object`/`` to ``/`` for status `403`
  - the response's body type/format changed from `object`/`` to ``/`` for status `422`
  - the response's body type/format changed from `object`/`` to ``/`` for status `500`
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - the endpoint scheme security `BasicAuth` was removed from the API
  - api tag `Initialization` removed
  - added the new optional request property `shopperName/infix`
  - the `dateOfBirth` request property type/format was generalized from `string`/`date` to `string`/`date-time`

---

[Operation](https://skmtc.dev/adyen/apis/payoutservice/docs/storeDetailAndSubmitThirdParty/post.md) · [API](https://skmtc.dev/adyen/apis/payoutservice.md) · [Page](https://skmtc.dev/adyen/apis/payoutservice/changes/storeDetailAndSubmitThirdParty/post)
