Inicio
Documentação
Recursos
Parcerias
Comunidade

Recursos

Confira as atualizaçÔes das nossas soluçÔes e do funcionamento do sistema ou peça suporte técnico.

Parcerias

Conheça nosso programa para agĂȘncias ou desenvolvedores que oferecem serviços de integração e vendedores que desejam contratĂĄ-los.

Comunidade

Fique por dentro das Ășltimas novidades, peça ajuda a outros integradores e compartilhe seu conhecimento.

Descontinuação API Collections para IPN - NotificaçÔes - Mercado Pago Developers

Busca inteligente powered by OpenAI 

EquivalĂȘncias entre parĂąmetros retornados nas APIs de Collections e Pagamentos em notificaçÔes de 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.nicknameNĂŁo existe este campo em 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 encontra neste campo quando o tipo de fee Ă© coupon_fee e o pagamento estĂĄ em estado de approved. Exemplo: em v1/payments teremos:
“fee_details”: [{
“type”: “coupon_fee”
“amount”: 10
}]
collection.finance_feefee_details.amount (float64). Se encontra neste campo quando o tipo de fee Ă© finance_fee e o pagamento estĂĄ em estado de approved. Exemplo: em v1/payments teremos:
“fee_details”: [{
“type”: “finance_fee”
“amount”: 10
}]
collection.discount_feefee_details.amount (float64). Se encontra neste campo quando o tipo de fee Ă© discount_fee e o pagamento estĂĄ em estado de approved. Exemplo: em v1/payments teremos:
“fee_details”: [{
“type”: “'discount_fee'”
“amount”: 10
}]
collection.marketplace_feefee_details.amount (float64). Se encontra neste campo quando o tipo de fee Ă© application_fee e o pagamento estĂĄ em estado de approved. Exemplo: em v1/payments teremos:
“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_periodNĂŁo existe em v1/payments, sempre se informa vazio.
collection.payment_typepayment_type_id (string)
collection.payment_method_idpayment_method_id (string)
collection.marketplaceNĂŁo existe em v1/payments.
collection.operation_typeoperation_type (string)
collection.transaction_order_idNĂŁo existe em v1/payments, sempre se informa vazio.
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_idNĂŁo existe em v1/payments.
collection.last_modified_by_adminNĂŁo existe em v1/payments.
collection.api_versionapi_version (string)
collection.concept_idNĂŁo existe em v1/payments.
collection.concept_amountNĂŁo existe em v1/payments.
collection.collector.idcollector_id (int64)
collection.collector.nicknameNĂŁo existe em v1/payments.