- π¬π§United Kingdom ChandeepKhosa
I'm not sure if this will resolve your exact issue, but I had problems getting recurring payments working until an issue was fixed in commerce_stripe, using 1.0.0-rc10 of that makes it work (1.0.0 didn't)
Recurring payment incomplete
Using Stripe. Added a subscription in Commerce. Subscription call sent to stripe as expected. Stripe status: payment incomplete.
I guess we are missing some sort of pull of the CVC and authorisation?
Status on Stripe account:
Latest activity
PaymentIntent status:
requires_confirmation
All activity
200 OK
A request to update a PaymentIntent pi_1JAARnE03D53oCyyPjG2KZzC completed
7/6/21, 11:20:08 AM
A new payment pi_1JAARnE03D53oCyyPjG2KZzC for Β£1.00 was created
7/6/21, 11:20:07 AM
PaymentIntent status:
requires_confirmation
200 OK
A request to create a PaymentIntent completed
POST from Stripe:
Request parameters
{
"amount": "100"
}
Response body
{
"id": "pi_1JAARnE03D53oCyyPjG2KZzC",
"object": "payment_intent",
"amount": 100,
"last_payment_error": null,
"livemode": true,
"next_action": null,
"status": "requires_confirmation",
"amount_capturable": 0,
"amount_received": 0,
"application": null,
"application_fee_amount": null,
"canceled_at": null,
"cancellation_reason": null,
"capture_method": "automatic",
"charges": {
"object": "list",
"data": [
],
"has_more": false,
"total_count": 0,
"url": "/v1/charges?payment_intent=pi_1JAARnE03D53oCyyPjG2KZzC"
},
"client_secret": "pi_1JAARnE03D53oCyyPjG2KZzC_secret_4RszfwrVS22EWRgFcZkMQGxi2",
"confirmation_method": "automatic",
"created": 1625563207,
"currency": "gbp",
"customer": null,
"description": null,
"invoice": null,
"metadata": {
"order_id": "7",
"store_id": "1"
},
"on_behalf_of": null,
"payment_method": "pm_1JAARlE03D53oCyy6BVrmyp3",
"payment_method_options": {
"card": {
"installments": null,
"network": null,
"request_three_d_secure": "automatic"
}
},
"payment_method_types": [
"card"
],
"receipt_email": null,
"review": null,
"setup_future_usage": null,
"shipping": null,
"source": null,
"statement_descriptor": null,
"statement_descriptor_suffix": null,
"transfer_data": null,
"transfer_group": null
}
7/6/21, 11:20:07 AM
Active
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I'm not sure if this will resolve your exact issue, but I had problems getting recurring payments working until an issue was fixed in commerce_stripe, using 1.0.0-rc10 of that makes it work (1.0.0 didn't)