Recurring charges in SandBox

0

My intention is to be able to prove several successful frequent collections made with a test card (APRO) ( link )

Currently I registered the card, I created a plan, I subscribed the card to the plan, but even having created a daily subscription, I did not receive notifications to the address configured (and already tested) for the webhooks.

Is there something I'm missing?

When I simulate a notification by mercadopago, I can go to find the data of the "invoice" and I find this answer:

{ id: 'ab1d8fc67a2d4b209ef27f5776e69d3d',
  plan_id: '302996f1e7354006a2f496c89f64d239',
  subscription_id: '8dcd8f8b10954af785e29dc61b1f3cc9',
  payer:
   { id: '349851334-RZiHveSIjgUkdI',
     type: 'customer',
     email: '[email protected]',
     identification: { type: 'null', number: 'null' } },
  application_fee: null,
  status: 'dunning',
  description: null,
  external_reference: null,
  date_created: '2018-09-09T14:44:37.000-04:00',
  last_modified: '2018-09-09T14:44:39.000-04:00',
  live_mode: false,
  metadata: {},
  payments:
   [ { id: '15864657',
       status: 'in_process',
       status_detail: 'offline_process',
       attempt_date: '2018-09-09T14:44:38.871-04:00' } ],
  debit_date: '2018-09-09T14:44:37.000-04:00',
  next_payment_attempt: '2018-09-09T14:44:37.000-04:00' }

My doubt is that even being a daily subscription, I do not see another notification and if I check this invoice it always remains with status " dunning "

How can I simulate successful debits on test cards?

    
asked by EzeTeja 09.09.2018 в 18:36
source

0 answers