Hello
I use CBuilder with Stripe (I listened your advices and switched to Stripe, you were right it's amazing !). I would like to get a unix time deeply inside Stripe Payment_Intent object to cross manual paiements made in Stripe with CBuilder made ones. I transfered
Payment_intent in a php multidimensionnal array $paiement, and I can get all I want it work well, like $paiement , except the following date :
STRIPE Object :
Payment_intent {
"charges": {
"data": [
"0": {
"created": MY_DATE
Neither $paiement [0] neither $paiement work (code is removed when published, see image).
I'm quite sure it's because data opens with [ and not { but I'm reaching my php limits...
Even if it is a bit out of Cbuilder, would you be nice to tell me how to type it correctly ? Best regards
Antoine.