---
title: "Card Numbers for Testing Payouts"
source_url: https://docs.rapyd.net/en/card-numbers-for-testing-payouts.html
lang: en
---

# Card Numbers for Testing Payouts

When you make test API calls for card payouts, you can use test card numbers. For all card numbers, you can use any card expiration date in the future, and any 3 digits for the CVV.

### Numbers for Successful Transactions

You can use any card number that you find in the examples for the API methods, including the following card numbers:

- **4111111111111111**
- **4462030000000000**

### Numbers for Error Transactions

> **Note:**
>
> In the sandbox, these numbers are valid for all card payout methods in payouts created by [Create Payout](https://docs.rapyd.net/en/create-payout.md "Create Payout").

Use the following card numbers in the sandbox to simulate rejection of a card payout:

| Card Number | Error Code | Error Message |
| --- | --- | --- |
| **5320575303040441** | ERROR_PAYOUT_BENEFICIARY_FIELDS_NOT_VALID[CARD_NUMBER] | The request tried to create a payout, but some of the items specified in the request did not have valid values. The request was rejected. Corrective action: Check your input data. The beneficiary fields with incorrect data appear at the end of the error code. |
| **5484389609326310** | ERROR_CARD_EXPIRED | The request attempted an operation that requires a card, but the card expired. The request was rejected. Corrective action: Advise the cardholder to contact the issuer. |

### Numbers for Card Eligibility

Use the following card numbers in the sandbox to simulate retrieving card eligibility for AFT and OCT transactions:

| Card Number | Card Type |
| --- | --- |
| **4895034400003371** | Visa |

See also [Retrieve Card Eligibility Details](https://docs.rapyd.net/en/retrieve-card-eligibility-details.md "Retrieve Card Eligibility Details") .
