Inicio
Documentación
Recursos
Certificaciones
Comunidad

Recursos

Revisa las actualizaciones de nuestras soluciones y operatividad del sistema o pide soporte técnico.

Comunidad

Recibe las últimas novedades, pide ayuda a otros integradores y comparte tus conocimientos.

Descontinuación API Collections para IPN - Notificaciones - Mercado Pago Developers

Búsqueda inteligente powered by OpenAI 

Equivalencias entre parámetros devueltos en las APIs Collections y Pagos en notificaciones IPN

collections/notificationsv1/payments
collection.idid (string)
collection.date_createddate_created (datetime)
collection.date_approveddate_approved (datetime)
collection.money_release_datemoney_release_date (datetime)
collection.last_modifieddate_last_updated (datetime)
collection.payer.idpayer.id (string)
collection.payer.first_namepayer.first_name (string)
collection.payer.last_namepayer.last_name (string)
collection.payer.phone.area_codepayer.phone.area_code (string)
collection.payer.phone.numberpayer.phone.number (string)
collection.payer.phone.extensionpayer.phone.extension (string)
collection.payer.identification.typepayer.identification.type (string)
collection.payer.identification.numberpayer.identification.number (string)
collection.payer.emailpayer.email (string)
collection.payer.nicknameNo existe en v1/payments.
collection.order_idorder.id (string)
collection.external_referenceexternal_reference (string)
collection.merchant_order_idorder.id (string)
collection.reasondescription (string)
collection.currency_idcurrency_id (string)
collection.transaction_amounttransaction_amount (float64)
collection.net_received_amounttransaction_details.net_received_amount (float64)
collection.total_paid_amounttransaction_details.total_paid_amount (float64)
collection.shipping_costshipping_amount (float64)
collection.coupon_amountcoupon_amount (float64)
collection.coupon_feefee_details.amount (float64). Se presenta este campo cuando el tipo de tarifa es coupon_fee y el pago está en estado approved. Ejemplo: En v1/payments tendríamos:
“fee_details”: [{
“type”: “coupon_fee”
“amount”: 10
}]
collection.finance_feefee_details.amount (float64). Se presenta este campo cuando el tipo de tarifa es finance_fee y el pago está en estado approved. Ejemplo: En v1/payments tendríamos:
“fee_details”: [{
“type”: “finance_fee”
“amount”: 10
}]
collection.discount_feefee_details.amount (float64). Se presenta este campo cuando el tipo de tarifa es discount_fee y el pago está en estado approved. Ejemplo: En v1/payments tendríamos:
“fee_details”: [{
“type”: “'discount_fee'”
“amount”: 10
}]
collection.marketplace_feefee_details.amount (float64). Se presenta este campo cuando el tipo de tarifa es application_fee y el pago está en estado approved. Ejemplo: En v1/payments tendríamos:
“fee_details”: [{
“type”: “application_fee”
“amount”: 10
}]
collection.coupon_idcoupon_id (string)
collection.statusstatus (string)
collection.status_detailstatus_detail (string)
collection.installmentsinstallments (integer)
collection.issuer_idissuer_id (string)
collection.installment_amounttransaction_details.installment_amount (float64)
collection.deferred_periodNo existe en v1/payments, siempre se informa vacío.
collection.payment_typepayment_type_id (string)
collection.payment_method_idpayment_method_id (string)
collection.marketplaceNo existe en v1/payments.
collection.operation_typeoperation_type (string)
collection.transaction_order_idNo existe en v1/payments, siempre se informa vacío.
collection.statement_descriptorstatement_descriptor (string)
collection.cardholder.namecard.cardholder.name (string)
collection.cardholder.identification.typecard.cardholder.identification.type (string)
collection.cardholder.identification.numbercard.cardholder.identification.number (string)
collection.authorization_codeauthorization_code (string)
collection.last_four_digitscard.last_four_digits (string)
collection.deduction_schemadeduction_schema (string)
collection.refundsrefunds (array)
collection.refunds.idrefunds.id (string)
collection.refunds.gtw_refund_idrefunds.gtw_refund_id (string)
collection.refunds.collection_idrefunds.collection_id (string)
collection.refunds.movement_idrefunds.collector_movement_id (string)
collection.refunds.metadatarefunds.metadata (object)
collection.refunds.amountrefunds.amount (float64)
collection.refunds.sourcerefunds.source (string)
collection.refunds.date_createdrefunds.date_created (datetime)
collection.amount_refundedtransaction_amount_refunded (float64)
collection.site_idNo existe en v1/payments.
collection.last_modified_by_adminNo existe en v1/payments.
collection.api_versionapi_version (string)
collection.concept_idNo existe en v1/payments.
collection.concept_amountNo existe en v1/payments.
collection.collector.idcollector_id (int64)
collection.collector.nicknameNo existe en v1/payments.