> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paxos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Statuses

> Learn more about Fiat Transfers statuses.

The Fiat Transfers workflow includes five (5) statuses:

* `PENDING`: Initial state. The [Create Fiat Account](/api-reference/endpoints/fiat-transfers/create-fiat-account) or [Create Fiat Withdrawal](/api-reference/endpoints/fiat-transfers/create-fiat-withdrawal) request is under review.
* `APPROVED`: The [Create Fiat Account](/api-reference/endpoints/fiat-transfers/create-fiat-account) request passed internal review. Can be used for withdrawals.
* `REJECTED`: The [Create Fiat Account](/api-reference/endpoints/fiat-transfers/create-fiat-account) request did not pass internal review. Cannot be used for withdrawals.
* `COMPLETED`: For deposits, the corresponding `profile_id` has been credited. For withdrawals, the transfer has been sent to the external bank account.
* `FAILED`: The deposit or withdrawal did not pass internal requirements.

<Tip>
  - Use [Get Fiat Deposit Instructions](/api-reference/endpoints/fiat-transfers/get-fiat-deposit-instructions) to check the status of the instructions before initiating a deposit.
  - Before initiating a withdrawal, use [Get Fiat Account](/api-reference/endpoints/fiat-transfers/get-fiat-account) to ensure the account status is `APPROVED`.
  - When transferring funds, use [List Transfers](/api-reference/endpoints/transfers/list-transfers) and [Get Profile Balance](/api-reference/endpoints/profiles/get-profile-balance) to check on the transfer status and Profile balance changes.
</Tip>
