Last updated 2 months ago
Was this helpful?
Retrieves detailed information about a specific product, including prices in different currencies.
/product/{id}
Product ID
API version, must be 1
1
curl -L \ --url 'https://api.simplepay.ai/product/{id}?v=1'
{ "id": "123e4567-e89b-12d3-a456-426614174000", "name": "text", "description": "text", "image": "https://example.com", "created_at": "2025-02-28T07:20:11.954Z", "updated_at": "2025-02-28T07:20:11.954Z", "prices": [ { "price": 1, "currency": { "id": "123e4567-e89b-12d3-a456-426614174000", "symbol": "text", "code": 1 } } ] }