# MD for: https://www.mercadopago.com.uy/developers/en/docs/checkout-api-payments/response-handling/query-results.md \# Get payment status | Status | \`status\_detail\` | Description | | --- | --- | --- | | approved | \`accredited\` | Done! Your payment was credited. Your statement will show the \`amount\` charge as \`statement\_descriptor\`. | | approved | \`partially\_refunded\` | The payment has at least one partial refund. | | authorized | \`pending\_capture\` | The payment has been authorized and is waiting for \[capture\](https://www.mercadopago.com.uy/developers/en/docs/checkout-api-payments/payment-management/capture-authorized-payment). | | in\_process | \`offline\_process\` | Due to lack of online processing, the payment is being processed offline. | | in\_process | \`pending\_contingency\` | We are processing your payment. Don't worry! You will be notified via e-mail if the payment was credited in less than 2 business days. | | in\_process | \`pending\_review\_manual\` | We are processing your payment. Don't worry! You will be notified via e-mail if it is credited or if we need more information in less than 2 business days. | | in\_process | \`deferred\_retry\` | The payment was scheduled to retry later. | | pending | \`pending\_waiting\_transfer\` | In cases of bank transfer, the \`status\_detail\` is obtained by waiting for the user to finish the payment process in their bank. | | pending | \`pending\_waiting\_payment\` | In cases of offline payments, it remains pending until the user finishes the payment. | | pending | \`pending\_challenge\` | n cases of credit card payments, there is a pending confirmation due to a challenge. | | canceled | \`expired\` | The payment has been canceled after spending 30 days in a pending status.| | canceled | \`by\_collector\` | The payment has been canceled by collector.| | canceled | \`by\_payer\` | The payment has been canceled by payer.| | charged\_back | \`settled\` | The money was retained after a chargeback process. | | charged\_back | \`reimbursed\` | The money was reimbursed after a chargeback process.| | charged\_back | \`in\_process\` | The payment is in process due to the payer disowning it.| | in\_mediation | \`pending\` | The payment is under a mediation or dispute process. | | refunded | \`refunded\` | The payment has been refunded by the collector.| | refunded | \`by\_admin\` | The payment has been refunded by the administrator. | | rejected | \`bank\_error\` | If the payment method is bank transfer, the payment was rejected due to an error with the bank. | | rejected | \`cc\_rejected\_3ds\_challenge\` | The payment is rejected for not surpasing the 3DS challenge. | | rejected | \`cc\_rejected\_3ds\_mandatory\` | The payment is rejected for not having a 3DS challenge when it is mandatory. | | rejected | \`cc\_rejected\_bad\_filled\_card\_number\` | Check card number. | | rejected | \`cc\_rejected\_bad\_filled\_date\` | Check expiration date. | | rejected | \`cc\_rejected\_bad\_filled\_other\` | Check data. | | rejected | \`cc\_rejected\_bad\_filled\_security\_code\` | Check card security code. | | rejected | \`cc\_rejected\_blacklist\` | Your payment couldn't be processed. | | rejected | \`cc\_rejected\_call\_for\_authorize\` | Authorize the \`amount\` payment to \`payment\_method\_id\`. | | rejected | \`cc\_rejected\_card\_disabled\` | Call \`payment\_method\_id\` to activate your card, or use a different payment method. The phone is on the back of your card. | | rejected | \`cc\_rejected\_duplicated\_payment\` | You have already made a payment for that value. If you need to pay again, use a different card or payment method. | | rejected | \`cc\_rejected\_high\_risk\` | Your payment was rejected. Select a different payment method; we recommend cash methods. | | rejected | \`cc\_rejected\_insufficient\_amount\` | Your \`payment\_method\_id\` does not have enough funds. | | rejected | \`cc\_rejected\_invalid\_installments\` | \`payment\_method\_id\` does not process payments in \`installments\` installments. | | rejected | \`cc\_rejected\_max\_attempts\` | You reached the allowed attempt limit. Select a different card or payment method. | | rejected | \`cc\_rejected\_other\_reason\` | \`payment\_method\_id\` did not process payment. | | rejected | \`cc\_rejected\_time\_out\` | Mercado Pago did not receive a response in the expected time. | | rejected | \`cc\_amount\_rate\_limit\_exceeded\` | Rejected because it exceeded the limit (CAP - Maximum Allowed Capacity) of the payment method. | | rejected | \`rejected\_insufficient\_data\` | Rejected due to the lack of all required mandatory information in the payment. | | rejected | \`rejected\_by\_bank\` | Operation rejected by the bank. | | rejected | \`rejected\_by\_regulations\` | Payment rejected by regulations. | | rejected | \`rejected\_high\_risk\` | Rejected due to risk assessment, credit scoring, or suspected fraud. | | rejected | \`rejected\_by\_biz\_rule\` | Payment rejected by business rules. | | rejected | \`rejected\_other\_reason\` | Payment rejected for an unclassified reason. | | rejected | \`insufficient\_amount\` | Payment rejected due to insufficient amount. |