cURL
curl --request GET \ --url https://api.plexospay.com/v1/products/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "pr_abc123", "name": "Premium Plan", "description": "<string>", "price": "50000", "currency": "CVE", "active": true, "metadata": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
API key starting with sk_live_ or sk_test_
sk_live_
sk_test_
Product details
"pr_abc123"
"Premium Plan"
"50000"
ISO currency code
CVE
AOA
Arbitrary key-value metadata (max 50 keys)