Recent content by relative

  1. relative

    Can't approve transactions held for review on Stripe payment gateway

    It looks like Stripe only sent the charge.succeeded event before the review.closed event. The charge.succeeded event has outcome.type = manual_review. There isn't a charge.succeeded event following the review.closed event. The Stripe dashboard says the API version for my webhook is...
  2. relative

    Can't approve transactions held for review on Stripe payment gateway

    When stripe sends the review.closed event for an approved review to XenForo it causing error "Event data received from Stripe does not contain the expected values" It looks like the review.closed event is missing the "metadata" object and the provider_metadata on the PurchaseRequest is null so...
Back
Top Bottom