Get payoutCopy Pageget https://api.mollie.com/v2/payouts/{payoutId}Retrieve a single payout by its ID. ๐Access withAPI keyAdvanced access token with payouts.readPath ParamspayoutIdstringrequiredProvide the ID of the payout.Query ParamstestmodebooleanMost API credentials are specifically created for either live mode or test mode. In those cases the testmode query parameter must not be sent. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting the testmode query parameter to true. Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.Responses 200The payout object. 404No entity with this ID exists. 429Rate Limit has been reached.Updated 2 months ago