# Get Payout Instruction Payout Retrieves the payout details for a specific payout instruction. A payout is created when a beneficiary acts on a payout instruction and selects a specific payout method to receive their funds. The payout contains additional details specific to the chosen method, such as gift card identifiers or transaction references. Endpoint: GET /v2/campaign-manager/payout-instructions/{id}/payout Version: v2 Security: oauth2 ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `payoutInstructionId` (string) The unique identifier of the payout instruction associated with this payout. - `payoutMethodId` (string) The unique identifier of the payout method used for this payout. - `status` (integer) Enum: "Draft", "Ready", "PushInitiated", "Initiated", "InitiationFailed", "PayoutMethodSelected", "Requested", "Restored", "Reinitiated", "ReinitiationFailed", "ExpiryRequested", "Fulfilled", "Expired", "Cancelled" - `requestedOn` (string,null) The date and time when the payout was requested by the beneficiary. - `completedOn` (string,null) The date and time when the payout was completed successfully. - `externalIdentifiers` (object,null) External identifiers related to the payout, specific to the payment method (e.g., transaction IDs, payment references). ## Response 401 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 403 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 404 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null)