Convert Stripe API response to JSON using stripe-php library

前端 未结 7 1634
迷失自我
迷失自我 2021-01-01 21:06

I\'m accessing customer data from the Stripe API, which I\'d like to convert to JSON. Usually I\'d convert an object to an array and use json_encode() but I don

相关标签:
7条回答
  • 2021-01-01 21:47

    This is already in a JSON format so you do need to convert it again into json_encode() just pass it into your script

    0 讨论(0)
提交回复
热议问题