Stripe Split Pay – Cannot split payment between multiple vendors

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Ultimate Stripe Split Pay – Cannot split payment between multiple vendors

Viewing 4 reply threads
  • Author
    Posts
    • #66178
      sdel_nevo
      Participant

      Hi Guys

      I am getting this error at checkout Stripe Split Pay Error: Must provide source or customer.

      steps to produce

      add to your shopping cart two or more items (From different vendors)
      at the checkout fill in customer details
      fill out card payment details
      click the Place order button

      Error Stripe Split Pay Error: Must provide source or customer.
      is shown in the header (as per the screenshot attached)

      woocommerce shows this in its logs
      2019-06-06T08:53:08+00:00 INFO #000029 – SDN46 payment processing complete via Stripe Split Pay for order 56573. Amount: 64.99 GBP

      which is the amount of the first product in the screenshot, but nothing is created for the second product

      This is the error from the second vendor’s Stripe account
      Request POST body
      {
      “amount”: “2000”,
      “currency”: “GBP”,
      “application_fee”: “0”,
      “description”: “Payment for Order #56573”
      }
      Response body
      {
      “error”: {
      “code”: “parameter_missing”,
      “doc_url”: “https://stripe.com/docs/error-codes/parameter-missing”,
      “message”: “Must provide source or customer.”,
      “type”: “invalid_request_error”
      }
      }

      Is stripe not able to split payments between multiple vendors at the same time?
      Steve

      Attachments:
      You must be logged in to view attached files.
    • #66180
      sdel_nevo
      Participant
      This reply has been marked as private.
    • #66184
      sdel_nevo
      Participant

      Also

      this customer is not created in either vendor’s store manager (manage customers) screen

      Steve

    • #66485
      sdel_nevo
      Participant

      Hi

      I have been trying to get stripe to split payments between more than one vendor and it fails every time with the error “Stripe Split Pay Error: Must provide source or customer.”

      the customer gets the order e-mails even though stripe has failed!!

      this happens if an existing customer purchases from multiple vendors or if a new customer is created at checkout

      the first vendor gets paid, but the second or third or fourth vendors do not

      the customer gets all the vendors invoices! each invoice shows all of the products purchased from all vendors? not just the product that was sold by that vendor, but vendor’s do not get any order details at all

      All the other vendors except the first one get this error in their Stripe logs where ****** is the amount of the payment

      Request POST body
      {
      “amount”: “*********”,
      “currency”: “GBP”,
      “application_fee”: “0”,
      “description”: “Payment for Order #56573”
      }
      Response body
      {
      “error”: {
      “code”: “parameter_missing”,
      “doc_url”: “https://stripe.com/docs/error-codes/parameter-missing”,
      “message”: “Must provide source or customer.”,
      “type”: “invalid_request_error”
      }
      }

      You free to log into my site to see, I can give you both the admin and a vendors account (to which you can connect your stripe account) so you can see the error that’s produced in Stripe.

      Any ideas,

      Steve

    • #66506
      sdel_nevo
      Participant

      Hi Guys

      as said, this has been reolved with your help via e-mail
      Please close this ticket 🙂

      Steve

Viewing 4 reply threads
  • The topic ‘Stripe Split Pay – Cannot split payment between multiple vendors’ is closed to new replies.