---
title: "Get top up transaction details"
method: GET
path: "/payout/account/topup/{topup_token}"
tags: ["Account"]
---

# Get top up transaction details

`GET /payout/account/topup/{topup_token}`

This **GET** endpoint is used to obtain a topup transaction details. <br> You can use this endpoint to verify the status of the topup transaction. <br> The response will include a JSON objects containing the top up details, such as Status.

## Response `200`

successful operation

- object
  - `topup_token` string, required — Token of top up transaction
  - `time_of_topup` string, required — Time top up was initiated on
  - `status` 'CREATED' | 'PENDING' | 'EXPIRED' | 'HOLD' | 'BATCHED' | 'PROCESSING' | 'COMPLETED' | 'REJECTED' | 'CANCELLED' | 'BLOCKED', required — Status of top up transaction
  - `amount` number, required — Amount of top up
  - `currency_code` string, required — 3 letter currency code to top up
  - `status_reason` string — When top-up is returned, this will include the reason code. I.e R07 for ACH

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not found.
- `405` — Method Not Allowed.
- `500` — Internal server error.
- `504` — Gateway Time-out.

---

[API](https://skmtc.net/masspay/apis/masspay-api.md) · [All operations](https://skmtc.net/masspay/apis/masspay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/masspay/masspay-api/revisions/c03b61a6a551/schema)
