Hi,
does anyone have postman collection for stripe API? or curl requests with complete data? I want to know the format of meta data
the following simple request works fine. but when I add meta data it fails with error.
POST /v1/customers HTTP/1.1
Authorization: Bearer sk_test_*************************
Content-Type: application/x-www-form-urlencoded
Cache-Control: no-cache
Postman-Token: 962fafd6-b607-836a-a700-1d6069f61396
with meta data the error is
{
"error": {
"type": "invalid_request_error",
"message": "Invalid metadata: metadata must be a set of key-value pairs",
"param": "metadata"
}
}
Thanks
Hari