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

# Fetch Exchange Rates

> Error codes for GET /v3/fx/payout

### GET v3/fx/payout

| Code | Message                                                                                                                                    | HTTP Status |
| ---- | ------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
| 1091 | Invalid country provided in request. Please provide a valid alpha 2 country code.                                                          | 400         |
| 1092 | Invalid currency provided in request. Please provide a valid alpha 3 currency code.                                                        | 400         |
| 1093 | Invalid payout\_type provided in request. Should be one of local or swift. Please provide a valid payout\_type.                            | 400         |
| 1094 | Invalid entity\_id provided in request. Should have 'ent\_' as prefix followed by valid xid. Please provide a valid entity\_id.            | 400         |
| 1095 | Invalid source provided in request. Should be one of dashboard, api or grpc. Please provide a valid source.                                | 400         |
| 1098 | Payout methods not found for provided request data. Please contact [support@tazapay.com](mailto:support@tazapay.com) for more information. | 404         |
