Hello, someone could help me troubleshoot this error regarding the wechat pay in my website?
request-id: req_V8GePgSqfgzdiB
response: {
"error": {
"message": "The app_id can only be provided if payment_method_options[wechat_pay][client]=android or payment_method_options[wechat_pay][client]=ios.",
"payment_intent": {
"id": "pi_3KwMTpGJs89P0wjL11P2BRXx",
"object": "payment_intent",
"amount": 3599,
"amount_details": {
"tip": {
}
},
"automatic_payment_methods": null,
"canceled_at": null,
"cancellation_reason": null,
"capture_method": "automatic",
"client_secret": "pi_3KwMTpGJs89P0wjL11P2BRXx_secret_cjK12dS5jsw0tbCdQSSdVbXAe",
"confirmation_method": "automatic",
"created": 1651825541,
"currency": "eur",
"description": null,
"last_payment_error": null,
"livemode": false,
"next_action": null,
"payment_method": "pm_1KwMTvGJs89P0wjLTyZ7E0o9",
"payment_method_types": [
"wechat_pay"
],
"processing": null,
"receipt_email": "275565456@qq.com",
"setup_future_usage": null,
"shipping": null,
"source": null,
"status": "requires_confirmation"
},
"type": "invalid_request_error"
}
}