#ed-paymentintent-errormore
1 messages · Page 1 of 1 (latest)
There's no details. It's just a generic docstring that is trying to say "here are where the details would be stored if any" and there's none for Alipay
ed-paymentintent-errormore
So you mean the documentation in this case is not entirely correct? I don't have to worry about details because there will never be any?
the documentation isn't wrong, just there's nothing specific that's all
I'm sorry, now I'm confused. So the documentation is not wrong, and it says the alipay hash will contain details about the alipay payment method.
OK, so the alipay has to store those details somewhere, right?
So I'm not sure where those details will go if the alipay hash has no child attributes. Do you have an example bit of JSON of any hash with no child attributes that contains details?
There's nothing
Documentation says there's details
The hash is empty, there's no property, the doc is not wrong. Just you are reading it in a way that makes it look like the always is details no matter what and that's not really what the sentence says
The documentation could be clearer and improved. But it's not wrong. that's just the point I was making
😅
For Alipay it's empty as per the docs. For AU BECS right below https://stripe.com/docs/api/payment_intents/object#payment_intent_object-last_payment_error-payment_method-au_becs_debit it's not
the docstring is just a generic "this is where details will live if there's any details to surface" just worded in a way that isn't the clearest
Nothing has changed from earlier: there is nothing surfaced for Alipay
OK, let me ask this in another way: Is there any scenario in which Stripe would send the alipay hash in any other form except alipay: {}
?
I can always count on it being empty?
it will always be empty
XLNT - many thanks!