#sajolmahmud010
1 messages · Page 1 of 1 (latest)
Can you elaborate? Any request id (req_xxx) from your Dashboard https://dashboard.stripe.com/test/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
actually I don't have dashboard access. but i can share you the request and response
tje request i made for everytime
Array
(
[customer] => cus_Of3SicTp24pPma
[items] => Array
(
[0] => Array
(
[plan] => plan_Of1yAsvi4F0neH
)
)
[metadata] => Array
(
[store_id] => 2960
[location] => 3167
[customer_id] => 213642
[source] => customer_membership
)
[expand] => Array
(
[0] => latest_invoice.payment_intent
)
[payment_behavior] => default_incomplete
)
the respose that is not returrning payment intent object
the response that is returning payment intent object
Which API are you sending?
It is a subscription create api. I am using Stripe php packge
You need Dashboard acess for debugging, but okie I see 2 successful requests and response
And the first one has empty PaymentIntent, correct?
yes. absolutely
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I know you don't have access
but you should really ask to
If you can see its first Invoice, you will see it applies some balances on the Customer
meaning it tried to charge a Customer, but the Customer already has a fund to offer, so it just take from there
hence the Invoice is $0, and it didn't create a PaymentIntent