---
title: "View a spendback"
method: GET
path: "/payout/v3/spendback/{spendbackId}"
tags: ["Spendbacks"]
---

# View a spendback

`GET /payout/v3/spendback/{spendbackId}`

Searches for a spendback with the specified `spendbackId`.

<!-- theme: info -->
> 📘 Notes
> 
> - The `spendbackId` parameter is not the same as the `spendbackRef` or `providerSpendbackRef`.
> - To view a spendback using one of these other IDs, use the [View spendbacks](https://docs.nexiopay.com/reference/viewspendbacks) endpoint.

<!-- theme: warning -->
> ⚠️ Try It
> 
> To use the Try It feature for this endpoint, you must use the credentials for your [Sandbox API user](https://docs.nexiopay.com/docs/sandbox-environments).<br/><br/>Include the spendback ID in the path parameter of the request.

<div style="display:none;">

## Request parameters
- spendbackId

## Response parameters
- id
- spendbackRef
- recipientId
- recipientRef
- payoutAccountId
- providerId
- providerType
- providerSpendbackRef
- amount
- currency
- description
- spendbackDate
- spendbackStatus
- providerResponse
- createdAt
- updatedAt

</div>

## Response `200`

OK

- Schema — unresolved $ref

## Other responses

- `401` — Unauthorized. For help with this error and other error codes, see [Common errors](https://docs.nexiopay.com/docs/common-errors) in the Guides area.

---

[API](https://skmtc.dev/nexiopay/apis/payments-api-reference.md) · [All operations](https://skmtc.dev/nexiopay/apis/payments-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexiopay/payments-api-reference/revisions/b414b73979e5/schema)
