> ## 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.

# Confirm Payin

> Error codes for POST /v3/payin/{id}/confirm

### POST v3/payin/\{id}/confirm

| Code  | Message                                                                                             | HTTP Status |
| ----- | --------------------------------------------------------------------------------------------------- | ----------- |
| 15508 | Please provide a valid URL                                                                          | 400         |
| 15512 | Number field in phone is required and should be a valid value                                       | 400         |
| 15526 | Payin Id is required. Please check whether id provided is in correct format. Example: pay\_id       | 400         |
| 15526 | Payin Id is required. Please check whether id provided is in correct format. Example: pay\_id       | 404         |
| 15527 | Please provide a valid customer id                                                                  | 400         |
| 15554 | Please provide a valid charge currency                                                              | 400         |
| 19003 | Customer country not enabled for transaction                                                        | 400         |
| 19017 | Payin status is not in valid state to initiate payment                                              | 409         |
| 19623 | Either customer details or customer id is mandatory                                                 | 400         |
| 19624 | Payment method details are mandatory for payin confirmation.                                        | 400         |
| 19625 | Card payment method is not supported by the API                                                     | 400         |
| 19626 | The payin is either no longer active or has been cancelled                                          | 409         |
| 19628 | Tax ID entered is invalid. Please enter a valid tax ID                                              | 400         |
| 19630 | CURP entered is invalid. Please provide a valid CURP number                                         | 400         |
| 19631 | RFC entered is invalid. Please provide a valid RFC number                                           | 400         |
| 19632 | The customer\_type entered is invalid. Valid customer\_type can be either of individual or business | 400         |
| 19633 | curp cannot be empty. curp is a mandatory field for individual customer\_type                       | 400         |
| 19634 | rfc cannot be empty. rfc is a mandatory field for bank\_push\_mxn                                   | 400         |
| 19710 | Please provide a valid issuing country                                                              | 400         |
| 19620 | Unable to proceed, no payment methods found for processing the transaction.                         | 400         |
| 19621 | Unable to confirm payin, payment method currency is not same as the invoice currency.               | 400         |
