#Graeme-metadata
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Its the passing of the array through to the Metadata that's the problem (not using the SDK) in the screengrab the first two lines (order number and field 'smith) get passed individually but, for the life of me, I cannot manipulate an associative array in any way to get passed as individual key=> value pairs, the SDK parses anything I place there as a single string.
It's a PHP problem that my head has been looking at (and failing) for a day now (The older SDK would accept an array here, this one will not - it has to be manipulated)
could you please share the request id?
here's how you can find it https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
One of the latest req_1ioDQ3BnZCRkB4
I'm able to pass individual key => value pairs within the [[ .... ]] but when I try to feed in an external array it is getting 'seen' as a string by the SDK no matter how I format it