Код: Выделить всё
{
"id": "pi_1FxfIlJtivvUT2vVGgfaIWIZ",
"object": "payment_intent",
"last_payment_error": "",
"livemode": "",
"next_action": "",
"status": "succeeded",
"amount": 538,
"charges": {
"object": "list",
"data": [{
"id": "ch_1FxfImJtivvUT2vVs7YQPJUb",
"object": "charge",
"amount": 538
}]
}
}
Код: Выделить всё
$payment_intentID = $payment_intent->id;
Код: Выделить всё
$payment_intentID = $payment_intent->charges->data->id;
В чем проблема?
Подробнее здесь: https://stackoverflow.com/questions/596 ... m-response