Viewing 1 replies (of 1 total)
  • Thread Starter atfpodcast

    (@atfpodcast)

    ok i deactivated stripe and it worked.odd but i get an error message

    There was an error processing your card: “Invalid parameter ‘type’ expected one of: ‘goods’, ‘service’, ‘donation’, ‘event’, ‘personal'”. Please go back and try again.

    its set for goods in the setup

    Here is the API call on wepay

    API call details
    Close

    Call ID
    76820981
    Request Argument
    {
    “client_id”: “106286”,
    “user_name”: “Tony “,
    “email”: “[email protected]”,
    “cc_number”: “**REDACTED**”,
    “cvv”: “**REDACTED**”,
    “expiration_month”: “**REDACTED**”,
    “expiration_year”: “**REDACTED**”,
    “address”: {
    “address1”: “**REDACTED**”,
    “city”: “North Hollywood”,
    “state”: “CA”,
    “country”: “US”,
    “zip”: “91606”
    },
    “device_token”: “29d5c6a4-4b23-4505-8811-56c9debad93d”
    }
    Response Argument
    {
    “credit_card_id”: 825750049,
    “state”: “new”
    }

Viewing 1 replies (of 1 total)
  • The topic ‘WePay not working’ is closed to new replies.