#peppemu-products

1 messages · Page 1 of 1 (latest)

somber estuary
#

@tight anchor I'd heavily suggest using one of our libraries , since using tools like postman doesn't really scale for complex requests since as you say, you have to deal with url encoding complex structures

but for example the POST data in an example request is like this

unit_amount=500&currency=eur&recurring[interval]=month&product_data[name]=My%20Product&product_data[metadata][internalID]=42-prod-1234

tight anchor
#

@somber estuary thanks a lot!!